yes.I only changed what i had to.It just stays on the same page and loads.Very slowly.
yes.I only changed what i had to.It just stays on the same page and loads.Very slowly.
Yh same here lol
Can anyone help?
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.
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.
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.
yea, its a good idea, im using my ideas at my hotel, not that it works tho
edit;
my 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..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>
Last edited by Milw0rm; 06-09-10 at 03:28 PM.
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.
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.
When will you change it?
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 ^_^
Look in httpd.conf, something about directory index
bahha pEjump copys ppls releases, finally he fails.![]()
Last edited by PEjump2; 10-09-10 at 10:51 PM.
So what? That still doenst say youve got brains :P
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.