Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. Re: [V2] Login Page Advanced This guy has stolen my login by simply taking the image badly editing it then viewing the HTML of the file. I made this for www.criminal-corruption.com you can ask Sexorcist the owner please if you could remove this thread and punish the user
  2. Im trying to think of some mods that have never been done before. If youve got an idea but cant code email me and ill create the mod and send it to you and then sell it on.
  3. Re: Count Backwards :D 4974 Thats my contribution
  4. Re: Free 2 - Icons Thanks nyna you guys its well easy to add
  5. Dave

    Sql Injections?

    Im opening a new game (Not publishing the URL yet) but can anyone send me the script or post them below (So all CE users can use them) . i would like the one to stop injecting into cmarket.php which i now is on this forum somewhere but i cant track it down and the one that stops SQL injections into Forums and if you have any other scripts like for the header and register that would be great thanks if you require payment i may be able to set you up with some good hosting if youve got what i want BTW im talking about Mccodes V.2
  6. Re: [mccode] Jail for Lite That mod would be quite easy to make just do a rand(1,6) and if the rand = 5 say its does a query which shoves them in jail like below $attackjail= rand(1,6); if($attackjail == 5) { print "The police see you beating up this user and shove u in jail for 10 mins"; mysql_query("UPDATE users SET jail=10, jail_reason='Killed someone and got caught' WHERE userid=$userid"); } Im not sure if this works i just made it add it into attack when u win near the Mug Them and that buttons
  7. Dave

    help with php

    Re: help with php All wrong its not 2 years it took me 2 weeks V.2 script isnt that confusing V.1 is because theres some dodgy parts of the script still its basically an early realease of v.2
  8. Re: Contact Form (Fresh & NEW!) To me it justs looks like you have coded something preety much the same as mailbox except instead of saying you want it to go to ID 1 it goes to some staff panel im sticking with the mailbox
  9. Re: New And Improved Mining Mod [$20] Bling i am not one of those coders which edits free mods then sells them this started out as a blank file so i didnt edit some lines of a different mod and the smithing will take longer then 10 mins because there will be a staff panel which will allow admins to say a Dagger needs 2 cooper and 1 tin
  10. Re: New And Improved Mining Mod [$20] Thats because the user when they purchase the script they chose what the maxmium for each mine and the users mining level ie i put mine very low but i am going to raise it
  11. Re: New And Improved Mining Mod [$20] Thanks and if you are interested please add me to MSN as [email protected] or just email me at [email protected]
  12. Mining Mod I have developed a brand new version of the free mining mod it enables the use to mine and get ore (The owner and the admin and chose the different types of ore in the SQL) when the user mines it gives them mining EXP, ore and it reduces energy a bit like real mining i am going to create an addon to this called Smithing so that use can turn his ore into weps and items Price: $20 Demo: www.fusion-wars.com/mining.php (Will only work if your logged in) If you purchase this mod when i bring out the smithing mod you will get the smithing mod 1/2 price Also once you have brought the mod you will get full support from me
  13. Flash Login With this mod you get the .swf and the .fla file (.fla = Flash MX) it means you can customize your login really cooly Demo: www.fusion-wars.com Price: $20 If you are interested add me to MSN on [email protected]
  14. Re: Debit/Credit Card Mod $15 ok i will add an anti SQL injection to this mod
  15. New Register I have created a new register which works in steps asking for your desired username then seeing if it is avalible then if it is it will ask you for desired password and so on Demo Removed i have 100% coded this myself Price: £10 ($20) (Prefer £'s) If u are interested please email me at [email protected] If this does not work with your game i will make it my mission to make it work and u wil get full updates and support When you buy this it comes with the standard Mccodes V.2 Theme V.1 Is Avalible
  16. To fix this problem open itemmarket.php and find case "remove": item_remove(); break; replace it with case "remove": item_remove1(); break; then find function item_remove() { and change it to function item_remove1() { Then it should work normally
  17. Re: Debit/Credit Card Mod $15 in a way yes but you cannot withdraw money you can buy things with it so you dont walk around with money u can just use the debit card so you dont get mugged
  18. Debit/Credit Card Mod I Have developed a Debit/Credit Card mod which alows users to put money on there debit cards and then they cannot be mugged but they can still go shopping in the shops and buy things this was made for V.2 and i will be able to convert it to V.1 and LITE it comes with 1 File and some code editing and a SQL easy to install Price: $15/£7.50 If you are interested please Add me to your MSN as [email protected] or email me at [email protected] i will send you all the updates and if it dosent work with your game i will fix it for FREE This mod is currently working on www.cyber-city.clearhostia.com/credit.php
  19. Fast Food Mod V.2 This Mod Alows You To Add Your Own Fast food shop to your game so players can buy and eat food from the shop to regain Energy, HP and Will Price: $15 i would like to inform u that i 100% completly coded this myself Also Comes With a staff mod to add and edit meals contact me at [email protected] if u are interested
  20. Re: [mccodes][V2] owner`s pannel You Might Need To Change This [url='http://localhost/xampp/staff_crimes.php?action=newcrime']Make a New Crime[/url] [url='http://localhost/xampp/staff_crimes.php?action=editcrime']Edit a Crime[/url] [url='http://localhost/xampp/staff_crimes.php?action=delcrime']Delete a Crime[/url] [url='http://localhost/xampp/staff_crimes.php?action=newcrimegroup']Make a new Crime Group[/url] [url='http://localhost/xampp/staff_crimes.php?action=editcrimegroup']Edit a Crime Group[/url] [url='http://localhost/xampp/staff_crimes.php?action=delcrimegroup']Delete a Crime Group[/url] [url='http://localhost/xampp/staff_crimes.php?action=reorder']Reorder Crime Groups[/url] "; Inless You Have Localhost and it is somehow one the web i reccomend you change this along with anything else like it
  21. Dave

    HELP

    Re: HELP i have found it :mrgreen:
  22. Dave

    HELP

    Re: HELP No i brought the code of an EXISTING game (Now closed down) And there was no DBdata please dont swaer that is a bad habbit
  23. Dave

    HELP

    On some of my pages they are just showing up with a whit blank page and also Does anybody have a DBdata for v.1.1 (The first one you have to pay for) Because i brought a lisence and it didnt have one PLEASE HELP
  24. Does any body know what you do when a mods says add this to your Mysql for instance this ALTER TABLE `users` ADD `jail` INT( 11 ) NOT NULL , What do i DO Please Help :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) :? :-o :-) Thanks
  25. HELP ALTER TABLE `users` ADD `jail` INT( 11 ) NOT NULL , ADD `jailreason` VARCHAR( 255 ) NOT NULL ; What do you do with this were do you put it or how do you add it to your MYSQL :? :? :? :? :? :? :? :? :? :? :? :? :? :? :?
×
×
  • Create New...