jeeppimp Posted February 18, 2008 Posted February 18, 2008 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 Quote
Klikoka Posted February 18, 2008 Author Posted February 18, 2008 Re: [V2]Crystal Smuggling Mod[V2] Make sure your SQL Was:: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
knowles Posted February 18, 2008 Posted February 18, 2008 Re: [V2]Crystal Smuggling Mod[V2] How do i make it so people can only use this once a day??????? please help Quote
Klikoka Posted February 19, 2008 Author Posted February 19, 2008 Re: [V2]Crystal Smuggling Mod[V2] use Sql You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Klikoka Posted February 19, 2008 Author Posted February 19, 2008 Re: [V2]Crystal Smuggling Mod[V2] And Cron You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
jeeppimp Posted February 19, 2008 Posted February 19, 2008 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; } Quote
zbirc3 Posted February 19, 2008 Posted February 19, 2008 Re: [V2]Crystal Smuggling Mod[V2] I would think so. Quote
Klikoka Posted February 25, 2008 Author Posted February 25, 2008 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; } It Should Be :::: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
HarryB Posted April 28, 2008 Posted April 28, 2008 Re: [V2]Crystal Smuggling Mod[V2] This is what i have entered ////Coded By Klikoka For Free switch($_GET['action']) { case 'smug1': smug_1(); break; case 'smug1sub': smug_1_sub(); break; case 'smug2': smug_2(); break; case 'smug2sub': 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; } It gives me this error Fatal error: Call to undefined function smug_1() in /home/deadlypl/public_html/csmuggling.php on line 19 please can someone help me. Thanks. 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.