except for the images i had it too... i just was too lazy to export the images from the psd that tufan released:P but i got DG's old site too... that one is better...
Printable View
except for the images i had it too... i just was too lazy to export the images from the psd that tufan released:P but i got DG's old site too... that one is better...
nice website
Not bad, nice work id say 7/10 would be more if it was done.
So this is like... What? A rip-off?
amazing thank you so much... keep it up i want see it finished *-*
This is really outstanding, Just wish it was finished.
But overall, it looks great. 8/10.
hey NicK I keep Getting the "Fatal error: Call to undefined function mssql_connect() in C:\xampp\htdocs\Web1\config.php on line 4" when i try and test it I have it all congiged But D: its not working i cheacked Every thang
and advice?
Try this extracted from Nolife_x_Mpog guide.
Quote:
***Part two - Fixing the annoying php error***
1)Run easyphp and right click on it (task bar) go to configuration / php, click on it.
>>>> instead of this open php.ini from xampp\php folder (searach for it) to edit <<<<<<<
2)Be sure to (CTRL+F) all word i say to search.
3)Search for "short_open_tag = Off" without the "", then make it like this : short_open_tag = on
4)Search for "asp_tags = Off" without the "", then make it like this : asp_tags = on
5)Search for "error_reporting = E_ALL" without the "", then make it like this : error_reporting = E_STRICT
6)Search for ";date.timezone =" without the "", then make it like this : date.timezone = Etc/GMT-5 (Note: You can change the GMT -5 to your - Exemple: date.timezone = Etc/GMT+5)
7)Search for ";extension=php_msql.dll" without the "", then make it like this : extension=php_msql.dll
8)Search for ";extension=php_mssql.dll" without the "", then make it like this : extension=php_mssql.dll
9)When your done whit all (number 1 to 8) go to file and click save.