
Solid Snake
Members-
Posts
184 -
Joined
-
Last visited
Never
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Solid Snake's Achievements
Newbie (1/14)
0
Reputation
-
Re: Updated forums [mccodes v2] Meh give the kid a break least he found the errors with the forums and fixed them and added the fix for free which hmmmm i dont see any of you guys doing the same maybe if its so insecure why dont you use your lil brains and give the unaware the fix make it secure do summit instead of critisizing people because they did a little error if there is an error bloody well fix it instead of being an ass and start complaining.
-
Re: [V2]Donator Packs as Items[V2] Meh your not as brainy as you seem to think you, Well have you heard a thing called SECURE all you blooming have to do is secure it from that happening which shouldnt be too hard use your god dam brain (if you have one)
-
Re: [V2]Donator Packs as Items[V2] WOW all this UN-NEEDED stuff when it all could be done via create item add donator days in add the other stuff you get with the packs and *BAM* you got your DP as an ITEM with a USE button come on guys i aint that good and i know this it works i done this on the game im doing atm and i aint had no probs yet
-
Re: [V2]Donator Packs as Items[V2] Meh this is for people who WANT donator packs as items and plus others will have to learn about that SQL injections and also i always check whether or not the price is right if not i decline payment. also think about what your saying before you post as you are quite wrong about the IPN as the basic one that comes with MC codes V2 is not very secure at all as it dont recognise whether or not the payment has come it auto credits DP even if the payment has not been accepted.
-
Hello as i have tested most DP to items on here and they not work here is a better safer one which can not be bypassed by idiot who like to cancil at last min so they get free pack. all you have to do is open staff_items.php and find: Stat: <select name='effect1stat' type='dropdown'> <option value='energy'>Energy</option> <option value='will'>Will</option> <option value='brave'>Brave</option> <option value='hp'>Health</option> <option value='strength'>Strength</option> <option value='agility'>Agility</option> <option value='guard'>Guard</option> <option value='labour'>Labour</option> <option value='IQ'>IQ</option> <option value='hospital'>Hospital Time</option> <option value='jail'>Jail Time</option> <option value='money'>Money</option> <option value='crystals'>Crystals</option> <option value='cdays'>Education Days Left</option> <option value='bankmoney'>Bank money</option> <option value='cybermoney'>Cyber money</option> <option value='crimexp'>Crime XP</option> </select> Direction: <select name='effect1dir' type='dropdown'> <option value='pos'>Increase</option> <option value='neg'>Decrease</option> </select> Amount: <input type='text' name='effect1amount' value='0' /> <select name='effect1type' type='dropdown'> <option value='figure'>Value</option> <option value='percent'>Percent</option> </select><hr /> [b]<u>Effect 2</u>[/b] On? <input type='radio' name='effect2on' value='1' /> Yes <input type='radio' name='effect2on' value='0' checked='checked' /> No Stat: <select name='effect2stat' type='dropdown'> <option value='energy'>Energy</option> <option value='will'>Will</option> <option value='brave'>Brave</option> <option value='hp'>Health</option> <option value='strength'>Strength</option> <option value='agility'>Agility</option> <option value='guard'>Guard</option> <option value='labour'>Labour</option> <option value='IQ'>IQ</option> <option value='hospital'>Hospital Time</option> <option value='jail'>Jail Time</option> <option value='money'>Money</option> <option value='crystals'>Crystals</option> <option value='cdays'>Education Days Left</option> <option value='bankmoney'>Bank money</option> <option value='cybermoney'>Cyber money</option> <option value='crimexp'>Crime XP</option> </select> Direction: <select name='effect2dir' type='dropdown'> <option value='pos'>Increase</option> <option value='neg'>Decrease</option> </select> Amount: <input type='text' name='effect2amount' value='0' /> <select name='effect2type' type='dropdown'> <option value='figure'>Value</option> <option value='percent'>Percent</option> </select><hr /> [b]<u>Effect 3</u>[/b] On? <input type='radio' name='effect3on' value='1' /> Yes <input type='radio' name='effect3on' value='0' checked='checked' /> No Stat: <select name='effect3stat' type='dropdown'> <option value='energy'>Energy</option> <option value='will'>Will</option> <option value='brave'>Brave</option> <option value='hp'>Health</option> <option value='strength'>Strength</option> <option value='agility'>Agility</option> <option value='guard'>Guard</option> <option value='labour'>Labour</option> <option value='IQ'>IQ</option> <option value='hospital'>Hospital Time</option> <option value='jail'>Jail Time</option> <option value='money'>Money</option> <option value='crystals'>Crystals</option> <option value='cdays'>Education Days Left</option> <option value='bankmoney'>Bank money</option> <option value='cybermoney'>Cyber money</option> <option value='crimexp'>Crime XP</option> </select> Direction: <select name='effect3dir' type='dropdown'> <option value='pos'>Increase</option> <option value='neg'>Decrease</option> </select> Amount: <input type='text' name='effect3amount' value='0' /> <select name='effect3type' type='dropdown'> <option value='figure'>Value</option> <option value='percent'>Percent</option> </select><hr /> and replace with: Stat: <select name='effect1stat' type='dropdown'> <option value='energy'>Energy</option> <option value='will'>Will</option> <option value='brave'>Brave</option> <option value='hp'>Health</option> <option value='strength'>Strength</option> <option value='agility'>Agility</option> <option value='guard'>Guard</option> <option value='labour'>Labour</option> <option value='IQ'>IQ</option> <option value='hospital'>Hospital Time</option> <option value='jail'>Jail Time</option> <option value='money'>Money</option> <option value='donatordays'>Donator Days</option> <option value='crystals'>Crystals</option> <option value='cdays'>Education Days Left</option> <option value='bankmoney'>Bank money</option> <option value='cybermoney'>Cyber money</option> <option value='crimexp'>Crime XP</option> </select> Direction: <select name='effect1dir' type='dropdown'> <option value='pos'>Increase</option> <option value='neg'>Decrease</option> </select> Amount: <input type='text' name='effect1amount' value='0' /> <select name='effect1type' type='dropdown'> <option value='figure'>Value</option> <option value='percent'>Percent</option> </select><hr /> [b]<u>Effect 2</u>[/b] On? <input type='radio' name='effect2on' value='1' /> Yes <input type='radio' name='effect2on' value='0' checked='checked' /> No Stat: <select name='effect2stat' type='dropdown'> <option value='energy'>Energy</option> <option value='will'>Will</option> <option value='brave'>Brave</option> <option value='hp'>Health</option> <option value='strength'>Strength</option> <option value='agility'>Agility</option> <option value='guard'>Guard</option> <option value='labour'>Labour</option> <option value='IQ'>IQ</option> <option value='hospital'>Hospital Time</option> <option value='jail'>Jail Time</option> <option value='money'>Money</option> <option value='donatordays'>Donator Days</option> <option value='crystals'>Crystals</option> <option value='cdays'>Education Days Left</option> <option value='bankmoney'>Bank money</option> <option value='cybermoney'>Cyber money</option> <option value='crimexp'>Crime XP</option> </select> Direction: <select name='effect2dir' type='dropdown'> <option value='pos'>Increase</option> <option value='neg'>Decrease</option> </select> Amount: <input type='text' name='effect2amount' value='0' /> <select name='effect2type' type='dropdown'> <option value='figure'>Value</option> <option value='percent'>Percent</option> </select><hr /> [b]<u>Effect 3</u>[/b] On? <input type='radio' name='effect3on' value='1' /> Yes <input type='radio' name='effect3on' value='0' checked='checked' /> No Stat: <select name='effect3stat' type='dropdown'> <option value='energy'>Energy</option> <option value='will'>Will</option> <option value='brave'>Brave</option> <option value='hp'>Health</option> <option value='strength'>Strength</option> <option value='agility'>Agility</option> <option value='guard'>Guard</option> <option value='labour'>Labour</option> <option value='IQ'>IQ</option> <option value='hospital'>Hospital Time</option> <option value='jail'>Jail Time</option> <option value='money'>Money</option> <option value='donatordays'>Donator Days</option> <option value='crystals'>Crystals</option> <option value='cdays'>Education Days Left</option> <option value='bankmoney'>Bank money</option> <option value='cybermoney'>Cyber money</option> <option value='crimexp'>Crime XP</option> </select> Direction: <select name='effect3dir' type='dropdown'> <option value='pos'>Increase</option> <option value='neg'>Decrease</option> </select> Amount: <input type='text' name='effect3amount' value='0' /> <select name='effect3type' type='dropdown'> <option value='figure'>Value</option> <option value='percent'>Percent</option> </select><hr /> and now goto your staff panel and create item type Donator Packs and now create your first donator pack adding whatever the first pack gives also delete ipn_donator.php as it aint secure at all and just give the pack sout manually also this works 100% as this is EXACTLY how i did it and also for edit item just find this in staff_items.php: $stats=array( "energy" => "Energy", "will" => "Will", "brave" => "Brave", "hp" => "Health", "strength" => "Strength", "agility" => "Agility", "guard" => "Guard", "labour" => "Labour", "IQ" => "IQ", "hospital" => "Hospital Time", "jail" => "Jail Time", "money" => "Money", "crystals" => "Crystals", "cdays" => "Education Days Left", "bankmoney" => "Bank money", "cybermoney" => "Cyber money", "crimexp" => "Crime XP"); for($i=1;$i<=3;$i++) and replace with: $stats=array( "energy" => "Energy", "will" => "Will", "brave" => "Brave", "hp" => "Health", "strength" => "Strength", "agility" => "Agility", "guard" => "Guard", "labour" => "Labour", "IQ" => "IQ", "hospital" => "Hospital Time", "jail" => "Jail Time", "donatordays" =>"Donator Days", "money" => "Money", "crystals" => "Crystals", "cdays" => "Education Days Left", "bankmoney" => "Bank money", "cybermoney" => "Cyber money", "crimexp" => "Crime XP"); for($i=1;$i<=3;$i++) and thats it
-
Re: Chavster! lol i liked this Well, I guess it's part of reality. Truth hurts. :cry: lol you aint wrong there
-
mccode-v2 New and improved inventory code sources for free!
Solid Snake replied to MDK666's topic in Free Modifications
Re: [mccodes v2]New and improved inventory code sources for free! also could you tell us what do each item give you -
mccode-v2 New and improved inventory code sources for free!
Solid Snake replied to MDK666's topic in Free Modifications
Re: [mccodes v2]New and improved inventory code sources for free! in search bar search V2 login -
mccode-v2 New and improved inventory code sources for free!
Solid Snake replied to MDK666's topic in Free Modifications
Re: [mccodes v2]New and improved inventory code sources for free! shavadabravas template is one of the most awkward to edit and btw when you create items for boots and helmet the boots equip as helmet and the helmet equips as boots -
mccode-v2 New and improved inventory code sources for free!
Solid Snake replied to MDK666's topic in Free Modifications
Re: [mccodes v2]New and improved inventory code sources for free! good mod mate nice job -
Re: [mccodes v2]New and improved inventory lol it will be free its easy to make
-
[paid requests] Advanced attacking system [paid requests]
Solid Snake replied to 03laceys's topic in General Discussion
Re: [paid requests] Advanced attacking system [paid requests] it will NEVER be free unless someone makes there own version and puts it up free which i doubt -
Re: FACEBOOK GAME DEVELOPMENT not sure if this has just been said but on myspace you can add a donation thing into as i have seen games on there (TEXT BASED RPG) and they have the donation feature
-
Re: Header Request! sorry dude he got a point if ubisoft find out about it they will **** you up real bad and also your link ont help much as it just says mccode.flamingfox.net and also dont go with them they are crap host
-
Re: Modified Libary for V2 you also got it wrong in a way aswell watch you got if($ir['donatordays'] < 1) { die("<center>Hey this feature is for donors only. Donate to game [url='donator.php'] HERE...[/url]"); It should be if($ir['donatordays'] < 0) { die("<center>Hey this feature is for donors only. Donate to game [url='donator.php'] HERE...[/url]");