Jump to content
MakeWebGames

Ishraq

Members
  • Posts

    571
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Ishraq

  1. Re: [mccode] ReadRules this can still be usefull so that people can read the rules and understand everything before they start playing
  2. Re: Db Query Help   I dont know but i hav to add a gang_pic update
  3. Can Someone Please Help Me With My Db Query Because Im Trying To Add An Update For gang_pic. in the gangcentral.php theres a dbquery like this $gq=$db->query("SELECT g.*,u.* FROM gangs g LEFT JOIN users u ON g.gangPRESIDENT=u.userid ORDER BY g.gangID ASC;");   All i have to do is add a gang_pic query then i can use the gang pics. can someone please post it here i will be so glad if you would. thanks!
  4. Re: Installation.php Sorry i didnt know can u delete those replies
  5. Re: [mccodes V.2]Energy Sweet Shop     what do u mean by the 'Not sure how you got bar23.php in yours as it isnt even mentioned on ISHZ script lol'
  6. Re: [mccodes V.2]Energy Sweet Shop Ahh i think i dont know how to fix this can you just do it for me please ad anyway it dont need to be changed but for others to understand.
  7. Re: [mccodes V.2]Energy Sweet Shop   ok i'll fix that
  8. This Is My First Attempt On Making A Mod Please Try It Out Basiclly you buy a sweet and you eat it straight away and your energy will go up by a bit. Create A file called energysweetshop.php <?php /*----------------------------------------------------- -- Energysweetshop V.2 -- A product of Lost-Warzone -- [url]http://www.lost-warzone.net[/url] -- energysweetshop.php -- Free Mod -- not to be sold and please keep this part -----------------------------------------------------*/ include "globals.php"; print "<h2>Energy Sweet Store</h2> [i]Walking in to the Energy Sweet Shop..you decide whether or not to buy a Energy Sweet.. <table width="70% border=1> <th height=8%>Energy Sweet</th><th height=8%>Cost</th> <tr> <td>Energy Sweet Shop</td> <td>$10 [url='energysweetshop.php?spend=1']Buy Energy Sweet[/url]</td> </tr> </table> $money_take=10;//Enter how much money you would want to be taken if ($_GET['spend'] == '1') { if ($ir['money'] < 10) { print "You don't have enough money to buy the energy sweet..Best leave now.."; } else { if ($ir ['money'] >10) { print "You Bought A energy sweet And You Feel Some of your will coming to you after you ate it [url='explore.php']Back to Explore[/url] "; $db->("UPDATE users SET money=".$money_take.", energy=energy+5 WHERE userid=$userid",$c); } } } $h=>endpage(); ?>   Please Tell Me If theres anything wrong or any errors because i want to fix it myself i need to learn if i still cant fix it then i will ask for help and you can post the right one. You Can change the energy to anything you want even the name of the shop and the price.
  9. Re: Another New Mailbox   When there was european-alies i didnt know how to code 1 bit not even signatures or adding mods i started making games and started to learn to code when magictallguy took me from step 1 of making a game to the very last step and i had learnt how to code a bit while adding mods and designing games. And syke(tahmid) gave me a game with called www.lost-warzone.com and now it dont work so i made www.lost-warzone.net
  10. Re: [mccodes v2] Gang Bomb [$15.00] Plz keep 1 for me zero i dont have any money at the moment but i wil buy it
  11. Re: [mccode] Main menu users online count aint there a code that shows atleast 10 people who are online and under neath them will be a link to usersonline page in the mainmenu. if you can make it please post them
  12. www.lost-warzone.net Please check my game out
  13. Re: Another New Mailbox ok here is the fix.php Code removed due to copyright infringement.
  14. Re: Another New Mailbox well the real owner had lots of errors and i made it so that it wont get hacked
  15. Re: Another New Mailbox   can u tell me how to add a screenshot cos i press print screen then i dont know what to do lol
  16. This Took Long To Code!!!   Error   Feel Free To Take It And Hope You Like It
  17. Re: [V2] Race Mod & Status Mod on Page 2 [V2]   can u please please tell me how to add it properly i added it your way but it still dont work
×
×
  • Create New...