It seems you have Private Messaging turned off. Turn them on by going to the Settings (top right corner). And then contact me when you have turned them on :)
Not meaning to sound harsh at all here, but I do see a lot of requests from you asking about the most simple of simple things to edit. I for one, have answered 1 of these requests, and I have seen many more posted since then.
<table width="100%"><tr>
<td width="33%"></td>
<td width="34%">
- Links HERE
</td>
<td width="33%"></td>
</tr><tr>
<td>
- Links HERE
</td>
<td></td>
<td>
- Links HERE
</td>
</tr><tr>
<td></td>
<td>
- Links HERE
</td>
<td></td>
</tr></table>
That would give you a basic of what you want.
I found one game, I looked in the "Hall of Fame"; and there were people at Level 1400.. I was like WTF?! then left :D
So yeah, make the levels not too hard, but not too easy to gain..
Yup, which is why I posted a before and after.. I haven't looked through the code, as I don't have time (have a few projects + mods on the go); but when I get a spare 10 minutes; i'll look through and post a working version.
Maybe include a few of your designs? What Genre of game you planning? What Budget do you have? Is the expense going to be shared across the "partners"? What is the planned turn around for this game?
That is just a few questions people will want to know..
switch($_GET['type']) {
case 'willPotions': will_potions(); break;
the same for all the others; break;
default: dontion_index(); break;
}
function donation_index() {
> Will Potions
> All other Types
List all basic donations here..
}
function will_potions() {
> Will Potions
> All other Types
List all will potions here..
}
Yeah, it's a shit example.. But you get the idea?
WOW! Looks nice, Dave! When I have some spare money, I will consider buying this (although i'll have to edit it to work with my game-in-creation, haha)!
I seen 1 game where there was a 7 second count down timer and if you closed the page before the timer reached 0 you didn't get the reward.. I thought that was quite good!
In the users side the Ticket will stay there whether it is Open or Closed. It only "disappears" on the Staff side when it is Closed (to save clogging up on the staff side).
I was thinking of adding a Cron OR timestamp for this to delete any Closed tickets that have a last reply time of > 30 days. Would this be useful or not?
By the way, if you have this online, could you give me the Link to the website (so I can post here as an example)?