Jump to content
MakeWebGames

AdamHull

Members
  • Posts

    443
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by AdamHull

  1. It's not a custom engine, if I remember this script was out years ago and it's a version of gang-bliss I remember playing the game and the forum and jail scripts look very much identical [ATTACH]1851[/ATTACH][ATTACH]1851[/ATTACH]
  2. You have no quotes around the text you are adding to the database also add or die(mysql_error()); to the end of your query it will so the errors in the query <?php require_once("globals.php"); $i=$db->query("SELECT * FROM uawards WHERE id={$userid}"); $a=$db->fetch_row($i); if ($a['awardno'] == 1 && $ir['level'] == 5) { echo "You are level 5 and you have this award"; } else if ($ir['level'] == 5) { $db->query("INSERT INTO uawards (id, reason, awardno) VALUES ('$userid', 'You got this award for reaching level 5', 1)"); echo "Award Added"; } $h->endpage(); ?>
  3. Steven I wouldn't use it mate, I used it before, it shows a lot of false positives an floodes your database with users! Hit me up on Skype later and I will try and remember the one I have used that is good
  4. Has anybody had any experience integrating this with mccodes? I have been trying for a few days now and it does not like my users table and wont allow login
  5. Hi, was wondering how much someone would charge to make a Ajax bank script for me, as daves refuse to work at all for me. The script will be pritty much the same as daves, pm me with prices, thanks
  6. has anybody got this mod that the forum hasn't screwed up?
  7. [MENTION=70485]G7470[/MENTION] Spoke to Nonstopcoding he has all the rights to this mod
  8. http://www.turnkeylinux.org/forum/support/20120906/overwrote-indexphp-varwww-any-way-get-it-back Just a quick quess but this gives a walk through on other ways to access PHPMyAdmin and things like that and also it show that you have more then likely overwrote a file. Have a read and see if that fixes your problem
  9. I know you said you don't know what to post as in code wise. But just post what you have tried and I am sure that someone will be able to tell you if your close or not, and how will the players be buying this item? Are you wanting to do this from the staff panel or is there going to be some way of you allowing to buy the item, like through the donation system?
  10. Thanks :)
  11. Well it's a open source image so it is cut off a white background and when zoomed you can see white outline
  12. [ATTACH]1806[/ATTACH] Just a little update :) I can not seem to manage to cut my guy out properly :(
  13. I have added a footer at the bottom of the page that takes up room but I am still going to add a top players somewhere on the design. I have moved the login box creating a space between the content box and login box. I haven't look into gradients yet due to work commitments
  14. Thanks Kyle I'm looking into textures and things tomorrow :) and thanks for the ideas I was starting to struggle :)
  15. Hello, This is the first real attempt of me making a login layout. Please can you tell me where to improve and feedback. This is not fully finished yet. [ATTACH]1805[/ATTACH] thanks
  16. Please can we do something about these spammers!!
  17. Wow love spammers!!
  18. It will be the person who buys it I will have nothing to do with it and Pete made it
  19. Depends on the specs you want and what you are going to use it for. check out pc world they usually have decent ones
  20. Hello all, Due to me not using this template any more I am looing for offers for someone to buy it. Screenshots [ATTACH=CONFIG]1797[/ATTACH] [ATTACH=CONFIG]1798[/ATTACH][ATTACH=CONFIG]1799[/ATTACH] The layout will come with the css and html codes PM me with offers :)
  21. Yes, there is also sql injection exploits I can not remember off the top of my head where they where but I can find out later on today when I get home from work
  22. [ATTACH=CONFIG]1791[/ATTACH] Your game is not secure from XSS attacks
  23. Thanks and I hope I can fill all your needs
  24. Well that is one thing I want to change, I want to support the clients who use the engine. What's the point in trying to make a good engine if there isn't the support the to help it?
  25. No not really. Yes fair enough there is other engines on there, but it will be mainly based around GRPG. It will be update as much as possible for the news and blog for the engine. And it will have the shop on there etc. and it will be used to give support for GRPG so the user can find answers quickly or quickly contact a developer for the engine
×
×
  • Create New...