Jump to content
MakeWebGames

Revolution

Members
  • Posts

    147
  • Joined

  • Last visited

    Never

Everything posted by Revolution

  1. Re: Counting (nr game) 834
  2. Re: Help Why not, you did? lol
  3. Re: Help Oh well in that case can I have a copy? Can't afford to host a game so no worries here either...
  4. Re: Help   Hope its not the paid code...
  5. Re: Editing staff levels As far as I can remember the User_level is the field that assigns staff/owner status. As for creating an owners panel, I'm not too sure what you would really want here - apart from assigning / removing staff?
  6. Re: Editing staff levels or are you wanting to change what each level can do - not just assign staff?
  7. Re: Editing staff levels If its not on the owners/staff panel you'll have to edit them via the database itself
  8. Re: book called Happy About Website Payments with PayPal EDIT: Nevermind lol
  9. Re: Counting (nr game) 832
  10. Re: Creating cities in ver 2 What! lol Nice work :mrgreen:
  11. Re: Brave not refilling, Try creating a simple script, something such as placing a value in a table somewhere - just to see if the crons run
  12. Re: Warning: Cannot modify header information?? Most of the pages contain data from other files, and changing one of these can change most (if not all of) the other pages. As said above, you've probably changed something linked (included) into that file
  13. Re: Creating cities in ver 2 sounds like the code simply doesn't insert correctly, should be something like...   INSERT into #table name# (fields in table) VALUES (form values)   Or something similar to that...
  14. Re: Creating cities in ver 2 Yeah - seems it was released a little too soon. Needed more testing by the sounds of things
  15. Re: Creating cities in ver 2 You'll have to check the code on the page to see if the form you fill in is inserting the data
  16. Re: Creating cities in ver 2 check the database - does it populate in there?
  17. Re: Counting (nr game) 830
  18. Re: Counting (nr game) 828
  19. Re: Counting (nr game) 826
  20. Re: Counting (nr game) 824
  21. Re: Counting (nr game) 819
  22. Re: Admin.php Send error It has to be at the top of the page - no HTML can go before it Try moving it to line 2 after the <?php   <?php session_start();
  23. Re: Counting (nr game) 816
  24. Re: Counting (nr game) 814
  25. Re: Counting (nr game) 811
×
×
  • Create New...