Jump to content
MakeWebGames

Maniak

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by Maniak

  1. Well, why is it in the Mccodes Section then?
  2. Bring the Users Level, Agility and Will into it :)
  3. 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 :)
  4. Most definitely like the second one better! Good work, Peter!
  5. 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.
  6. That will work, use it and find out :D
  7. <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.
  8. I have added the event_add() function however, I haven't tested it yet so any errors, post 'em up and i'll fix it for you :)
  9. Yeah, I thought I added that, aha.. Adding now :D
  10. 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..
  11. Thank you very much, Curt!
  12. Thank you, Aderik!
  13. 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.
  14. Added an image of before and after..
  15. By turn around, I mean how long are you expecting it to take before releasing it to the public..
  16. 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..
  17. Just looking at your post, no wonder the Events are not showing... Where is the query?!
  18. I do have 1 question... If I was to buy this, could I use it on more than 1 game/site? Or would I have to pay $30 for every site I wanted it on?
  19. Looks good so far, however I have found 1 problem! When I went onto your profile.. It changed my info to yours (money & name)..
  20. I wouldn't say it has to have an Demo.. I would say Screen Shots are good; not many people give Demos, yet people still buy their Mods.
  21. 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?
  22. 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)!
  23. 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!
  24. 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)?
  25. If anyone could give me a link that'd be great...
×
×
  • Create New...