homeHome contactContact portfolioPortfolio musicMusic videoVideo historyHistory calendarCalendar rssRSS
karlpox | with GOD all things are possible

What some programmers do today

What the image is showing is sometimes true to some developers or company. They do tend to do what the customer is not asking for and charge the customer lots of money that they don`t evens support what they have given their customer. So let this be a lesson to as programmers/developers to always listen what our customers needs and to build what they want and not what we want.

Reading Test

Just found this image while using stumble upon add-ons for firefox. It was quite fascinating since what it was saying was true and I could really read was written in the image. Well have fun!

Google Page Rank Update!

Google Page Rank has just updated! Well I was hoping I would get a PR2 for this blog but instead I got a PR0 from N/A. Well I guess thats a start. But I did get some good page ranks with my other Blogs!

karlpox.dcwarez.net = PR3
specter.dcwarez.net = PR3
nerds.dcwarez.net = PR3
download.dcwarez.net = PR2

You can check your page rank by visiting this page. Have fun with your page ranks! Some may have increase their page ranks but some didn`t or maybe didn`t moved at all.

MySQL GUI Tools + WAMP

To integrate MySQL GUI tools on WAMP follow the instructions below.

1. Download the GUI Tools to be used on this page.
2. Download the one with the “Without installer (unzip in C:\)”.
3. Extract the one you have downloaded.
4. Copy it to your C:/wamp
5. Click on Start and then run.
6. Key in regedit then press enter.
7. Go to HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > wampmysqld
8. Right click on the ImagePath.
9. Take note of the value because the version of MySQL might change. For example mine is.

c:\wamp\bin\mysql\mysql5.0.51a\bin\mysqld-nt.exe

change it to

c:\wamp\bin\mysql\mysql5.0.51a\bin\mysqld-nt.exe –defaults-file=c:\wamp\bin\mysql\mysql5.0.51a\my.ini wampmysqld

Your MySQL GUI tools should work now. This solution also solves the Either the server service or the configuration file could not be found. Startup variables and service section are therefore disabled problem.

Changing Ports WAMP

If you installed WAMP without changing anything then your default port would be 80. So if you want to change your listening port simply follow this instructions.

1. Left click on the WAMP icon on your system tray.
2. Go to Apache then click on the httpd.conf option.
3. Press Ctrl+H to open the replace function of notepad.
4. Enter 80 on the Find What field.
5. Enter your desired port on the Replace with field.
6. Click on the replace all to replace everything.
7. Save your httpd.conf.
8. Right click on your WAMP icon on the system tray then exit.
9. Run WAMP again and now your port is 8080. You can access your localhost by using this address on your browser http://localhost:8080

Enable/Disable Regedit

Ok this is my first post for the Month of May because my web server was down. And currently thinking of switching server but anyways. If you want to Enable or Disable your regedit simply follow this instructions.

1. Click on Start
2. Click on run
3. Type gpedit.msc then enter
4. Go to User configuration then Administrative Templates then System
5. Right click on Prevent Access to registry editing tools
6. Then you disable it if you want to use your regedit, otherwise enable to it to prevent users from editing your registry.

Note: If you want to edit your registry but its already disabled then you have to re-enable it first then disabling it again to work. Probably an Windows XP Bug.