STEP 1
--------------
Go and download a program called appserv which you can get here.
http://prdownloads.sourceforge.net/apps ... 2.5.0.exe?. Choose what port you want to put it on. I use port 100 so put port 100. It also asks for a username and password. Enter these as your own.
STEP 2
--------------
Go and get your real ip address. To get this Press Start - Control Panel - Network and Internet Conections - Network Connections - Right Click your connection and press status. Go to the support tab and write down your ip address.
STEP 3
--------------
In your browser go to the location http://YOUR IP HERE:100/phpmyadmin
STEP 4
--------------
If it says access denied. Go to the phpmyadmin folder. C:\appserv\www/phpmyadmin i think and edit the config php file.
Find this line.
Code:
$cfg['PmaAbsoluteUri'] = '';
And change it to
Code:
$cfg['PmaAbsoluteUri'] = 'http://YOUR IP HERE:100/phpmyadmin';
STEP 4
--------------
Now if you refresh the page it still doesnt work. Well Go to edit the same file again and find this line.
Code:
$cfg['Servers'][$i]['auth_type'] = 'config';
And change it to this.
Code:
$cfg['Servers'][$i]['auth_type'] = 'cookie';
STEP 5
--------------
Refresh the page again and now enter root in the username and nothing in password. It should work but if it doesnt send me a screen and i can help you out. Thats it and away you go. The files for the web is www folder in the appserv directory.
Now you have loads of space so you need no free hosting anymore.