a quick question about terms of service

Results 1 to 6 of 6
  1. #1
    Account Upgraded | Title Enabled! SpiritHawk is offline
    MemberRank
    Sep 2004 Join Date
    Evans , GALocation
    733Posts

    a quick question about terms of service

    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


  2. #2
    0, 1, 1, 2, 3, 5, 8, 13, argonaut is offline
    MemberRank
    Sep 2011 Join Date
    AustraliaLocation
    602Posts

    Re: a quick question about terms of service

    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.

  3. #3
    Custom Lord kristkos is offline
    MemberRank
    Oct 2004 Join Date
    look ahead!Location
    380Posts

    Re: a quick question about terms of service

    replace home to home 1 if it's html ...took me like a minute to do
    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>
    v1 <a href="JavaScript:window.close()">Deny</a>
    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.

  4. #4
    Account Upgraded | Title Enabled! SpiritHawk is offline
    MemberRank
    Sep 2004 Join Date
    Evans , GALocation
    733Posts

    Re: a quick question about terms of service

    got it working followed this guide here was simple fix

  5. #5
    Omega 343 is offline
    MemberRank
    Oct 2009 Join Date
    Ancient DGN CTYLocation
    5,514Posts

    Re: a quick question about terms of service

    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

  6. #6
    Account Upgraded | Title Enabled! SpiritHawk is offline
    MemberRank
    Sep 2004 Join Date
    Evans , GALocation
    733Posts

    Re: a quick question about terms of service

    Quote Originally Posted by 343 View Post
    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
    actually that's a good point i thought at first it might be a good idea but now not such a good idea thank you for responding



Advertisement