Search:

Type: Posts; User: Lewislol

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,509

    Re: Need a fake users php script

    I don't advise doing this, but you can do the following.
    You can do what you want to do with the script you provided:
    $online = mysql_fetch_assoc(mysql_query("SELECT users_online as Count FROM...
  2. Re: Deny acces badge shop when user is online

    Just do something like this.
    <?php
    $ud = mysql_query("SELECT * FROM users WHERE id = '" . $_SESSION['user']['id'] . "'");
    $ud = mysql_fetch_assoc($ud);
    if($ud['online'] == 1){
    die("You are...
  3. Replies
    2
    Views
    946

    Closed: Re: Create Room When user register

    I think you could do with it with mysql_insert_id() to get the id of the previous row, if you have any questions read the PHP manual for this or feel free to ask me.
    PHP: mysql_insert_id - Manual
  4. Closed: Re: RevCMS PHP Navigation with switch and case?

    With the way RevCMS works you would have to do something like http://localhost/index.php?url=me&id=stats then rewrite it to be more user friendly with your htaccess/web.config.
  5. Replies
    5
    Views
    913

    Re: Revcms Ticket System

    To answer your original question one has not been released, I don't see why it is needed when there is a ticket/report/help system on client.
    If you wanted it for ban appeals you could just do a...
  6. Replies
    5
    Views
    913

    Re: Revcms Ticket System

    I cannot offer him any guidance until he tells me what he means by a ticket system he could mean a few different things.
    It would be a total waste of my time saying how he would do a support ticket...
  7. Replies
    5
    Views
    913

    Re: Revcms Ticket System

    What do you mean by a ticket system?A support ticket system?
    Instead of asking people to code it for you why don't you experiment with it yourself and just ask people for support with making it...
  8. Replies
    10
    Views
    936

    Closed: Re: Fake online [RevCMS] [Phoenix]

    I would advise you against faking your user count but this is how it is done in RevCMS.
    1) Go to class.core.
    2) Go to the getOnline() function.
    3) Change the return part to have + 5 at the end.
    ...
  9. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    This thread can be closed until I have some time to work on this again.
    There will still be updates on my development site, and thread will be reopened when a stable build is ready. @asesinato close...
  10. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Having loads of problems getting the habbo theme working with jquery which would do main of the main functions of the forum so looking for alternate ways to do it with just javascript or come up with...
  11. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Thought i'd start my fun a little early!
    Habbo - Forum

    One feature that has never been properly done or works correctly!
    Will see loads of progress this week :)

    At the moment it is just the...
  12. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    That shouldn't take me long at the moment I am working on a profile page :)
    (Just a basic one, for now)
  13. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Will be done in one of the next few versions want a basic one w/ my original todo list then I will start doing things that will help benefit the hotel owners.

    - - - Updated - - -


    No sorry, I...
  14. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Will have an example later tonight or early tomorrow.
    It is similar to the old one - read above.
  15. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    A beta build should be out tonight anyway just for people to test it :)
  16. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Fixed the authentication page automatic locking system, test it at Habbo - Make friends, join the fun!.
    Would anyone like to test this CMS on their own hotel and have it 24-48 hours before everyone...
  17. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Just my old housekeeping a few changes have/will be made.
    => Better security functions(Thinking about email verification each time they wish to access the HK or only IPs set by high-level admins can...
  18. Replies
    7
    Views
    703

    Re: Revcms CLIENT ERROR

    To add pins you can just run this query.


    UPDATE users SET staff_pin = md5('PinHere') WHERE username = 'YourUsername'

    If your pin system does not use hashing you could just run this

    ...
  19. Thread: News comments

    by Lewislol
    Replies
    2
    Views
    410

    Re: News comments

    Provide me with your code and I will look at it for you if you can provide me with an SQL aswell would be great otherwise I can just make one myself.
    I will be doing my own news comments for one of...
  20. Replies
    1
    Views
    379

    Re: Index E register?

    Well the files that you will need to add/change will be the:
    -> Index.php file(to your new index.php file)
    -> Register.php file(to your new register.php file)
    Both located at...
  21. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Build 3.0 & Build 3.2 have been suspended by Mediafire if anyone has a mirror please reupload - There is a mirror already there for 3.0 but I do not have a copy of 3.2.

    Here is the latest beta...
  22. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Sorry about the slow progress on the stable release, I should have a stable version out by Sunday if I haven't got anything else to do.
  23. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Mustache - The HK has had no work on it yet, please wait for the next release with a brand new Housekeeping!

    Progress is slow, I am busy working on other projects at the moment.
    The next thing I...
  24. Thread: RevCMS

    by Lewislol
    Replies
    3
    Views
    490

    Re: RevCMS

    There has never been one of these released(as far as I am aware off) the only way you can get it if it hasn't been released is by creating it yourself isn't it? You shouldn't have an RP if you cannot...
  25. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Accounts are now automatically locked after 3 attempts, I am working on the recovery process tomorrow(to unlock accounts) and will do forgotten passwords while I work with the mailing.
    I need...
  26. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    3.4.3 will be ready within the next few days, I am off schedule at the moment due to other work and projects....
  27. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    I am doing limiting sessions for the two factor authentication - should it ban the IP address from logging into that account and in the HK let admins remove that block?
    Could maybe block it for 48...
  28. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    I can help you add it if you message me via PM or via Social Media just not going to do it as a proper release for the time being.
    If demand is high I will do a documentation for it.

    A beta build...
  29. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    This function has been completed and can be tested at http://lewis.savor.pw.
    How it functions:
    On register you assign a pin, it is encrypted with MD5(or if you move to the cms users just enter it...
  30. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Okay so I have started the two factor authentication but I was wandering if people want me to just release it with this CMS(and have parts of it built into the core) or make it a standalone addon...
  31. Closed: Not on the public server, I honestly haven't done...

    Not on the public server, I honestly haven't done much updates to it though.
    May do some work on it tomorrow if I feel like it.

    After alot of consideration I have decided every version below 3.4...
  32. Replies
    4
    Views
    1,214

    Re: Phoenix -> Azure generator php

    As mentioned above this is just a catalogue converter - not a SQL converter if you wish to convert your hotel from Phoenix to Azure you will need basic SQL knowledge and manually convert it.
    You...
  33. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    I will look into this for you.
    Update:
    A fix will be in the next version of it - I will upload it later.
    For now just to have a look disable error_reporting error_reporting(0);

    That is...
  34. Replies
    17
    Views
    1,168

    Re: Updating Pages...

    Try this, this works for me on my localhost.


    RewriteRule ^(staff/co-founders)$ index.php?url=cofounders

    For other people who want to do this and use IIS here is the IIS rule


    ...
  35. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Here you go, beta 3.4.1.
    http://lewis.savor.pw/beta/3.4.1-beta.zip

    Unless you are satisfied that there is no problems with this build, I do not recommend that this is used in production.
    If you...
  36. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    It will now redirect to the latest news article, if you want it to function another way just tell me :)
    Will do news comments later.
  37. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Build 3.3 is not complete.
    Wait for the next build - 3.4 if you want a good CMS to work with.

    I haven't got a version of it anymore, just beta builds I reinstalled my development server the other...
  38. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Some changes..
    Just seen the thread by Dlyner - http://forum.ragezone.com/f353/revcms-guest-login-1059982/#post8394161; this has been added to roaming mode with a few little changes and a code...
  39. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    I can probably make it configurable, in the configuration file so if you want to allow people to roam around your cms without an active session they can see the news, but otherwise it redirects you...
  40. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    I won't be translating it to other languages, sorry but you can easily do it yourself.

    - - - Updated - - -

    I need some ideas for features, as I will spend a few hours on this.
    So far:
    ->...
  41. Closed: Re: RevCMS habbo theme edit & RevCMS Housekeeping release

    Sick of getting PMs with people saying "I am getting hacked using this CMS" so I am going to post a download with a few updates in the next few days.
    Will remove the forgotten password exploit and...
  42. Replies
    3
    Views
    1,194

    Re: Move R63 to R63B - Furniture & more?

    To convert your database without much knowledge of your emulator or SQL knowledge might be a little tricky.
    Compare the tables of your current database to azure and add required columns, and you may...
  43. Re: Parse error: parse error, expecting `T_CONSTANT_ENCAPSED_STRING' or `'('' in C:\x

    Try the original global.php file.
    https://github.com/NoVatutz/RevCMS/blob/master/global.php

    Why is there a html tag in the global file?
  44. Replies
    2
    Views
    475

    Re: 404 on index page?

    Without a screenshot or a link there is nothing much we can do but guess the problem.
    Do you have PHP and php manager installed on your webserver?
    Have you added a web.config/converted your...
  45. Thread: Client 87%

    by Lewislol
    Replies
    5
    Views
    905

    Re: Client 87%

    Make sure port 30000 is open.
    Make sure you have configured your external_variables and all links are correct linking to the SWFs.
    Make sure


    "hotelview.banner.url" : "http://YOUR URL/SWF...
  46. Replies
    10
    Views
    1,206

    Re: RevCMS 100% secure???

    RevCMS is secure just the forgotten password exploit might be used against you if your hotel does not patch it. The version of revcms you are using might already have this fixed but just incase here...
  47. Replies
    6
    Views
    530

    Closed: Re: [RevCMS] Register script not working?

    This will be my last attempt, I seen another error.


    <div id="page-reg" style="display: none;">
    <h1>Register</h1>
    <form id="register"...
  48. Thread: IIS 7 problem

    by Lewislol
    Replies
    3
    Views
    481

    Re: IIS 7 problem

    People think it is funny to attack your site with either XML RPC, HTTP-GET, HTTP-POST or HTTP-HEAD.(They cause this error, causing your CPU to go upto 100%)
    Use your web.config to block the...
  49. Replies
    6
    Views
    530

    Closed: Re: [RevCMS] Register script not working?

    Try this.


    <div id="page-reg" style="display: none;">
    <h1>Register</h1>
    <form id="register" method="post" action="{url}/register"><br />
    <div>
    ...
  50. Replies
    6
    Views
    530

    Closed: Re: [RevCMS] Register script not working?

    If this is a register built into the index, make a separate version of the index on the /register page and do action = "{url}/register", if it is just a register page by itself(not on the index)...
Results 1 to 50 of 453
Page 1 of 10 1 2 3 4

Advertisement