Search results

  1. Obey

    [REVCMS] Help Page Addon

    I made a help tool addon based off of zMagenta's staff application standalone page. This works by sending the submitted information into your database therefore it's essential that you run the SQL below or it simply won't work. Install instructions are included within the download, it really...
  2. Obey

    Show DevBest [PHP] Login & Logout

    Wow, should've looked into that more. I'll make it securer next time.
  3. Obey

    Show DevBest [PHP] Login & Logout

    I just used md5 because it's a built in feature of PHP and it's pretty simple.
  4. Obey

    Show DevBest [PHP] Login & Logout

    Because I took a script, made it better for people to use and then released it? 1 thing left to say: fuck off.
  5. Obey

    Show DevBest [PHP] Login & Logout

    I only took this and enhanced it by adding a few features to it for noobs like myself who can't code stuff like this.
  6. Obey

    Show DevBest [PHP] Login & Logout

    This is the first time I've ever used PHP so forgive me for any errors. I gathered a simple login and logout script that DOES need access to your database. I've included a db.php file below so if you don't already have one, make one and include the code below inside. There is only HTML in the...
  7. Obey

    Image Slightly Off

    I looked on photoshop and there isn't a gap. There's an image at the top that is the same as this so I just took it in photoshop and flipped it, still not working though.
  8. Obey

    Flash Edge Hotel

    Perhaps it may stop people from accessing the hotel when they click on the client? Tried again after an hour or so and it seems to have fixed itself.
  9. Obey

    Flash Edge Hotel

    https://gyazo.com/8a9ed39caacf9a9dd40d181b409a8c27
  10. Obey

    Image Slightly Off

    No, the width is perfectly fine, it's just off to the right a bit more than it should be.
  11. Obey

    Image Slightly Off

    As you can see from the image above, the bottom of the box is slightly off to the side and it kinda fucks up the whole thing. I've tried using float: left; in my css but it stays exactly the same. Here's the css: #content-bottom { background: url('../img/content-bottom.png')...
  12. Obey

    [HELP] Making information from register going to database

    Yep, my mistake, thanks so much.
  13. Obey

    [HELP] Making information from register going to database

    NEVERMIND, THANK YOU!
  14. Obey

    [HELP] Making information from register going to database

    That worked with letting me get onto the page but when I select an option from the dropdown menu it doesn't enter the database?
  15. Obey

    [HELP] Making information from register going to database

    I get this error when i go to my register page: "Fatal error: Declaration of Revolution\users::addUser() must be compatible with Revolution\iUsers::addUser($username, $password, $email, $motto, $credits, $pixels, $rank, $figure, $gender, $seckey) in C:\xampp\htdocs\app\class.users.php on line 9"
  16. Obey

    [HELP] Making information from register going to database

    DISCLAIMER: THIS IS MY FIRST TIME WITH CODING ALL TOGETHER. Hi, I have added a dropdown menu to my register page (screenshot below) and I would like the selected answer to be put into my country column in my users table but I don't know how. I'll provide my code below. Also, could someone tell...
  17. Obey

    [MYSQL, PHP] Creating a register field

    Do you guys know by any chance how to make it so that once you put in your country on the registration field it goes into the column that I just created? I tried to use this but it didn't work. <div class="field field-country"> <label...
  18. Obey

    [MYSQL, PHP] Creating a register field

    Thanks, it worked. Could you explain the "VARCHAR(225) NOT NULL" part to me?
  19. Obey

    [MYSQL, PHP] Creating a register field

    DISCLAIMER: THIS IS MY FIRST TIME TRYING TO USE MYSQL/PHP! Hi, I'm trying to add a column called 'country' to my 'users' table so that it's stored in the database and I can use it later on in an online users page. I thought the following SQL would work: ALTER TABLE users ADD column_name country...
  20. Obey

    [PLUS EMU] Loads and then disconnects.

    Thanks for the quick reply. I had a feeling it wasn't linked correctly, I'm really bad at this kind of stuff. Could you tell me/show me an example of how to link it up by any chance?
Top