Welcome to the RaGEZONE - MMORPG development forums.

How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix DB)

This is a discussion on How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix DB) within the Habbo Tutorials forums, part of the Habbo Hotel category; Originally Posted by DrVagax I'm getting this all the time What about your CMS config?...

Page 5 of 22 FirstFirst 1234567891011121315 ... LastLast
Results 61 to 75 of 317
  1. #61
    Josh Webster | Now Back!
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Modesto, CA
    Posts
    947
    Liked
    107

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Click
    Quote Originally Posted by DrVagax View Post
    I'm getting this all the time
    What about your CMS config?

  2. #62
    Member
    Rank
    Member
    Join Date
    Jan 2011
    Posts
    29
    Liked
    1

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Ah i just checked and i noticed the password was wrong, now it is working. However now it still can't connect to the hotel (localhost/client) and registering is also offline
    "Unknown column 'seckey' in 'field list'"

  3. #63
    Josh Webster | Now Back!
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Modesto, CA
    Posts
    947
    Liked
    107

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Quote Originally Posted by DrVagax View Post
    Ah i just checked and i noticed the password was wrong, now it is working. However now it still can't connect to the hotel (localhost/client) and registering is also offline
    "Unknown column 'seckey' in 'field list'"
    Go add this code in your database under the 'SQL tab'

    And click go

    PHP Code:
    ALTER TABLE `usersADD `seckeyVARCHAR(999

  4. #64
    Member
    Rank
    Member
    Join Date
    Jan 2011
    Posts
    29
    Liked
    1

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    -snip it worked-

    Alright it worked and i made a account, and after that i pressed it to enter the hotel which led to http://localhost/api.php
    Except that it 404'd

    localhost/client also does not function correctly

  5. #65
    Josh Webster | Now Back!
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Modesto, CA
    Posts
    947
    Liked
    107

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Quote Originally Posted by DrVagax View Post
    -snip it worked-

    Alright it worked and i made a account, and after that i pressed it to enter the hotel which led to http://localhost/api.php
    Except that it 404'd

    localhost/client also does not function correctly
    update your web build, go to Identified's tutorial on how to fix your web build error.

  6. #66
    Newbie
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    2
    Liked
    0

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix



    Any idea how to fix the grey character like I have?

  7. #67
    Josh Webster | Now Back!
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Modesto, CA
    Posts
    947
    Liked
    107

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Quote Originally Posted by l00kitsjake View Post


    Any idea how to fix the grey character like I have?
    Broken image.

  8. #68
    Member
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    48
    Liked
    2

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Quote Originally Posted by DeliriousCoder View Post
    Broken image.

    Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for '1.0/no DST' instead in C:\xampp\htdocs\app\tpl\class.forms.php on line 90

    I getting it when i login why :( ?

    what about this then grrr....

  9. #69
    Skittle-Panda
    Rank
    Member +
    Join Date
    Jun 2009
    Location
    Netherlands
    Posts
    958
    Liked
    139

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Trying REV CMS on IIS 7.0, 500'error , any help would be great.


    > did url rewrite didnt work.
    Last edited by siem212212; 28-03-12 at 10:38 AM.
    Very un-active on ragezone.

    Skype : Siem000
    Facebook : www.facebook.com/Siem0.o
    Thanks for a great time on here

  10. #70
    Member
    Rank
    Member
    Join Date
    Oct 2011
    Posts
    47
    Liked
    0

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    i got this problem..

    Unknown column 'seckey' in 'field list'

  11. #71
    Josh Webster | Now Back!
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Modesto, CA
    Posts
    947
    Liked
    107

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Quote Originally Posted by rejo93 View Post
    i got this problem..

    Unknown column 'seckey' in 'field list'
    Run this under 'SQL' in phpmyadmin

    PHP Code:
    ALTER TABLE `usersADD `seckeyVARCHAR(999

  12. #72
    Newbie
    Rank
    Member
    Join Date
    Mar 2012
    Posts
    2
    Liked
    0

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    I have some problems whit register it comes up ERROR 404.. help please :D

  13. #73
    Josh Webster | Now Back!
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Modesto, CA
    Posts
    947
    Liked
    107

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Quote Originally Posted by Pingu159 View Post
    I have some problems whit register it comes up ERROR 404.. help please :D
    Run this code under 'SQL' in your database

    PHP Code:
    ALTER TABLE `usersADD `seckeyVARCHAR(999

  14. #74
    Skittle-Panda
    Rank
    Member +
    Join Date
    Jun 2009
    Location
    Netherlands
    Posts
    958
    Liked
    139

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Please help me ?:(
    Very un-active on ragezone.

    Skype : Siem000
    Facebook : www.facebook.com/Siem0.o
    Thanks for a great time on here

  15. #75
    Josh Webster | Now Back!
    Rank
    Member +
    Join Date
    Nov 2011
    Location
    Modesto, CA
    Posts
    947
    Liked
    107

    Re: How to make a RevCMS 1.9.9.9 Hotel (Staff Page/r63 Swfs/Phoenix 3.7.1 Emu/Phoenix

    Quote Originally Posted by siem212212 View Post
    Please help me ?:(
    Did you download all the essentials? or did something stop you in the process?

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •