Jump to content
MakeWebGames

Recommended Posts

Posted

Re: [Free] TownView

Tried this and it didnt work, Im usng V2 codes

Fatal error: Call to undefined function mysql_num_row() in /****/*********/public_html/townview.php on line 9

Posted

Re: [Free] TownView

 

Tried this and it didnt work, Im usng V2 codes

Fatal error: Call to undefined function mysql_num_row() in /****/*********/public_html/townview.php on line 9

change mysql_num_row()

to

mysql_num_rows()

Posted

Re: [Free] TownView

Done that, but then i get this

Fatal error: Call to undefined function unix_timestamps() in /*********/******/public_html/townview.php on line 47

Posted

Re: [Free] TownView

 

Done that, but then i get this

Fatal error: Call to undefined function unix_timestamps() in /*********/******/public_html/townview.php on line 47

change unix_timestamps()

to

unix_timestamp()

  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...