Search results

  1. BatDev

    Help Spotting error?

    Thanks :)
  2. BatDev

    Help Spotting error?

    Hey guys, anyone fancy spotting the error in my code? I cant seem to spot it <form action="groups.create.php" method="post"> <label>Group Name:</label> <input type="text" name="groupname" /> <br><br> Group Description: <input type="text" name="groupname" /> <img...
  3. BatDev

    Really need help!

    Yes.
  4. BatDev

    Really need help!

    If you are running it localhost for yourself it will be also remember to change your_variables.txt to which the variables is usually is external_variables.txt
  5. BatDev

    Really need help!

    Change the http://path/to/swf to where your swf folder is located.
  6. BatDev

    Really need help!

    Swfs: http://path/to/swf Variables: http://path/to/swf/your_variables.txt Habbo.swf: http://path/to/swf/Habbo.swf
  7. BatDev

    Phpretro register page

    this is the date variable that I use in my scripts $time = date('d-m-Y h:m');
  8. BatDev

    Phpretro register page

    Wouldn't UNIX_TIMESTAMP() be better?
  9. BatDev

    DCR's

    http://devbest.com/threads/swf-r63-swf-pack.11016/ check there.
  10. BatDev

    Phoenix 'connection dropped' error

    No problem, glad to help.
  11. BatDev

    Phoenix 'connection dropped' error

    Should be user_stats as Sledmore as stated Off-topic: Sled... beating me to it!
  12. BatDev

    Phoenix 'connection dropped' error

    I would imagine so.
  13. BatDev

    Phoenix 'connection dropped' error

    Yes run that query.
  14. BatDev

    follow back, i sell your virginity (Y)

    follow back, i sell your virginity (Y)
  15. BatDev

    Phoenix 'connection dropped' error

    Look above for the query for user_status
  16. BatDev

    Phoenix 'connection dropped' error

    Delete the mafiapoints field from users, try this query below ALTER TABLE `users_stats` ADD `mafiapoints` int(11) NOT NULL DEFAULT '0';
  17. BatDev

    Retro, Teamviewer.

    For the Dutch CMS you are best off translating one yourself, or look around other forums, RZ would be a good start, pretty sure I have seen some Dutch translated CMS there. As for the "setting up" of a R63 Retro you are best off searching for a tutorial, i have linked one below...
  18. BatDev

    Phoenix 'connection dropped' error

    ALTER TABLE `users` ADD `mafiapoints` int(11) NOT NULL DEFAULT '0'; Should be correct.
  19. BatDev

    Phoenix 'connection dropped' error

    That error states that the 'mafiapoints' field should not be in the table... anyone correct me if i am wrong.
  20. BatDev

    Phoenix 'connection dropped' error

    Try this query UPDATE users SET ip_last = '';
Top