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.
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
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 :)
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Hydros1
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 :huh:
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..
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
xcv
You didn't have to post 3 times :huh:
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
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 :)
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
pixelpro321
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 :)
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.
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 ;)
Re: Voting Gateway Page (Get more users to your hotel)
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 ^_^
Re: Voting Gateway Page (Get more users to your hotel)
Look in httpd.conf, something about directory index
Re: Voting Gateway Page (Get more users to your hotel)
bahha pEjump copys ppls releases, finally he fails.:laugh:
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Milw0rm
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
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 ;)
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
Crawl
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
bahha pEjump copys ppls releases, finally he fails.:laugh:
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 )
Re: Voting Gateway Page (Get more users to your hotel)
Quote:
Originally Posted by
PEjump2
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'