Thread: Volunteer
View Single Post
  #11 (permalink)  
Old 08-15-2006, 04:51 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,568
Last Blog:
Tidy up your HTML
Credits: 0
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

thank you, i ive done what you suggested with the table creation.

regarding the login: on my home test server it worked fine, but on my other server i to am getting the same problem, but mine displays an error

Code:
Warning: Cannot modify header information - headers already sent by (output started at 
/home/extreme/public_html/stats/toplist/config.php:2)
 in /home/extreme/public_html/stats/toplist/admin/index.php on line 42
which is probabley due to me echoing something before the session starts or something.

Lastly, when i enter the PID on my web server it takes a real long time also. When i was building the script i tested it on my webserver and it didnt work, but i figured that was because my ip may have been banned from novaworld.com because i may have caused a large load on the server. If you could, try this and tell me the result:

PHP Code:
<?php
$url 
"http://www.novaworld.com";
$content file_get_contents($url); 
echo 
$content;
?>
it works on my home server, but not my other webhosting server.

Last edited by John; 10-01-2006 at 02:00 PM.
Reply With Quote