is there any way to make the tos come up first before someone can enter website ? i'm running xamp on ubuntu server i would like to be able to have that come up with an accept button and decline button before they can enter my php based site
is there any way to make the tos come up first before someone can enter website ? i'm running xamp on ubuntu server i would like to be able to have that come up with an accept button and decline button before they can enter my php based site
I know there is one that has a TOS on the registration, i'm sure with a little work you could incorporate this as a first page.
http://forum.ragezone.com/f751/relea...t-cubi-827784/
http://forum.ragezone.com/f694/new-e...script-792042/
I am not a writer of html, but more a modifier of what is available.
replace home to home 1 if it's html ...took me like a minute to do
v1 <a href="JavaScript:window.close()">Deny</a>Code:<body bgcolor="#000000"> <HTML> <HEAD> <TITLE>your server title(this is the tab title)</TITLE> </HEAD> <BODY> <center><font color="white"><font size="6">Text Title</font></center> <center><font color="white"> copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!copy paste your TOS!</font></center> <a href='http://Home1Link.com'>Agree and crap</a> <bluepart> </body> </html>
v2 <input type="button" value="Deny" onclick="self.close()">
also for close window add after "<a href='http://Home1Link.com'>Agree and crap</a>" there are two version pick whatever
add before every line <center> <left> <right> for possitioning
not to forget to end with </center> </left> </right>
red must be edited
Adding Text
u can use this to see the end result
Last edited by kristkos; 20-04-13 at 08:20 AM.
got it working followed this guide here was simple fix
Just to let you know, if you're going to have one of those "you can't enter this site if you work for wanmei, perfect world beijing, perfect world entertainment, etc..." etc... 'disclaimers' you're wasting your time. As those have absolutely NO legal bearing whatsoever. So I would personally suggest if that's what you are/were going to do, save yourself the hassle of not only looking like an artard (IMHO since they hold no legal bearing it makes people that have them look dumb), but actually having to do the 'work' to get it done.
Just tossin' that out there![]()