Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Total Crime Income FREE

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/kanerose/public_html/docrime.php on line 27

still en error, can anyone put a fully functioning one on here please?

Guest Anonymous
Posted

Re: Total Crime Income FREE

 

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/kanerose/public_html/docrime.php on line 27

still en error, can anyone put a fully functioning one on here please?

read what nyna posts on line 27 replace the line with...

$db->query("UPDATE users SET brave={$ir['brave']} WHERE userid=$userid",$c);

also fined...

$j1per=db->query("SELECT conf_value FROM settings WHERE id=19",$c);

replace with

$j1per=$db->query("SELECT conf_value FROM settings WHERE id=19",$c);

Guest Anonymous
Posted

Re: Total Crime Income FREE

Good spot Zeon - Told you I didn't bother to read the full thing ;)

Posted

Re: Total Crime Income FREE

This is for V2, And its for the n00bz that dont no what to do

Replace docrime.php with this:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

This one works Perfect, No errors :)

  • 2 weeks later...
Posted

Re: Total Crime Income FREE

I see some of you are using a total crime in the db now got to say pretty dumb if you are trying to make your game run faster.

Add this to header:

Failed Crimes: ".$ir['crimesfailed']."

 

Passed Crimes: ".$ir['crimesdone']."

";

$total = $ir['crimesfailed']+$crimesdone'];

echo "Total Crimes: ".$total."

 

 

And you do the same for view user but just change all $ir's to $r's.

  • 2 years 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...