Changeset 1248
- Timestamp:
- 11/12/06 23:18:17 (2 years ago)
- Files:
-
- feedmelinks/diespammersdie/TOS.inc.php (modified) (1 diff)
- feedmelinks/diespammersdie/index.php (modified) (1 diff)
- feedmelinks/style/one-page.css (modified) (1 diff)
- feedmelinks/thanks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks/diespammersdie/TOS.inc.php
r1177 r1248 5 5 <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> 6 6 <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> 11 10 </ol> 11 <li>That is all :-)</li> 12 12 </ol> feedmelinks/diespammersdie/index.php
r1177 r1248 50 50 <form action="/login" name="tos_form" method="post" onSubmit="return validate();" > 51 51 <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:" /> 52 53 53 54 <div id="main"> feedmelinks/style/one-page.css
r1163 r1248 35 35 font-weight: bold; 36 36 } 37 38 .suckbody { 39 width: 750px; 40 margin-left: auto; 41 margin-right: auto; 42 } feedmelinks/thanks.php
r1177 r1248 38 38 <% } else { %> 39 39 40 <body >40 <body class="suckbody"> 41 41 42 42 <form action="/login" method="post"> … … 44 44 45 45 <div id="main"> 46 <div class="rowbox"> 47 <h1 style="text-align: center;"> 48 Account created! 49 </h1> 50 </div> 51 46 52 <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. 48 54 </div> 49 55 <div class="rowbox" style="padding-left: 1.0em; padding-top: 5px; padding-bottom: 5px;"> 50 56 <label> 51 57 <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! 53 59 </label> 54 60 </div> 55 61 56 62 <div id="controls"> 57 Please check your email nobox to validate your account and start linking.58 63 </div> 59 64