Jump to content
MakeWebGames

radio_active

Members
  • Posts

    693
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by radio_active

  1. Re: V2 Staff Applications!   I browsed but link was striked and re directed, didnt know the name of the file so couldnt manually go there!
  2. Re: [V2] Simple Bombing Mod [V2] - ($2)   All credit for him to post it free, starting off slow isnt about coding sh!t to make a quick buck!
  3. Re: Email Activation   It is easily explained, what do you not understand, your not fit to run a game if you cannot install a simple script laid out to you with instructions!
  4. Re: [V2] Simple Bombing Mod [V2] - ($2) yeah, i understand if you have like 20 people signed up to your game, but if you have 1000 people playing and one person pays a bit of money and everyone goes into hospital, that would be such a bad mod as many people would spend there life in the hospital, not to mention the server load...It would have to cost alot and restrictions for certain users, etc etc...
  5. Re: Burn House for V2   If war_hero doesn't post ill put it up for everyone soon!
  6. Re: Function Help I also am not an experienced coder in the least but this might help, i am not sure.... In staff_houseitems.php in the add hitems function! <form action = 'staff_houseitems.php?action=addhitems' method = 'post' /> House Item Name: <input type = 'text' name = 'name' /> House Item Price: <input type = 'text' name = 'price' /> House Item Will: <input type = 'text' name = 'will' /> <input type = 'submit' value = 'Add House Item' /> </form>"; I think you put the $name, $price and $will there so like this   <form action = 'staff_houseitems.php?action=addhitems' method = 'post' /> House Item Name: <input type = 'text' name = '$name' /> House Item Price: <input type = 'text' name = '$price' /> House Item Will: <input type = 'text' name = '$will' /> <input type = 'submit' value = 'Add House Item' /> </form>";   I am probably very wrong but yeah...might help Now for the other code!   $q = $db->query(sprintf("SELECT * FROM `houseitems` WHERE `hitemsID` = `hitemsID`"));   I believe you my need a, $_GET['hitemsID'] or something like that to replace the hitemsID in = `hitemsID`"   Again, i may be wrong but just trying to help!
  7. Re: News Latter V1 Fair enough!
  8. Re: News Latter V1 Wasnt this a paid script from cronus or someone?
  9. Re: Different User Profile & View User Page   Exactly what i thought..lol
  10. Re: V2 cars mod Alright, i think everyones had there opinion and its made fairly clear that this dude didnt code it, he may have "MODIFYED" it at one point but thats not creating the script! So dude, Only post Scripts you code from scratch, not pre made scripts with a modification to them! Id say this topic deserves Deletion!
  11. Re: I know it was posted before, but there was no resolution I believe you do this: Replace: print "<h3>Add City</h3><hr /> <form action='staff_cities.php?action=addcity' method='post'> Name: <input type='text' name='name' /> Description: <input type='text' name='desc' /> Minimum Level: <input type='text' name=minlevel' />   With   print "<h3>Add City</h3><hr /> <form action='staff_cities.php?action='addcity' method='post'> Name: <input type='text' name='name' /> Description: <input type='text' name='desc' /> Minimum Level: <input type='text' name='minlevel' />   Its missing a few ' ' here and their, so replace that and it should work fine...
  12. Re: [Help] Installing mccodes v2 Well if this is your details here as you posted before Then it would be like this: 'username' => 'worldofsamurai_theneedle', 'password' => 'admin', 'database' => 'worldofsamurai_database1', The password that you wrote "admin", well is that the password you chose when you made your Database User? Because the password your meant to use is the password you used to make your DB user???
  13. Re: [Help] Installing mccodes v2 Go to config.php in file manager, then where it says 'username' => 'Username here', 'password' => 'DB password here', 'database' => 'database name here', And fill it our with the correct details...
  14. Re: [V2] Personal Notepad [V2]   Dude, that would have to be the most tedious process if your coding on a PSP, lol...I have a PSP and i hate going on the internet with it, let alone typing things with it...Unless you have like an external keyboard you attach, lol... Well, coding takes a long time =] lol :-)
  15. Re: Crime Group Descriptions Crime group descriptions will have to be manually installed from the database and i believe the {$r['cgDESC']} should be {$ir['cgDESC']}   Unless you make a staff function in crimes for this, you will have to manually make them in the DB by browsing an editing then going from there...
  16. Re: Email Activation Yeah i am interested? lol What one you use?
  17. Re: Basic Stock Market [V2] Good Effort ;)
  18. Re: Changer User Password! V2   That probably means the link that you have set up is dead, so its not linked to the correct function... Make sure you add the case, function and link as posted...
  19. Re: User Shops Try mod requests hey, not paid mods...
  20. Re: Frame User Mod $10.00 yeah, screenshots or like a detailed analasys of what happens or what steps the user goes through...?
  21. Re: Multiple Houses [V2]   Script here works fine, so its aat your end...
  22. Re: Multiple Houses [V2] Can you make a staff ability to View Users Houses and delete them if neccessary as if game is abused and people buy lots of houses, for 1, in edit user, when you cange what house they live in, it dooesnt work, and 2. You cannot see how many houses users have....? Would be useful, i dont know if i have the capabilities to mod it, but ill try if no1 does...
  23. Re: House Rentals [V2]   I personally don't have time to go through it for at least a couple of days. Though if you have really fixed it, people would appreciate you posting it up. I edited the script to my likings and fixed the problem with removing the houses from the rent market...I then gave some advice on fixing one part of the mod...Then if you notice, its 5 posts or so after when its stated that their is another error i am un aware of which i have not fixed...I will look into it soon..
  24. Re: House Rentals [V2] That should be a fairly simple fix....Just have to edit the Rent Queries right?
  25. Re: Updated Mailbox [v1]   Learn to code! haha No what version are you using and what code (Place the code in your mailbox) are you using?
×
×
  • Create New...