
jeeppimp
Members-
Posts
62 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by jeeppimp
-
Re: [mccode] quantify items automatically :-D
-
Re: Free Loan Shark System hahaha! that did it for me.. Thank you! +1 :-D :-D
-
Re: need some help. thanks LostOne Daaa! what the hell was I thinking of! hahaha! FIXED! thanks for the insight.....
-
Re: need some help. Question, what i wanted to do is have it setup where when you register U start off with 100 turns, I fkup and made 6 haha! when I update QSL using, ( update table 'users' add 'turns' int(11) not null default 100; ) I get an error that saids, "#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'table users add `shots` int(11) not null default 6' at line 1 " Is my Update wrong? Anyone!! thanks
-
Re: need some help. thanks man!!
-
I'm running V2, I'm installing streets that require 100 steps per day. v2 doesn't have ( mysql.php ) what do I replace this with? thanks! **********EDIT********** It wouldn't be include "globals.php"; would it? <?php require "mysql.php"; global $c; mysql_query("update users set turns=100",$c) or die(mysql_error()); ?>
-
Re: [V2]Crystal Smuggling Mod[V2] Wouldn't this be wrong? It's just a question! I keep getting a error on line 18 when I pick France? shouldn't it be more like... case 'smug_1': smug_1(); break; and so on case 'smug': smug_1(); break; case 'smugsub': smug_1_sub(); break; case 'smug2': smug_2(); break; case 'smugsub': smug_2_sub(); break; case 'smug3': smug_3(); break; case 'smug3sub': smug_3_sub(); break; case 'smug4': smug_4(); break; case 'smug4sub': smug_4_sub(); break; case 'smug5': smug_5(); break; case 'smug5sub': smug_5_sub(); break; case 'smug6': smug_6(); break; case 'smug6sub': smug_6_sub(); break; default: smug_index('action'); break; }
-
Re: [mccode]Set Admin[mccode] This is cool! I just had an OPPS an it worked perfect! :-D
-
Re: Crons Guide thanks I'll try it out...
-
Re: [V2]Crystal Smuggling Mod[V2] clicking on to france I get. QUERY ERROR: Unknown column 'csmuggling' in 'field list' Query was UPDATE users SET csmuggling=smuggling-0 WHERE userid=1
-
Re: Crons Guide Need some help please! My Fedjail isn't updating. This is what I have in daycron. V2.0 $db->query("UPDATE fedjail set fed_days=fed_days-1"); $q=$db->query("SELECT * FROM fedjail WHERE fed_days=0"); $ids=array(); while($r=$db->fetch_row($q)) { $ids[]=$r['fed_userid']; } if(count($ids) > 0) { My Cron is set to: 0 0 * * * curl http://offroaddrifters.com/cron_day.php ... db263a92b'
-
[mccode v1] Paper Boy Panel With New User Level
jeeppimp replied to Klikoka's topic in Free Modifications
Re: [V1]Paper Boy Panel With New User Level[V1] I get error for line (27) V2 $news=$db->result($q,0,0); -
Re: [mccode] Supporter Packs Its hard to let a good thing rest! haha! I used what was given on page 4.... got a 404 The requested URL /admin.php was not found on this server. sure this is for V2?
-
Re: Free Loan Shark System That fixed it. After taking out a loan of $50000 this is what I get. You currently have a loan of $ The max you can loan is $50000 So it shows up as 0 loans... thats not good! hahaha!
-
Re: [V2]Lock Down[V2] I did get this Parse error.. Parse error: syntax error, unexpected '<' in /home/*******/public_html/staff_lock.php on line 15 line 15.... <select name="noyes"> is there supposed to be a separation? no and yes.
-
Re: [V2]Lock Down[V2] Ok man! lol! thanks :lol:
-
Re: [V2]Lock Down[V2] ****BAM**** that did did it!! thanks!!
-
Re: [V2]Lock Down[V2] lol!
-
Re: No Attack I think attacking ppl in fed is great especially when they're worth about 5-billion. :-D
-
Re: [V2]Lock Down[V2] This all is somewhat confusing to me. I'm new at this, what would you mean by that when you say just run this sql:? do you place this line somewhere or run it in phpMyAdmin? thanks for all of the help guys!
-
Re: No Attack I just installed this and it works just fine! thats!! :-D
-
Re: Crons Guide It is now and it's working fine.... :mrgreen:
-
Re: Crons Guide Hi all and this is my 2nd post so please have pitty on me! haha! I have mccode 2.0.2, i have it stalled, just can't get the crons too work.... The manual tells you to setup your crons like this */5 * * * * curl http://offroaddrifters.com/cron_fivemins.php?code=xxx but it no worky! haha. What would I be doing wrong? ****EDIT**** Figured it out!! I needed to put my config code where the xxx is, like so!( cron_fivemins.php?code=xxx ) Didn't know and this would be the first time setting up a game...