Re: [mccodeV2] Donations page Elite
Hey, thank you SO much for this. You're a legend. ^_^
+1
Also, can you make a delete pack thing? or should I just do that via SQL?
Peace mate.
Re: [New Game!]Legacy Phaser
Your game might not attract many users with the default login.
If you have some experience, change your style of the header, register and login page.
If you don't have an idea what to do, I'm available to help. :)
+1 for effort.
Re: [mccode v2] Shop Picture
in shops.php
find
print "<tr><td>[url='shops.php?shop={$r[']{$r['shopNAME']}[/url]</td><td>{$r['shopDESCRIPTION']}</td></tr>";
}
print "</table>";
}
replace with
print "<tr><td>[url='shops.php?shop={$r[']{$r['shopNAME']}[/url]</td><td>{$r['shopDESCRIPTION']}</td><td>{$r['shopPIC']}</td></tr>";
}
print "</table>";
}
now instead of using this in phpmy admin for the shopPIC:
[img=images/IMAGENAMEHERE.EXT]
use:
[img=images/IMAGENAMEHERE.EXT]
Re: [mccode v2] Mine Shaft
Okay, lets, first of all, start with me saying this is an AWESOME modification!
The next thing I'm going to say/ask is:
Can someone PLEASE make it so you can only use the mines 20 times per day?