
joker313
Members-
Posts
75 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by joker313
-
never mind i forgot how lame and UNHELPFUL this site is GoodBye
-
I see Netfirms changed up their control pannel and the adding crons look diffrent
-
Hey i just sent you the $7.00 for Simple Bank Mod - $1 Simple Shooting Range - $1 Staff Panel - Simple User Admin - $5
-
nice work i am loving the Gang themed template :thumbsup:
-
nice mod i added to my game but it gives way too much exp after the attack people will level up fast using this mod on my game i think or its just i dont have active players and my stats can be higher then the players i tested the attack on nice work
-
yeah my crons are working fine
-
I been testing my game and when i attack someone on that is not online for a day or so or if i attack one of the Battle Tent bots i get this out come You can only attack those who have atleast 50% health ! then when i go back to any other page this is what it tells me You lost all your EXP for running from the fight. I know it might be something simple but i cant fig out whats goin on Can anyone tell me a way to fix this Thanks Joker313
-
I found the globals and fixed it thanks should of posted i had fixed it and thanks jordan
-
I have set up a Demo account on my game and i would like to know where in the script i need to put this in the code if($userid==10) { die("<div class=\"maincon\">You can not use this on a demo account sorry.</div>"); } Thanks alot
-
can anyone tell me if my minute cron is coded wrong <?php include "config.php"; include "language.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $db->query("UPDATE users set hospital=hospital-1 WHERE hospital>0"); $db->query("UPDATE `users` SET jail=jail-1 WHERE `jail` > 0"); $db->query("UPDATE users SET traveltime=traveltime-1 WHERE traveltime > 0"); $db->query("UPDATE users SET bguard=bguard-1 WHERE bguard>0"); $db->query("UPDATE users SET bguard=0 WHERE bguard<0"); $hc=$db->num_rows($db->query("SELECT * FROM users WHERE hospital > 0")); $jc=$db->num_rows($db->query("SELECT * FROM users WHERE jail > 0")); $db->query("UPDATE settings SET conf_value='$hc' WHERE conf_name='hospital_count'"); $db->query("UPDATE settings SET conf_value='$jc' WHERE conf_name='jail_count'"); ?>
-
Please someone help me out here can some on at lest tell me why crons just stop working they was working fine and now if i update the crons from my game they work but wont work when i run a test from my hosting acconts cpannel its not a free hosting i am using netfirms i sent a support ticket in 2 days ago and never got a reply back is there anything i can do here please point me to a post on here thanks
-
i am using netfirms last time i had my game up and running the crons ran fine i took down my game for a few months and friday i started on it again and just for some reason they are not running i have to keep clickin them to run from the staff pannel on my game
-
hey everyone i been a way for a while how u all doing and the site is looking good i see a few changes looks great ok now for the reason i am posting i installed my game and i added the crons through my control pannel when i did the test run the box is blank and there is no writing in it but above the box it tells me Successfully executed test run of scheduled task (no output). i thought it gave you info in that box but its blank. so i went to my game and i click Manual Cron Jobs and it tells me Cron Job Successfully Ran but and it updates the time but then if i want to get out of jail i have to click it 5 times if i am in jail for 5 mins last night i tryed to travel to another city it told me i takes 8 mins to travel and it never once counted down the 8 mins i logged off after waiting and trying to get to the staff pannel on my game for a hour and it just brought up the page sayin i could not go to any other pages because i am traveling so i went to bed and i logged in and it was still sayin i was traveling and couldnt go any where any ideals on what is going on thank you for everyone that took the time to read this post and commented back Joker
-
have no clue what a "foreach header security is i have no clue what "foreach header security means
-
i cant travel to the club You're now travelling to the Club. You won't be able to access many of the features when you're at the club. Hope you have a good time.QUERY ERROR: Query was UPDATE `users` SET `club` = '1', `traveltime` = '3' WHERE `userid` = ('1') is the error i get when i go to the club then it does nothing
-
You did not select a valid drug ID. thats what i get when i click on each of them ???
-
fixed it Thanks Jordan its working
-
having trouble with the drug lab Parse error: syntax error, unexpected $end in /mnt/w0810/d07/s00/b031023b/www/games.com/druglab.php on line 616
-
i am new and need help Parse error: syntax error, unexpected T_STRING in /mnt/w0810/d07/s00/b031023b/www/juggalowars.com/jailbreak.php on line 14 never mind i fixed it
-
Hey ColdBlooded i just contacted you through the insite contact on MCcodes site Gregory Jacobs [email protected]
-
So if i bought a Script from Raven means i bought a stolden script Hey everyone i been gone for a while and i see something about Raven i have tryed to use there support for a while now and dont get any replies back what should i do now ?(
-
love this mod + 2 :thumbsup:
-
Loving this header and i will use it on my game how do get the staff pannel to work :thumbup:
-
thanks my day cron was notworking for a week now and i just did what you said to do and its working thanks for the tip :thumbsup:
-
in battletent.php Find [mysql]$q=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$v"); $times=$db->fetch_single($q); [/mysql] Change to [mysql]$q2=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$userid"); $times=$db->fetch_single($q2);[/mysql] if i am wrong let me know whats wrong :thumbsup: