-
Posts
693 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by radio_active
-
Re: Got some issue when creating job yeah... Go to staff_Jobs.php or watever the file is....Open it up and place the Add Job Function down!
-
Just a heads up to all game owners!
radio_active replied to jay-dogg2006's topic in General Discussion
Re: Just a heads up to all game owners! Im gonna say thats the script i paid you to make :lol: *Very good script by the way, recommend it* -
Re: Most of my Mods for V2 He wont leave, he loves us all too much! lol
-
Re: Big gang problem, Cannot create Yes, its very simple fix, you have added a script probably like gang pics or something like that, in the create gang query, you have to add another field as tonka implied. Which is the ,'' at the end before the ) and that will fix it! Probably
-
Re: Gang surrender accept, SQL error. No, our problem we think is to do with Gang Pictures which has somehow screwed up our surrender, that script does not work, their is still the same error! Thanks anyway killah.
-
Re: Gang surrender accept, SQL error. I also have Gang Pics and i think thats roughly when the error started, i think it all makes sense now, i will get back to you if i fix it!
-
Re: Gang surrender accept, SQL error. I too have this same problem and i cannot figure it out!
-
Re: Usersonline [V2] R u all serious, Napolean Dynamite is such a bad movie, where is your sense of taste, it is terrible, looks like its made on a budget of $4 and its really not funny, the only good part is where he dances other then its all crap!
-
Re: Battletent [V2] 1. This goes in the mccode/dbscode support section 2. Use the search feature in the support section and you will find the fix to this error!
-
Re: Treasure Hunting $20 Yeah good effort, i would buy it if it was a different picture and different setup but i dotnt know how to make pictures and link them up!!
-
Re: Multiple explore pages Well down to basics, you create different .php pages for each city with a block if your from another city so you cant access every explore page... That, i believe, would be the easiest way to do so otherwise you would have to add alot of code to one file! ( which is also very possibly to do)
-
Re: Usersonline [V2] this topic is to talk about the usersonline mod not about your girlfriend =] You even sure he has a gf? How do u know he isn't this guy... That movie made me angry!
-
Re: Email Activation Yes exactly, if you do change to 0, you are required to edit the querys in bank.php if you want them to actually buy there banks..>!
-
Re: Strip Club Or what he haas actually experienced! Anyways, getting off topic! Cant be too geeky if he edited a script rather then starting from sratch can he? Maybe so!
-
Re: Strip Club "You payed a Lacey $7,000, She slowly starts dancing in front of you, removing her top and exposing her breasts. She rubs your face all over them, then proceeds to turn around. Next she lifts up her tiny School Girl Skirt, and wiggles her ass in front of you. <br / > You are breathless, and gain some will back [url='stripper.php']>Back to the Club[/url]</center>";" Good to see you seem to have or know of a sexual life!
-
Re: Display Number Of Sucessful Kills [v2] No, you would have to make more SQL's such as "attackslsot" and "mugmoney"! Then you would have to edit the codes.... so in attacklost.php $db->query("UPDATE users SET attackslost=attackslost+1 WHERE $userid=userid"); Then Fights lost: {$r['attackslost']} For money mugged, you would have to go to attacktake.php find $db->query("UPDATE users SET money=money+$m WHERE userid=$userid"); and underneath $db->query("UPDATE users SET mugmoney=mugmoney+$m WHERE userid=$userid"); then add the Money Mugged: {$r['mugmoney']} Or something along those lines!
-
Re: Burn House for V2 I came about mine doing it a different way war_hero Where you have made cases, i decided differently... I made the items "Petrol" and "Lighter" which you can only in crimes for 8-9 brave.... Then added code so it says "You need petrol and a lighter before you can burn someone's house down" Then when you do have the Lighter and Petrol, you may proceed to burning the house down...
-
Re: Email Activation Well said :-) especially the "I didn't post as an educational for people to learn off" and yeah, no worries, its sometimes good to help people who dont know what they are doing!
-
Re: V2 Staff Applications! Simple, re-direct the two links in the main file to what you have it set as, and as for the Admin secretary and asssisstant, you have to edit the code to suit your game! So i have 2=admin, 3=sec and 5=assisstant, you will have to change yours!
-
Re: MCCode v3 Well if it does actually come out, i would like to see it first, what comes with it etc and how secure it is, as people have said $250-$300 sounds reasonble, i heard something about it being $700. I would rather eat a ferral cat then pay that for a V3 Code!
-
Re: Email Activation It makes perfect sense though, yes it could have been explained a little better but you have to work with what your given! If you understand PHP you will find that very easy to understand, its clearly saying that! You find this in register $i=$db->insert_id(); $db->query("INSERT INTO userstats VALUES($i, 10, 10, 10, 10, 10)"); And just Above that, you edit the query! So really it makes sense you just didnt understnad which is okay, all about learning, but i think you now have the drift of what he meant after i explained yes no? :-)
-
Re: Email Activation :? It means find this in REGISTER.PHP $i=$db->insert_id(); $db->query("INSERT INTO userstats VALUES($i, 10, 10, 10, 10, 10)"); and then edit the query above it which is this query $db->query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')"); So in that query you find '{$_POST['email']}', 0, '$IP', '$IP', and add this after it random_string('alnum', 32) Make sense???
-
Re: Captca code mccodeV2 Or just have set a 2 hourly cron which forces user logout every 2 hours. That for one saves alot of hassle, and 2, deducts code... I found captchas really annoying when i played games.... I think thats the way to go though, just auto log everyone out every 2 hours..
-
Re: Email Activation Hahaha jds137 - I had the deputy headmaster the other day tell me that (in a nice way) that "I am sh*t at school, i have no chance of doing the IB and if i want to go to university, well i have no chance" So to prove you wrong there, i am no where near the most unintelligent being in my grade but i have no support and teachers will say that to you! westy - May you please spell just a little better as i had trouble reading your last post! All i said was that the script is posted with simple instructions that are easy to follow and if you are using this script which is made for MCcode V2 i get the IMPRESSION that you are coding or running a game, either way they are very similar, if you are not using the script then i dont understand why you would be asking for help on how to install the script! That is all :-) Have a nice day!
-
Re: Whole Game Template That is radical man... Good effort!