Rabu, 11 Januari 2012

How to fix image embeded from flickr using wordpress.

1) edit ur css in admin word press like :-



- just add width="100%" height="100%" to fix the image on ur page.

reload. thx.

Selasa, 6 Julai 2010

Windows XP Crashed - Repair - Need to insert CD Windows XP Original

This is just a screen showing you that your computer is loading enough files from the CD to actually do something, anything but that awful blue screen
. Now when you see the screen that asks you if you want to install Windows, don't! Just hit R for recover, and you'll see the ominous Recovery Console. Don't let that intimidate you; the Recovery Console is your ugly, black-suited friend. It will have a dark, bleak screen, with the following stuff:

Follow the steps:-

Microsoft Windows(R) Recovery Console
The Recovery Console provides system repair and recovery functionality.

Type EXIT to quit the Recovery Console and restart the computer.

1: C:WINDOWS Which Windows Installation would you like to log onto (To cancel, press ENTER)?

Go ahead and hit the number 1 on your keyboard, or whichever number corresponds to the operating system you were using when havoc struck. Enter your administrator password, and then hit enter. You're in! Now it's time to run with the big dogs! Do not be afraid, dear reader, I am here to help you. By the way, if you don't know your administrator password, just try hitting the Enter key, and if that doesn't work, well, there's a fix for that, too.

Just go to the following site and get the necessary tools to get you in: http://www.petri.co.il/forgot_administrator_password.htm. If you type the following commands into your computer, it will work magic, akin to going back in time. There are three parts to this process, but believe me, they take much less time than reinstalling Windows XP and all your applications. So follow along with me, and keep in mind that each command must be typed exactly as you see it here. Please note that this procedure assumes that Windows XP is installed to the C:Windows folder. Make sure to change C:Windows to the appropriate windows folder if it's at a different location. The copy commands will answer you with a little "file copied" message. The delete commands just move on to the next line. Because of the way your Web browser displays individual lines, a command might look to you like it's two lines, so I've separated each command by an empty line. But anyway, type the whole command in one line, and when you've finished typing that command, hit the Enter key. Be sure to include the spaces I've included between each word here:

Section Addendum Note: In the following commands, we are simply copying some existing files to a temporary location. This way, if anything should go wrong down the line, you will at least still have access to the original files. These original files are not used again in this tutorial, but you should be aware that you made a backup copy of them in the following directory:

c\windows\tmp

md c:\windows\tmpcopy c:\windows\system32\config\system

c:\windows\tmp\system.bak
copy c:\windows\system32\config\software c:\windows\tmp\software.bak
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak
copy c:\windows\system32\config\security c:\windows\tmp\security.bak
copy c:\windows\system32\config\default c:\windows\tmp\default.bak

delete c:\windows\system32\config\system
delete c:\windows\system32\config\software
delete c:\windows\system32\config\sam
delete c:\windows\system32\config\security
delete c:\windows\system32\config\default

Important Addendum Note: When attempting the copy operations above, you may encounter an error message saying basically "unable to copy". The way arround this is to simply replace the copy (and delete) commands above with the following: cd \windows\system32\config rename system system.kpp rename software software.kpp rename sam sam.kpp rename security security.kpp rename default default.kppI use the extension .kpp becuase windows XP sometimes likes to use the .bak extension itself and unlike the copy commands above, we are not putting our backup copies in the windows tmp directory, but rather we are leaving them in thier original directory (but with the .kpp extension, so that windows will ignore them.). As I said before, these are just backup files, but it is good to know where they are if the repair fails and you ever need them. Note: The delete is no longer necessary becuase rename is basically like a "copy and delete" operation in one.

Section Addendum Note: In the following commands, we are simply copying some repair (basically default window install) files so that we can get windows XP
to boot. (It will look awful and none of previous setup and programs will show up, but that is fine.) We simply need to make windows runnable so that we can do the next parts (that will retore our full configuration as it was prior to the crash).

copy c:\windows\repair\system c:\windows\system32\config\system
copy c:\windows\repair\system\software c:\windows\system32\config\software
copy c:\windows\repair\system\sam c:\windows\system32\config\sam
copy c:\windows\repair\system\security c:\windows\system32\config\security
copy c:\windows\repair\system\default c:\windows\system32\config\default

Jumaat, 19 Jun 2009

Gif Animated


Animated pictures...




best regards,

admin

Isnin, 1 Jun 2009

Free SMS

Sila layari http://my.wadja.com/

Register..pastu ativation...dan alaminya sendiri..

Emm..cam mobik dulu....

Khamis, 23 Oktober 2008

chatt YM lebih dari satu ID

Buat anda yang belum tau, yang udah Tau "Ngak Usah di Baca!!" Chating Yahoo! Messenger menggunakan lebih dari 1 ID...

Secara defaultnya membuka YM memang hanya dengan 1(satu) ID, bagaimana jika ingin membuka YM lebih dari 1 ID...? Ikuti langkah berikut:

1. Copy code di bawah ini lalu Paste di Notepad,
REGEDIT4[HKEY_CURRENT_USER\Software\yahoo\pager\Test]"Plural"=dword:000000012.
Save As dengan extensi file *.reg (contoh: PUO.reg (hi..hi nama politeknik saya)
3. Jika sudah double-klik fail PUO.reg (misalnya) - Ia akan keluar message box "Are you sure you want to add the information in... to to the registry" - pilih "Yes".
4. Selesai... Buka YM anda - login dan buka lagi-login lagi dengan ID lain........

kalau ada yang salah silap dari teknik nie..maafla ye...mesti best punya.

A few strategies I use to make my computer go faster.

Successfully speed up your computer and get rid of junk. Here's how:

1. Go to Start, Programs,Accessories,System tools and then Disk Cleanup.
It calculates how much space you can make on your computer.You can then delete unneeded files.
2. Empty recycle bin and deleteinternet files. Open MicrosoftiExplorer, and go to tools,internet options and then goto delete cookies and deletefiles. On Firefox, go to tools,clear private data, and press OK.
3. Run a Disk Defragmentation, and then go to Start, Programs, Accessories, System tools and then Disk Defragmenter. Have at least 15% of your hard drive clear.
4. Get a program such as Mcafee or Nod antivirus systems to scan for virus.
5. Get rid of unused programs/applications. Always use "uninstall" because deleting files doesn't always get rid of everything. You could also use add/remove programs.

How to make a Clean Bat File

Put this code in a blank notepad file, save as .cmd OR .bat

Code:@echo offdel /s /f /q c:\windows\temp\*.*rd /s /q c:\windows\tempmd c:\windows\tempdel /s /f /q C:\WINDOWS\Prefetchdel /s /f /q %temp%\*.*rd /s /q %temp%md %temp%deltree /y c:\windows\tempor~1deltree /y c:\windows\tempdeltree /y c:\windows\tmpdeltree /y c:\windows\ff*.tmpdeltree /y c:\windows\historydeltree /y c:\windows\cookiesdeltree /y c:\windows\recentdeltree /y c:\windows\spool\printersdel c:\WIN386.SWPcls

What this basically does is delete your history, temp folder, cookies, etc. Making Hacking games and other undetected.enjoy