Changeset 1248

Show
Ignore:
Timestamp:
11/12/06 23:18:17 (2 years ago)
Author:
jm3
Message:

login process smooth-out

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/diespammersdie/TOS.inc.php

    r1177 r1248  
    55        <li>I understand that if my linking activity or site usage in any way constitutes "spamming" as defined by The Admins, that I hereby expressly agree to the following:</li> 
    66        <ol> 
    7                 <li>that my Feed Me Links account may be immediately suspended and my links deleted</li> 
    8                 <li>that I may be prosecuted to the fullest extent of the law pursuant to whatever criminal and civil codes The Admins find germane to my method of mis-use.</li> 
    9                 <li>that I may be pursued to the ends of the earth and stalked electronically</li> 
    10                 <li>that any web sites, forums, profiles, email accounts, newsgroups, etc. in my control which are in any way connected to me and my Feed Me Links account may be reverse-spammed without warning to the point of complete Denial of Service.</li> 
     7                <li>That my Feed Me Links account may be immediately suspended and my links deleted</li> 
     8                <li>That I may be prosecuted to the fullest extent of the law pursuant to whatever criminal and civil codes The Admins find germane to my method of mis-use.</li> 
     9                <li>That may be pursued to the ends of the earth and stalked electronically for my sins against the decent, spam-hating users of the internet.</li> 
    1110        </ol> 
     11        <li>That is all :-)</li> 
    1212</ol> 
  • feedmelinks/diespammersdie/index.php

    r1177 r1248  
    5050<form action="/login" name="tos_form" method="post" onSubmit="return validate();" > 
    5151        <input type="hidden" name="pass_user" value="<%= $u %>" /> 
     52        <input type="hidden" name="mesg" value="Thank you, your account is now activated. Please log in:" /> 
    5253 
    5354        <div id="main"> 
  • feedmelinks/style/one-page.css

    r1163 r1248  
    3535        font-weight: bold; 
    3636} 
     37 
     38.suckbody { 
     39        width: 750px; 
     40        margin-left: auto; 
     41        margin-right: auto; 
     42} 
  • feedmelinks/thanks.php

    r1177 r1248  
    3838<% } else { %> 
    3939 
    40 <body
     40<body class="suckbody"
    4141 
    4242<form action="/login" method="post"> 
     
    4444 
    4545        <div id="main"> 
     46                <div class="rowbox"> 
     47                        <h1 style="text-align: center;"> 
     48                                Account created! 
     49                        </h1> 
     50                </div> 
     51 
    4652                        <div class="rowbox"> 
    47                                 Hi, <%= $u %>. Your new account has been created, and an email has been sent to <%= $e %> 
     53                                Thanks, <b><%= $u %></b>. Your new account has been created, and an email has been sent to you at <%= $e %> with a validation link. Click the link in the email to start using Feed Me Links. 
    4854                        </div> 
    4955                        <div class="rowbox" style="padding-left: 1.0em; padding-top: 5px; padding-bottom: 5px;"> 
    5056                                <label> 
    5157                                        <a href="javascript:;" onClick="window.opener.location.href = 'http://jm3.net';"><img src="/usr/j/jm3/jm3-beardglasses.gif" height="45" align="absmiddle" hspace="6" border="0" /></a> 
    52                                 On behalf of <b>John Manoogian III (jm3), Code Swami</b>, welcome to Feed Me Links! 
     58                                On behalf of <b>John Manoogian III (jm3), the Code Swami</b>, welcome to Feed Me Links! 
    5359                                </label> 
    5460                        </div> 
    5561 
    5662                        <div id="controls"> 
    57                                 Please check your email nobox to validate your account and start linking. 
    5863                        </div> 
    5964