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.
"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
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
:)
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.
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.
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]
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.
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
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.
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 :)
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.