Voting Gateway Page (Get more users to your hotel)

Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 65
  1. #26
    Sorcerer Supreme tycob is offline
    Member +Rank
    Nov 2009 Join Date
    Installation 04Location
    263Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    yes.I only changed what i had to.It just stays on the same page and loads.Very slowly.

  2. #27
    Grand Master No0b is offline
    Grand MasterRank
    Jul 2010 Join Date
    Michigan, USLocation
    1,426Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Yh same here lol

  3. #28
    Sorcerer Supreme tycob is offline
    Member +Rank
    Nov 2009 Join Date
    Installation 04Location
    263Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Can anyone help?

  4. #29
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Wow I release it than you all post your versions here D:
    Create your own thread please.

    ---------- Post added at 07:47 AM ---------- Previous post was at 07:46 AM ----------

    Quote Originally Posted by tycob View Post
    Can anyone help?
    What do you need help with?

    ---------- Post added at 07:51 AM ---------- Previous post was at 07:47 AM ----------

    Quote Originally Posted by SyntaxErr0r View Post
    Lol kk .. TheHabbos.ORG - Habbo Releaes - Habbo, uberEMU, uberCMS, PHPRetro, RP, V26, Furniture


    kthxloserbai,


    Oh wait you totally added
    "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- start: Vote Page - TheRetros.ORG -->
    <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">"

    so that doesn't make it copy + paste + ADVERTISEMENT at all - gtfo lawl.
    No1 asked you to be the bitch inspector this was originally ripped from flex hotel witch was the first hotel to have it so stop crying that its a rip when it was originally ripped ages ago from flex.

  5. #30
    Rip Akaruz pixelpro321 is offline
    Grand MasterRank
    Dec 2007 Join Date
    InternetLocation
    1,427Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Nice, its simple and clear! nice coding :)), yeah that noob didn't make that other scrip tho, thats called a #RIP# and we hate #Rippers# so GTFO.

  6. #31
    Grand Master Milw0rm is offline
    Grand MasterRank
    Jul 2007 Join Date
    660Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    The reason of the slow loading is that the script(s) must fetch the images from the servers, and if the server has a slow connection, you will get slow loading. So maybe add a timer? When you press the enter and vote, it will start a timer, and the when the timer reaches 5 for example, it redirects.

    edit: Also, the refresh tag can be used, like set it to 10, and set an alert with that you have 10 seconds to vote until it redirects.
    Last edited by Milw0rm; 06-09-10 at 12:23 PM.

  7. #32
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by Milw0rm View Post
    The reason of the slow loading is that the script(s) must fetch the images from the servers, and if the server has a slow connection, you will get slow loading. So maybe add a timer? When you press the enter and vote, it will start a timer, and the when the timer reaches 5 for example, it redirects.

    edit: Also, the refresh tag can be used, like set it to 10, and set an alert with that you have 10 seconds to vote until it redirects.
    Thats a good idea :)

  8. #33
    Elite Member xcv is offline
    Member +Rank
    Aug 2010 Join Date
    114Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by Hydros1 View Post
    Wow I release it than you all post your versions here D:
    Create your own thread please.

    ---------- Post added at 07:47 AM ---------- Previous post was at 07:46 AM ----------



    What do you need help with?

    ---------- Post added at 07:51 AM ---------- Previous post was at 07:47 AM ----------



    No1 asked you to be the bitch inspector this was originally ripped from flex hotel witch was the first hotel to have it so stop crying that its a rip when it was originally ripped ages ago from flex.
    You didn't have to post 3 times

  9. #34
    Grand Master Milw0rm is offline
    Grand MasterRank
    Jul 2007 Join Date
    660Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    yea, its a good idea, im using my ideas at my hotel, not that it works tho

    edit;
    my script:

    Code:
    <style>
    body{
    background:#F2F3E9;
    }
    
    </style>
    <title>Vote for us :)</title>
    <div style="width:100%; height:50px; background:#eee; position:absolute; top:0px; left:0px;border-bottom:1px solid #bbb;text-align:center;color:#aaa;font-family:Verdana;font-size:11px;"><div style="height:5px;"></div><span style="font-size:20px;font-weight:bold;">BigBox</span><br/>Please vote below. After filling in the security code and then clicking 'Enter and Vote' button you will be redirected to the hotel in 5 seconds.</div>
    <div style="height:50px;"></div>
    <iframe name="topsite" id="topsite" src="http://topsite/index.php?a=in&u=BigBox" height="350px" width="100%" scrolling="no" frameborder="0" onload="hotelframe()"><a href="/">Click here to proceed to the Hotel!</a></iframe>
    
    </div>
    <script type="text/javascript">
    
        var sign = 0;
    
        function timedMsg()
        {
        var t=setTimeout("alert('Lol!')",1000);
        window.location = 'http://www.yourdomain.com'
        }
    
        function hotelframe()
        {
            sign = sign + 1;
    
            if (sign > 1)
    
           {
           timedMsg()
           }
    
        }
    </script>
    do as you like with it, it doesnt work. since the hotelframe() is set to onload, so it calls the function WHEN the topsite loads after voting, and that includes the images..
    Last edited by Milw0rm; 06-09-10 at 03:28 PM.

  10. #35
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by xcv View Post
    You didn't have to post 3 times
    You didn't have to post at all?

    ---------- Post added at 03:30 AM ---------- Previous post was at 03:29 AM ----------

    Quote Originally Posted by Milw0rm View Post
    yea, its a good idea, im using my ideas at my hotel, not that it works tho

    edit;
    my script:

    Code:
    <style>
    body{
    background:#F2F3E9;
    }
    
    </style>
    <title>Vote for us :)</title>
    <div style="width:100%; height:50px; background:#eee; position:absolute; top:0px; left:0px;border-bottom:1px solid #bbb;text-align:center;color:#aaa;font-family:Verdana;font-size:11px;"><div style="height:5px;"></div><span style="font-size:20px;font-weight:bold;">BigBox</span><br/>Please vote below. After filling in the security code and then clicking 'Enter and Vote' button you will be redirected to the hotel in 5 seconds.</div>
    <div style="height:50px;"></div>
    <iframe name="topsite" id="topsite" src="http://topsite/index.php?a=in&u=BigBox" height="350px" width="100%" scrolling="no" frameborder="0" onload="hotelframe()"><a href="/">Click here to proceed to the Hotel!</a></iframe>
    
    </div>
    <script type="text/javascript">
    
        var sign = 0;
    
        function timedMsg()
        {
        var t=setTimeout("alert('Lol!')",1000);
        window.location = 'http://www.yourdomain.com'
        }
    
        function hotelframe()
        {
            sign = sign + 1;
    
            if (sign > 1)
    
           {
           timedMsg()
           }
    
        }
    </script>
    do as you like with it, it doesnt work. since the hotelframe() is set to onload, so it calls the function WHEN the topsite loads after voting, and that includes the images..
    If they have visited the topsites before it should load quick as the images should still be in there cache :)

  11. #36
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by pixelpro321 View Post
    Nice, its simple and clear! nice coding :)), yeah that noob didn't make that other scrip tho, thats called a #RIP# and we hate #Rippers# so GTFO.
    Cant agree more :)

  12. #37
    Grand Master Milw0rm is offline
    Grand MasterRank
    Jul 2007 Join Date
    660Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Meh, all the scripts are good, we just need to add a timer to them, so people doesn't have to wait for the site to load. I got 10 online when i have the script, and 20 online with no vote script, so people doesn't like to wait it seems.

  13. #38
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    I will change my topsites, to when you click 'Enter and vote' or 'Enter without voting' it will take you to a 'Thanks for voting page' (No images) this should solve your problems, watch other topsites copy but IDK really :P

    Edit: Done this already ;)
    Last edited by Hydros1; 11-09-10 at 09:27 AM.

  14. #39
    Grand Master Milw0rm is offline
    Grand MasterRank
    Jul 2007 Join Date
    660Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    When will you change it?

  15. #40
    I'm back! iJay is offline
    Grand MasterRank
    Nov 2008 Join Date
    Down Under ;)Location
    602Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Nice release mate, The all famous voting gateway page ;)

    Also, While I am here...

    Does anyone know the code that you add into .htaccess to change the default index...

    Example, When you load... yoursite.com

    instead of it showing: yoursite.com/index
    make it show: yoursite.com/vote

    I know it can be done, because I've done it before... But lost the code ^_^

  16. #41
    Grand Master Milw0rm is offline
    Grand MasterRank
    Jul 2007 Join Date
    660Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Look in httpd.conf, something about directory index

  17. #42
    Sorcerer Supreme Flurrie is offline
    Member +Rank
    Jun 2010 Join Date
    281Posts

    thumbs up Re: Voting Gateway Page (Get more users to your hotel)

    bahha pEjump copys ppls releases, finally he fails.

  18. #43
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by Milw0rm View Post
    When will you change it?
    This afternoon.

    ---------- Post added at 08:00 PM ---------- Previous post was at 07:59 PM ----------

    Quote Originally Posted by iJay View Post
    Nice release mate, The all famous voting gateway page ;)

    Also, While I am here...

    Does anyone know the code that you add into .htaccess to change the default index...

    Example, When you load... yoursite.com

    instead of it showing: yoursite.com/index
    make it show: yoursite.com/vote

    I know it can be done, because I've done it before... But lost the code ^_^
    If you use linux (centos) edit the httpd.conf located at /etc/httpd/conf ;)

  19. #44
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by Crawl View Post
    Erm.. No it's not, That is the one I released on retro-source :l

    fucking noob
    It says edited? not 'maked' :/

    Quote Originally Posted by Flurrie View Post
    bahha pEjump copys ppls releases, finally he fails.
    It says edited, and i NEVER fail :P

    ( I only fail with some grammar cuz im dutch, and cuz of that people don't understand me always so they think i fail, but in real, they fail :P )
    Last edited by PEjump2; 10-09-10 at 10:51 PM.

  20. #45
    Rip Akaruz pixelpro321 is offline
    Grand MasterRank
    Dec 2007 Join Date
    InternetLocation
    1,427Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by PEjump2 View Post
    It says edited? not 'maked' :/

    It says edited, and i NEVER fail :P

    ( I only fail with some grammar cuz im dutch, and cuz of that people don't understand me always so they think i fail, but in real, they fail :P )

    If you look, the one that other man had (the noob before crawl) posted the same script but he just edited the header with his name...) Don't think Crawl meant the 'Thread starter'

  21. #46
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by pixelpro321 View Post
    If you look, the one that other man had (the noob before crawl) posted the same script but he just edited the header with his name...) Don't think Crawl meant the 'Thread starter'
    Read before you post newb.

  22. #47
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by Milw0rm View Post
    When will you change it?
    I have changed it now :)
    Give it a try! :P

  23. #48
    Rip Akaruz pixelpro321 is offline
    Grand MasterRank
    Dec 2007 Join Date
    InternetLocation
    1,427Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Quote Originally Posted by PEjump2 View Post
    I looked at that you idiot, the man before changed it... THE THREAD STARTER has a diffrent code to that, Crawl said "Thats my code..." which it was, not the stupid Thread Starters code.. -.- Newb, btw thats you, i've been in this forum for 3years.

  24. #49
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    So what? That still doenst say youve got brains :P

  25. #50
    Elite Member Hydros1 is offline
    Member +Rank
    May 2010 Join Date
    156Posts

    Re: Voting Gateway Page (Get more users to your hotel)

    Can you stop arguing in this thread :P
    Thanks.

    Anyone have any feedback on the new system I added when you click 'Enter and vote' it takes u to a page that says 'Thankyou for voting' instead of the topsites page so it doesnt haveto load all them images.

    Thanks.



Page 2 of 3 FirstFirst 123 LastLast

Advertisement