Jump to content
MakeWebGames

Galahad

Members
  • Posts

    146
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Galahad

  1. Great coder :) Made me a item send module for EzRPG. I would recommend him to anyone =D
  2. If this is going to be a engine, how much would it cost to buy it?
  3. Illusions is great and his mod's are truly unique
  4. Wow that's impressive. You must be loaded with money lol
  5. Very nice mod. I was thinking about making a similar mod like this for EzRPG. I'm going to attempt to convert it
  6. Thanks everyone, they are all helpful :D
  7. Thanks, it may come in handy but I don't think it has enough for my needs.
  8. Does anyone know a website with free weapon/armor/shield icons that i can use for my game? Example - I found these off google
  9. Hello, i need a send item module for EzRPG made. I'm sure that it wont be too complex as EzRPG is much easier and flexible than MCCodes. I could pay $5 - $10 for it depending on how good it is.
  10. EzRPG - Its just the core engine so you would have to build on it to make it a playable game. http://www.ezrpgproject.com/
  11. "I would say it is time to change soft... WBB doesn't seem so good to me." Agreed, i preferred the SMF software they used to have. It seemed to be faster
  12. Yup i know, i tried putting in $name = mysql_real_escape_string(htmlspecialchars($_POST['name'])); but no luck. The file is - http://pastebin.com/29hUGUn6 :)
  13. Strange, i put that in and it didn't seem to work. Just gives out a blank screen
  14. Thanks but where do I place this?
  15. Is there anyway i could disable someone putting in html in a form that changes there name, location etc. as if they put <meta http-equiv="REFRESH" content="0;url=http://blah.com"> in the form it will make users redirect to a different page when they visit the players profile.
  16. This module allows your users to get a free energy refill everyday. This could be easily changed into a free item every day. Please report any bugs. Install - 1) Run this query -> ALTER TABLE `players` ADD `daily` INT NOT NULL   2)Upload cronhour.php to root and set a 1 day cron on it. 3)Upload the other files 4)Place this link anywhere ->   [url="index.php?mod=freeenergy"]Free Energy Refill[/url]   or place this in home.tpl underneath {/if} {if $player->daily == 0} [url="index.php?mod=freeenergy"]You have a free energy refill![/url] {/if}   5)Enjoy NOTE: The cron is not secure, people could run this from there browser.
  17. A simple module to allow the player to send gold to another player. Please report any bugs that might be in this module and i will attempt to fix them. This could be also converted into sending items from one player to another. Upload the files and add this link to city.tpl [url="index.php?mod=Sendgold2"]Send Gold[/url]
  18. Gangster-Legends looks similar to that.
  19. If this is only $15 i might be interested into buying it.
  20. Say if i paid someone to build a attack engine that works with weapons and armour. How much would you think it will cost?
  21. Any free/paid engine will have this issue. It will always lack something you want. That is why you should learn or as paul said go with mcc. If you go with mccodes have a lot of money ready to pay people for mods otherwise you will end up with "yet another mccodes game". True, but it will cost more to get MCCodes fixed than paying someone to make a attack system(along other things) onto that engine.
  22. I've tried using EzRPG and ZAP but they do not have a working attack system (that is compatible with weapons). It's a shame because i love how Zap Engine is set out
  23. I'm thinking about developing a game using the lite engine and building on that but I'm wondering what actually needs securing on it? I know it has exploits but i dont know what them exploits are so i cannot prevent them.
  24. Interesting how you'd say that, ill take a look at this when i get my computer back on line see how secure it actually is... for you guys if you'd like? Yes please, i want to find out how secure it actually is before I use it :)
  25. Tried it, it just shows a blank screen Edit: Found out the problem, the installer did not install all of the tables so i had another database with them on so i just imported them.
×
×
  • Create New...