
Solid Snake
Members-
Posts
184 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Solid Snake
-
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]");
-
Re: [mccode] Advanced Properties lol yeah good idea but im also having the problem when you rent out a house and they move it disapears and they keep the house they rented
-
Re: [showcase] Faction Wars i dont know what you on about but an update for all who tried to register the past few days i have put register back up so now you can register
-
Re: [requests] Bot online 24hours i would assume in usersonline
-
[mccode V2] Contact Us (VERY SIMPLE)
Solid Snake replied to Solid Snake's topic in Free Modifications
Re: [mccode V2] Contact Us (VERY SIMPLE) lol radio_active it clearly states its SIMPLE nothing much nothing big and i did say all it is a bit of text and what you really need to do is to start reading the post before ranting and raving -
Re: [requests] Bot online 24hours are on about chat or game
-
Here is the contact us create contact.php and add <html> <head> <title>Faction Wars</title> <style> body { background-color: black; background-image: url("back.png"); margin-top: 0; margin-bottom: 0; font-family: Tahoma;font-size:10pt;color: white; } table { font-family: Tahoma;font-size:10pt;color: white; } </style></head><body> <table width=700><tr><td width=5></td> <td background='middle.png'><center>[url='login.php']Login[/url]</center></td> <td background='middle.png'><center>[url='register.php']Register[/url]</center></td> <td background='middle.png'><center>[url='tos.php']TOS[/url]</center></td> <td background='middle.png'><center>[url='privacy.php']Privacy Policy[/url]</center></td> <td background='middle.png'><center>[url='screenshots.php']Screenshots[/url]</center></td> <td background='middle.png'><center>[url='contact.php']Contact Us[/url]</center><td background='middle.png'></td></tr></table></center></td></center> </tr> <table width="100%" height="100%" border=0 cellpadding=0 cellspacing=0><tr valign=middle><td align=center> <table width=600 width=600 border=0 cellpadding=0 cellspacing=0><tr><td width=600 height=600 background="logingraphic.png" class='nomargin'> <table width="100%" height="100%" border=0 cellpadding=0 cellspacing=0> <tr height=108><td height=108></td></tr> <tr height=385 valign=top><td width=19></td><td width=334> <u>Contact Us</u> Username: Your name here E-Mail: Your E-Mail Duties: Staff duties here Owned and operated by Joseff And Madogdan
-
[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] is that all you posted for to criticise the kid if you read his other posts you will know why he posted here not in paid mods section and 03laceys try contacting wicked and ask if he can customise it for you im sure he'll be happy to help -
[paid request] Gym pass addon [paid request]
Solid Snake replied to 03laceys's topic in Requests & In Production
Re: [paid request] Gym pass addon [paid request] lol again why pay all it is a few lines in gym and your gym pass mod in my oppinion create a new file called forgepass or summit like that and paste you pass mod into it and edit it so its half price and instead of gym_pass (or whatever it is) make it forge_pass also in gym add in a if caught and a if get away function -
[paid request] Travelling addon [paid request]
Solid Snake replied to 03laceys's topic in General Discussion
Re: [paid request] Travelling addon [paid request] lol why would you want to pay for somthing that could be done for free all you need to do is add is a little bit of code or new page into travel for example create a page called private jet and copy and paste the travel into it and edit it so that its private jet instead also the travel time part of the script would need to be cut shorter for the stowaway ill assume you will have to do the same as above and add a if caught and if get away function -
Re: [mccode] login/register addon atm i am ATTEPMTING to make a login of my own (not working though) and the way you posted is better for my new login so thanks for that MD