Your forum/site seems to be down, along with the h2h.php file.. which is giving an error =[
Any idea if this will be back up at all? If no is there a replacement site i can change the URL to in the h2h.php file?
EDIT: Yes you can, i just had a quick look at the files and found the same file but under a different domain name.
So to fix the error message when clicking "h2h" open the h2h.php file in a text editor, find:
Quote:
$url = "http://www.tchatting.com/soccerfeed/slab/h2h.php?id=$id";
|
Replace with:
Quote:
$url = "http://www.ns2.us/soccerfeed/slab/h2h.php?id=$id";
|
It's simply changing the domain from tchatting.com (which seems to be down) to ns2.us (which is up).