Beardy Posted March 28, 2008 Posted March 28, 2008 Re: Total Crime Income FREE lol i like how he gets the code wrong twice but thanks for helpin anyway Quote
montyash Posted March 28, 2008 Posted March 28, 2008 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? Quote
Guest Anonymous Posted March 28, 2008 Posted March 28, 2008 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); Quote
Guest Anonymous Posted March 28, 2008 Posted March 28, 2008 Re: Total Crime Income FREE Good spot Zeon - Told you I didn't bother to read the full thing ;) Quote
Joel Posted March 29, 2008 Posted March 29, 2008 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 :) Quote
Haunted Dawg Posted April 9, 2008 Posted April 9, 2008 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. Quote
Halo Posted April 9, 2008 Author Posted April 9, 2008 Re: Total Crime Income FREE Nice add-on killah! Quote
Haunted Dawg Posted April 9, 2008 Posted April 9, 2008 Re: Total Crime Income FREE Its not a addon its just to help others use less resource in the database. Quote
Curt Posted December 25, 2010 Posted December 25, 2010 lol...danny was that you in the beginning talking to the creator ? popular post...such a simple mod...lol Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.