Added local files + mods server-0.2.1-FINAL/wernis4mails-de
authorRoland Häder <roland@mxchange.org>
Wed, 1 Apr 2015 08:45:22 +0000 (10:45 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 2 Sep 2017 23:33:50 +0000 (01:33 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
26 files changed:
guestbook/.htaccess [new file with mode: 0644]
guestbook/LICENSE.txt [new file with mode: 0644]
guestbook/captcha.txt [new file with mode: 0644]
guestbook/changelog.txt [new file with mode: 0644]
guestbook/forbid.php [new file with mode: 0644]
guestbook/index.php [new file with mode: 0644]
guestbook/settings.php [new file with mode: 0644]
inc/libs/security_functions.php
inc/modules/guest/what-blog.php [new file with mode: 0644]
register.php [new file with mode: 0644]
robots.txt
templates/de/html/blog.tpl [new file with mode: 0644]
templates/de/html/guest/guest_advert.tpl
templates/de/html/guest/guest_advert2.tpl
templates/de/html/guest/guest_content_footer.tpl
templates/de/html/guest/guest_footer.tpl
templates/de/html/guest/guest_header.tpl
templates/de/html/impressum.tpl
templates/de/html/infos.tpl
templates/de/html/member/member_advert.tpl
templates/de/html/member/member_content_right.tpl
templates/de/html/member/member_footer.tpl
templates/de/html/member/member_header.tpl
templates/de/html/member/member_welcome.tpl
templates/de/html/page_header.tpl
templates/de/html/welcome.tpl

diff --git a/guestbook/.htaccess b/guestbook/.htaccess
new file mode 100644 (file)
index 0000000..833950d
--- /dev/null
@@ -0,0 +1,4 @@
+Order allow,deny
+Allow from all
+
+ErrorDocument 404 http://www.wernis-schleuder.de/guestbook/index.php
diff --git a/guestbook/LICENSE.txt b/guestbook/LICENSE.txt
new file mode 100644 (file)
index 0000000..7714141
--- /dev/null
@@ -0,0 +1,470 @@
+                          MOZILLA PUBLIC LICENSE
+                                Version 1.1
+
+                              ---------------
+
+1. Definitions.
+
+     1.0.1. "Commercial Use" means distribution or otherwise making the
+     Covered Code available to a third party.
+
+     1.1. "Contributor" means each entity that creates or contributes to
+     the creation of Modifications.
+
+     1.2. "Contributor Version" means the combination of the Original
+     Code, prior Modifications used by a Contributor, and the Modifications
+     made by that particular Contributor.
+
+     1.3. "Covered Code" means the Original Code or Modifications or the
+     combination of the Original Code and Modifications, in each case
+     including portions thereof.
+
+     1.4. "Electronic Distribution Mechanism" means a mechanism generally
+     accepted in the software development community for the electronic
+     transfer of data.
+
+     1.5. "Executable" means Covered Code in any form other than Source
+     Code.
+
+     1.6. "Initial Developer" means the individual or entity identified
+     as the Initial Developer in the Source Code notice required by Exhibit
+     A.
+
+     1.7. "Larger Work" means a work which combines Covered Code or
+     portions thereof with code not governed by the terms of this License.
+
+     1.8. "License" means this document.
+
+     1.8.1. "Licensable" means having the right to grant, to the maximum
+     extent possible, whether at the time of the initial grant or
+     subsequently acquired, any and all of the rights conveyed herein.
+
+     1.9. "Modifications" means any addition to or deletion from the
+     substance or structure of either the Original Code or any previous
+     Modifications. When Covered Code is released as a series of files, a
+     Modification is:
+          A. Any addition to or deletion from the contents of a file
+          containing Original Code or previous Modifications.
+
+          B. Any new file that contains any part of the Original Code or
+          previous Modifications.
+
+     1.10. "Original Code" means Source Code of computer software code
+     which is described in the Source Code notice required by Exhibit A as
+     Original Code, and which, at the time of its release under this
+     License is not already Covered Code governed by this License.
+
+     1.10.1. "Patent Claims" means any patent claim(s), now owned or
+     hereafter acquired, including without limitation,  method, process,
+     and apparatus claims, in any patent Licensable by grantor.
+
+     1.11. "Source Code" means the preferred form of the Covered Code for
+     making modifications to it, including all modules it contains, plus
+     any associated interface definition files, scripts used to control
+     compilation and installation of an Executable, or source code
+     differential comparisons against either the Original Code or another
+     well known, available Covered Code of the Contributor's choice. The
+     Source Code can be in a compressed or archival form, provided the
+     appropriate decompression or de-archiving software is widely available
+     for no charge.
+
+     1.12. "You" (or "Your")  means an individual or a legal entity
+     exercising rights under, and complying with all of the terms of, this
+     License or a future version of this License issued under Section 6.1.
+     For legal entities, "You" includes any entity which controls, is
+     controlled by, or is under common control with You. For purposes of
+     this definition, "control" means (a) the power, direct or indirect,
+     to cause the direction or management of such entity, whether by
+     contract or otherwise, or (b) ownership of more than fifty percent
+     (50%) of the outstanding shares or beneficial ownership of such
+     entity.
+
+2. Source Code License.
+
+     2.1. The Initial Developer Grant.
+     The Initial Developer hereby grants You a world-wide, royalty-free,
+     non-exclusive license, subject to third party intellectual property
+     claims:
+          (a)  under intellectual property rights (other than patent or
+          trademark) Licensable by Initial Developer to use, reproduce,
+          modify, display, perform, sublicense and distribute the Original
+          Code (or portions thereof) with or without Modifications, and/or
+          as part of a Larger Work; and
+
+          (b) under Patents Claims infringed by the making, using or
+          selling of Original Code, to make, have made, use, practice,
+          sell, and offer for sale, and/or otherwise dispose of the
+          Original Code (or portions thereof).
+
+          (c) the licenses granted in this Section 2.1(a) and (b) are
+          effective on the date Initial Developer first distributes
+          Original Code under the terms of this License.
+
+          (d) Notwithstanding Section 2.1(b) above, no patent license is
+          granted: 1) for code that You delete from the Original Code; 2)
+          separate from the Original Code;  or 3) for infringements caused
+          by: i) the modification of the Original Code or ii) the
+          combination of the Original Code with other software or devices.
+
+     2.2. Contributor Grant.
+     Subject to third party intellectual property claims, each Contributor
+     hereby grants You a world-wide, royalty-free, non-exclusive license
+
+          (a)  under intellectual property rights (other than patent or
+          trademark) Licensable by Contributor, to use, reproduce, modify,
+          display, perform, sublicense and distribute the Modifications
+          created by such Contributor (or portions thereof) either on an
+          unmodified basis, with other Modifications, as Covered Code
+          and/or as part of a Larger Work; and
+
+          (b) under Patent Claims infringed by the making, using, or
+          selling of  Modifications made by that Contributor either alone
+          and/or in combination with its Contributor Version (or portions
+          of such combination), to make, use, sell, offer for sale, have
+          made, and/or otherwise dispose of: 1) Modifications made by that
+          Contributor (or portions thereof); and 2) the combination of
+          Modifications made by that Contributor with its Contributor
+          Version (or portions of such combination).
+
+          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
+          effective on the date Contributor first makes Commercial Use of
+          the Covered Code.
+
+          (d)    Notwithstanding Section 2.2(b) above, no patent license is
+          granted: 1) for any code that Contributor has deleted from the
+          Contributor Version; 2)  separate from the Contributor Version;
+          3)  for infringements caused by: i) third party modifications of
+          Contributor Version or ii)  the combination of Modifications made
+          by that Contributor with other software  (except as part of the
+          Contributor Version) or other devices; or 4) under Patent Claims
+          infringed by Covered Code in the absence of Modifications made by
+          that Contributor.
+
+3. Distribution Obligations.
+
+     3.1. Application of License.
+     The Modifications which You create or to which You contribute are
+     governed by the terms of this License, including without limitation
+     Section 2.2. The Source Code version of Covered Code may be
+     distributed only under the terms of this License or a future version
+     of this License released under Section 6.1, and You must include a
+     copy of this License with every copy of the Source Code You
+     distribute. You may not offer or impose any terms on any Source Code
+     version that alters or restricts the applicable version of this
+     License or the recipients' rights hereunder. However, You may include
+     an additional document offering the additional rights described in
+     Section 3.5.
+
+     3.2. Availability of Source Code.
+     Any Modification which You create or to which You contribute must be
+     made available in Source Code form under the terms of this License
+     either on the same media as an Executable version or via an accepted
+     Electronic Distribution Mechanism to anyone to whom you made an
+     Executable version available; and if made available via Electronic
+     Distribution Mechanism, must remain available for at least twelve (12)
+     months after the date it initially became available, or at least six
+     (6) months after a subsequent version of that particular Modification
+     has been made available to such recipients. You are responsible for
+     ensuring that the Source Code version remains available even if the
+     Electronic Distribution Mechanism is maintained by a third party.
+
+     3.3. Description of Modifications.
+     You must cause all Covered Code to which You contribute to contain a
+     file documenting the changes You made to create that Covered Code and
+     the date of any change. You must include a prominent statement that
+     the Modification is derived, directly or indirectly, from Original
+     Code provided by the Initial Developer and including the name of the
+     Initial Developer in (a) the Source Code, and (b) in any notice in an
+     Executable version or related documentation in which You describe the
+     origin or ownership of the Covered Code.
+
+     3.4. Intellectual Property Matters
+          (a) Third Party Claims.
+          If Contributor has knowledge that a license under a third party's
+          intellectual property rights is required to exercise the rights
+          granted by such Contributor under Sections 2.1 or 2.2,
+          Contributor must include a text file with the Source Code
+          distribution titled "LEGAL" which describes the claim and the
+          party making the claim in sufficient detail that a recipient will
+          know whom to contact. If Contributor obtains such knowledge after
+          the Modification is made available as described in Section 3.2,
+          Contributor shall promptly modify the LEGAL file in all copies
+          Contributor makes available thereafter and shall take other steps
+          (such as notifying appropriate mailing lists or newsgroups)
+          reasonably calculated to inform those who received the Covered
+          Code that new knowledge has been obtained.
+
+          (b) Contributor APIs.
+          If Contributor's Modifications include an application programming
+          interface and Contributor has knowledge of patent licenses which
+          are reasonably necessary to implement that API, Contributor must
+          also include this information in the LEGAL file.
+
+               (c)    Representations.
+          Contributor represents that, except as disclosed pursuant to
+          Section 3.4(a) above, Contributor believes that Contributor's
+          Modifications are Contributor's original creation(s) and/or
+          Contributor has sufficient rights to grant the rights conveyed by
+          this License.
+
+     3.5. Required Notices.
+     You must duplicate the notice in Exhibit A in each file of the Source
+     Code.  If it is not possible to put such notice in a particular Source
+     Code file due to its structure, then You must include such notice in a
+     location (such as a relevant directory) where a user would be likely
+     to look for such a notice.  If You created one or more Modification(s)
+     You may add your name as a Contributor to the notice described in
+     Exhibit A.  You must also duplicate this License in any documentation
+     for the Source Code where You describe recipients' rights or ownership
+     rights relating to Covered Code.  You may choose to offer, and to
+     charge a fee for, warranty, support, indemnity or liability
+     obligations to one or more recipients of Covered Code. However, You
+     may do so only on Your own behalf, and not on behalf of the Initial
+     Developer or any Contributor. You must make it absolutely clear than
+     any such warranty, support, indemnity or liability obligation is
+     offered by You alone, and You hereby agree to indemnify the Initial
+     Developer and every Contributor for any liability incurred by the
+     Initial Developer or such Contributor as a result of warranty,
+     support, indemnity or liability terms You offer.
+
+     3.6. Distribution of Executable Versions.
+     You may distribute Covered Code in Executable form only if the
+     requirements of Section 3.1-3.5 have been met for that Covered Code,
+     and if You include a notice stating that the Source Code version of
+     the Covered Code is available under the terms of this License,
+     including a description of how and where You have fulfilled the
+     obligations of Section 3.2. The notice must be conspicuously included
+     in any notice in an Executable version, related documentation or
+     collateral in which You describe recipients' rights relating to the
+     Covered Code. You may distribute the Executable version of Covered
+     Code or ownership rights under a license of Your choice, which may
+     contain terms different from this License, provided that You are in
+     compliance with the terms of this License and that the license for the
+     Executable version does not attempt to limit or alter the recipient's
+     rights in the Source Code version from the rights set forth in this
+     License. If You distribute the Executable version under a different
+     license You must make it absolutely clear that any terms which differ
+     from this License are offered by You alone, not by the Initial
+     Developer or any Contributor. You hereby agree to indemnify the
+     Initial Developer and every Contributor for any liability incurred by
+     the Initial Developer or such Contributor as a result of any such
+     terms You offer.
+
+     3.7. Larger Works.
+     You may create a Larger Work by combining Covered Code with other code
+     not governed by the terms of this License and distribute the Larger
+     Work as a single product. In such a case, You must make sure the
+     requirements of this License are fulfilled for the Covered Code.
+
+4. Inability to Comply Due to Statute or Regulation.
+
+     If it is impossible for You to comply with any of the terms of this
+     License with respect to some or all of the Covered Code due to
+     statute, judicial order, or regulation then You must: (a) comply with
+     the terms of this License to the maximum extent possible; and (b)
+     describe the limitations and the code they affect. Such description
+     must be included in the LEGAL file described in Section 3.4 and must
+     be included with all distributions of the Source Code. Except to the
+     extent prohibited by statute or regulation, such description must be
+     sufficiently detailed for a recipient of ordinary skill to be able to
+     understand it.
+
+5. Application of this License.
+
+     This License applies to code to which the Initial Developer has
+     attached the notice in Exhibit A and to related Covered Code.
+
+6. Versions of the License.
+
+     6.1. New Versions.
+     Netscape Communications Corporation ("Netscape") may publish revised
+     and/or new versions of the License from time to time. Each version
+     will be given a distinguishing version number.
+
+     6.2. Effect of New Versions.
+     Once Covered Code has been published under a particular version of the
+     License, You may always continue to use it under the terms of that
+     version. You may also choose to use such Covered Code under the terms
+     of any subsequent version of the License published by Netscape. No one
+     other than Netscape has the right to modify the terms applicable to
+     Covered Code created under this License.
+
+     6.3. Derivative Works.
+     If You create or use a modified version of this License (which you may
+     only do in order to apply it to code which is not already Covered Code
+     governed by this License), You must (a) rename Your license so that
+     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
+     "MPL", "NPL" or any confusingly similar phrase do not appear in your
+     license (except to note that your license differs from this License)
+     and (b) otherwise make it clear that Your version of the license
+     contains terms which differ from the Mozilla Public License and
+     Netscape Public License. (Filling in the name of the Initial
+     Developer, Original Code or Contributor in the notice described in
+     Exhibit A shall not of themselves be deemed to be modifications of
+     this License.)
+
+7. DISCLAIMER OF WARRANTY.
+
+     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
+     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
+     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
+     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
+     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
+     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
+     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
+     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
+
+8. TERMINATION.
+
+     8.1.  This License and the rights granted hereunder will terminate
+     automatically if You fail to comply with terms herein and fail to cure
+     such breach within 30 days of becoming aware of the breach. All
+     sublicenses to the Covered Code which are properly granted shall
+     survive any termination of this License. Provisions which, by their
+     nature, must remain in effect beyond the termination of this License
+     shall survive.
+
+     8.2.  If You initiate litigation by asserting a patent infringement
+     claim (excluding declatory judgment actions) against Initial Developer
+     or a Contributor (the Initial Developer or Contributor against whom
+     You file such action is referred to as "Participant")  alleging that:
+
+     (a)  such Participant's Contributor Version directly or indirectly
+     infringes any patent, then any and all rights granted by such
+     Participant to You under Sections 2.1 and/or 2.2 of this License
+     shall, upon 60 days notice from Participant terminate prospectively,
+     unless if within 60 days after receipt of notice You either: (i)
+     agree in writing to pay Participant a mutually agreeable reasonable
+     royalty for Your past and future use of Modifications made by such
+     Participant, or (ii) withdraw Your litigation claim with respect to
+     the Contributor Version against such Participant.  If within 60 days
+     of notice, a reasonable royalty and payment arrangement are not
+     mutually agreed upon in writing by the parties or the litigation claim
+     is not withdrawn, the rights granted by Participant to You under
+     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
+     the 60 day notice period specified above.
+
+     (b)  any software, hardware, or device, other than such Participant's
+     Contributor Version, directly or indirectly infringes any patent, then
+     any rights granted to You by such Participant under Sections 2.1(b)
+     and 2.2(b) are revoked effective as of the date You first made, used,
+     sold, distributed, or had made, Modifications made by that
+     Participant.
+
+     8.3.  If You assert a patent infringement claim against Participant
+     alleging that such Participant's Contributor Version directly or
+     indirectly infringes any patent where such claim is resolved (such as
+     by license or settlement) prior to the initiation of patent
+     infringement litigation, then the reasonable value of the licenses
+     granted by such Participant under Sections 2.1 or 2.2 shall be taken
+     into account in determining the amount or value of any payment or
+     license.
+
+     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
+     all end user license agreements (excluding distributors and resellers)
+     which have been validly granted by You or any distributor hereunder
+     prior to termination shall survive termination.
+
+9. LIMITATION OF LIABILITY.
+
+     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
+     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
+     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
+     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
+     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
+     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
+     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
+     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
+     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
+     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
+
+10. U.S. GOVERNMENT END USERS.
+
+     The Covered Code is a "commercial item," as that term is defined in
+     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
+     software" and "commercial computer software documentation," as such
+     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
+     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
+     all U.S. Government End Users acquire Covered Code with only those
+     rights set forth herein.
+
+11. MISCELLANEOUS.
+
+     This License represents the complete agreement concerning subject
+     matter hereof. If any provision of this License is held to be
+     unenforceable, such provision shall be reformed only to the extent
+     necessary to make it enforceable. This License shall be governed by
+     California law provisions (except to the extent applicable law, if
+     any, provides otherwise), excluding its conflict-of-law provisions.
+     With respect to disputes in which at least one party is a citizen of,
+     or an entity chartered or registered to do business in the United
+     States of America, any litigation relating to this License shall be
+     subject to the jurisdiction of the Federal Courts of the Northern
+     District of California, with venue lying in Santa Clara County,
+     California, with the losing party responsible for costs, including
+     without limitation, court costs and reasonable attorneys' fees and
+     expenses. The application of the United Nations Convention on
+     Contracts for the International Sale of Goods is expressly excluded.
+     Any law or regulation which provides that the language of a contract
+     shall be construed against the drafter shall not apply to this
+     License.
+
+12. RESPONSIBILITY FOR CLAIMS.
+
+     As between Initial Developer and the Contributors, each party is
+     responsible for claims and damages arising, directly or indirectly,
+     out of its utilization of rights under this License and You agree to
+     work with Initial Developer and Contributors to distribute such
+     responsibility on an equitable basis. Nothing herein is intended or
+     shall be deemed to constitute any admission of liability.
+
+13. MULTIPLE-LICENSED CODE.
+
+     Initial Developer may designate portions of the Covered Code as
+     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
+     Developer permits you to utilize portions of the Covered Code under
+     Your choice of the NPL or the alternative licenses, if any, specified
+     by the Initial Developer in the file described in Exhibit A.
+
+EXHIBIT A -Mozilla Public License.
+
+     ``The contents of this file are subject to the Mozilla Public License
+     Version 1.1 (the "License"); you may not use this file except in
+     compliance with the License. You may obtain a copy of the License at
+     http://www.mozilla.org/MPL/
+
+     Software distributed under the License is distributed on an "AS IS"
+     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+     License for the specific language governing rights and limitations
+     under the License.
+
+     The Original Code is ______________________________________.
+
+     The Initial Developer of the Original Code is ________________________.
+     Portions created by ______________________ are Copyright (C) ______
+     _______________________. All Rights Reserved.
+
+     Contributor(s): ______________________________________.
+
+     Alternatively, the contents of this file may be used under the terms
+     of the _____ license (the  "[___] License"), in which case the
+     provisions of [______] License are applicable instead of those
+     above.  If you wish to allow use of your version of this file only
+     under the terms of the [____] License and not to allow others to use
+     your version of this file under the MPL, indicate your decision by
+     deleting  the provisions above and replace  them with the notice and
+     other provisions required by the [___] License.  If you do not delete
+     the provisions above, a recipient may use your version of this file
+     under either the MPL or the [___] License."
+
+     [NOTE: The text of this Exhibit A may differ slightly from the text of
+     the notices in the Source Code files of the Original Code. You should
+     use the text of this Exhibit A rather than the text found in the
+     Original Code Source Code for Your Modifications.]
+
diff --git a/guestbook/captcha.txt b/guestbook/captcha.txt
new file mode 100644 (file)
index 0000000..a2b0668
--- /dev/null
@@ -0,0 +1 @@
+533391
\ No newline at end of file
diff --git a/guestbook/changelog.txt b/guestbook/changelog.txt
new file mode 100644 (file)
index 0000000..0b1bad9
--- /dev/null
@@ -0,0 +1,39 @@
+Spider-Trap 0.92
+
+Found a bug?
+Please report the bug at our site http://www.spider-trap.de/forum/Bug+Report-2:0.html! 
+Thanks a lot!
+
+Version 0.92 - 14.01.2006
+- fixed ";" in settings
+- no mail on add a spider
+- new changelog 
+- upgrade the documentation
+- Captcha Function
+
+
+Version 0.91 - 13.01.2006
+- added whitelist for goog bots
+- lock on txt and htaccess files
+- bug - only blacklist updated
+- use own word in settings for remove the ban
+- redirection to directory path after ban
+- new function to get the ip of the user
+- new Banners added
+Version 0.90 - 06.01.2005
+- first released version 
+
+Versions below 0.90 were developer version
+
+The contents of this file are subject to the Mozilla Public License
+Version 1.1 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://www.mozilla.org/MPL/
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+(c) 2005-2006 Thomas Zeithaml
diff --git a/guestbook/forbid.php b/guestbook/forbid.php
new file mode 100644 (file)
index 0000000..4377a27
--- /dev/null
@@ -0,0 +1,135 @@
+<?php
+/**
+* $Id$
+*
+* @author       Thomas Zeithaml <info@spider-trap.de>
+* @copyright    (c) 2005-2006 Spider-Trap Team
+* 
+* The contents of this file are subject to the Mozilla Public License
+* Version 1.1 (the "License"); you may not use this file except in
+* compliance with the License. You may obtain a copy of the License at
+* http://www.mozilla.org/MPL/
+* 
+* Software distributed under the License is distributed on an "AS IS"
+* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+* License for the specific language governing rights and limitations
+* under the License.
+*/
+require 'settings.php';
+include trap_core_path."core.inc.php";
+
+function ts_gfx($ts_random) {
+$rcode = hexdec(md5($_SERVER['HTTP_USER_AGENT'] . $_SERVER['SERVER_SOFTWARE'] . $_SERVER['HTTP_ACCEPT_CHARSET'] . sitekey . $ts_random . datekey . filemtime("settings.php")));
+$code = substr($rcode, 2, 6);
+
+setCaptchaId($code);
+
+$circles=5;
+$width=100;
+$height=40;
+$font=5;
+
+$fontwidth = ImageFontWidth($font) * strlen($code);
+$fontheight = ImageFontHeight($font);
+
+$max_lines = $fontheight / 4;
+if (random_lines == true)
+{
+       $lines = rand(1, $max_lines);
+}
+ else
+{
+       $lines=2;
+}
+if ($lines > $max_lines) $lines = $max_lines;
+
+$im = @imagecreate ($width,$height);
+$background_color = imagecolorallocate ($im, rand(0,100),rand(0,100),rand(0,100));
+$text_color = imagecolorallocate ($im, rand(200,255),rand(200,255),rand(200,255)); // Random Text
+
+$r=0.01;$g=0.51;$b=0.87;
+for ($i=1;$i<=$circles;$i++) {
+       $value=rand(200, 255);
+       $randomcolor = imagecolorallocate ($im , $value*$r, $value*$g,$value*$b);
+       imagefilledellipse($im,rand(0,$width-10),rand(0,$height-3),
+       rand(20,70),rand(20,70),$randomcolor);
+}
+
+imagerectangle($im,0,0,$width-1,$height-1,$text_color);
+
+$w_pos = rand(5, abs($width - $fontwidth));
+$h_pos = rand(5, abs($height - 1 - $fontheight));
+imagestring ($im, $font, $w_pos, $h_pos, $code, $text_color);
+
+$y2 = 0; $y = 0;
+for ($i=0;$i<$lines;$i++) {
+       while(abs($y2 - $y) < 2)
+       {
+               $y=rand($h_pos, ($h_pos + $fontheight));
+       }
+       $y2 = $y;
+       $randomcolor=imagecolorallocate($im, 0,0, rand(100, 255));
+       imageline($im, 0, $y, $width, $y, $randomcolor);
+}
+
+header ("Content-type: image/jpeg");
+imagejpeg ($im,'',80);
+ImageDestroy($im);
+die();
+}
+$ts_random=rand();
+$pos= strpos($_SERVER['REQUEST_URI'], '?');
+$basename = basename(substr($_SERVER['REQUEST_URI'], 0, $pos));
+if($basename==basename(__FILE__))
+ts_gfx($_GET['ts_random']);
+
+$value = getCaptchaId();
+if($_POST['unbanme'] == $value ){
+    remove_blacklist(getip(), $_SERVER["HTTP_USER_AGENT"]);
+       header("Location: ../");
+       exit;
+} else {
+?>
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<meta name="robots" content="noindex,nofollow" />
+<title>403 - Zugriff verboten</title>
+</head><body>
+<h1><font face="Verdana, Arial, Helvetica, sans-serif">Zugriff auf diese Website k&ouml;nnen Sie hier freischalten </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
+    </font>
+</h1>
+<?php
+if($_POST['unbanme'] != '' && $_POST['unbanme'] != $value){
+       echo "<h2>Falsche Eingabe - Sperre nicht aufgehoben !</h2>";
+}
+?>
+<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>Diese Seite dient zum Schutz vor sogenannten &quot;b&ouml;sen&quot; Spambots.</strong>  Oft ist es der Fall, dass man persönliche Daten wie z.B. die Bankverbindung 
+    auf einer Webseite angibt. Damit diese Daten nicht in den Suchmaschinen auftauchen 
+    hat man sich auf einen Standard geeinigt, wie man Websiten vor der Indexierung ausschließen kann.*<br>
+
+    <br>
+    <strong>Sie sind einem Link gefolgt der für diesen Spambot gedacht war und haben dadurch eine Sperre Ihrer IP-Adresse ausgelöst. </strong></font>
+<p><font color="#FF0000" size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong>Um
+      diese Sperre aufzuheben, müssen Sie in das folgende Formular den unten
+      angezeigten Wert eintragen und danach abschicken - dann haben Sie sofort
+      wieder Zugriff auf diese Website.</strong></font>
+<p>
+<img src="forbid.php?ts_random=<?php echo $ts_random."\""; ?> />
+<FORM METHOD="post" ACTION="forbid.php">
+<label for="unbanme">Bitte Wert eingeben:</label>
+<input name="unbanme" id="unbanme" style="width: 165px;" />
+<input class="submit" type="submit" value="Speichern" name="save" />
+</form>
+<?php
+  }
+?>
+<font size="2" face="Verdana, Arial, Helvetica, sans-serif">
+</font>
+<p>&nbsp;</p>
+<p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">* Dazu legt man eine Datei mit Namen robots.txt in das Root Verzeichnis des Webspaces und hinterlegt darin, welche Seiten indexiert werden d&uuml;rfen und welche nicht. Suchmaschinen wie MSN, Yahoo oder Google halten sich an diese Regeln. Spambots aber lesen Internetseiten aus ohne dabei auf diese Richtlinien zu achten. Um dies zu unterbinden und damit die Webseiten zu sch&uuml;tzen, werden diese Spambots ausgesperrt. Mehr Informationen &uuml;ber Webcrawler gibt es z.B: bei <a href="http://www.robotstxt.org/wc/robots.html">http://www.robotstxt.org/wc/robots.html</a><br>
+&nbsp;</font></p>
+<p><?php include ("randlink.php"); ?></p>
+<font size="2" face="Verdana, Arial, Helvetica, sans-serif">powered by Spider-trap.de
+</font>
+</body>
+</html>
\ No newline at end of file
diff --git a/guestbook/index.php b/guestbook/index.php
new file mode 100644 (file)
index 0000000..ab1ee85
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+/**
+* $Id$
+*
+* @author       Thomas Zeithaml <info@spider-trap.de>
+* @copyright    (c) 2005-2006 Spider-Trap Team
+* 
+* The contents of this file are subject to the Mozilla Public License
+* Version 1.1 (the "License"); you may not use this file except in
+* compliance with the License. You may obtain a copy of the License at
+* http://www.mozilla.org/MPL/
+* 
+* Software distributed under the License is distributed on an "AS IS"
+* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+* License for the specific language governing rights and limitations
+* under the License.
+*/
+include "settings.php";
+include trap_core_path."core.inc.php";
+add_blacklist($_SERVER['REMOTE_ADDR'], $_SERVER['REQUEST_METHOD'], $_SERVER['REQUEST_URI'], $_SERVER['SERVER_PROTOCOL'], $_SERVER['HTTP_REFERRER'], $_SERVER['HTTP_USER_AGENT']);
+header('Location: forbid.php');
+exit;
+?>
diff --git a/guestbook/settings.php b/guestbook/settings.php
new file mode 100644 (file)
index 0000000..c66f216
--- /dev/null
@@ -0,0 +1,53 @@
+<?php
+/**
+* $Id$
+*
+* @author       Thomas Zeithaml <info@spider-trap.de>
+* @copyright    (c) 2005-2006 Spider-Trap Team
+* 
+* The contents of this file are subject to the Mozilla Public License
+* Version 1.1 (the "License"); you may not use this file except in
+* compliance with the License. You may obtain a copy of the License at
+* http://www.mozilla.org/MPL/
+* 
+* Software distributed under the License is distributed on an "AS IS"
+* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+* License for the specific language governing rights and limitations
+* under the License.
+*/
+// Schreibrechte CHMOD 777
+error_reporting(0);
+$htaccess_file = dirname(dirname(__FILE__))."/.htaccess";
+if (!is_writeable($htaccess_file)) die("Cannot write ".$htaccess_file." !");
+$blacklist_file = dirname(dirname(__FILE__))."/blacklist.txt"; 
+if (!is_writeable($blacklist_file)) die("Cannot write ".$blacklist_file." !");
+$whitelist_file = dirname(dirname(__FILE__))."/whitelist.txt"; 
+if (!is_writeable($whitelist_file)) die("Cannot write ".$whitelist_file." !");
+
+$alert_email = "webmaster@wernis4mails.de"; // Email für Benachrichtigungen
+
+$mail_on_add = true; // Email senden wenn neue Sperre 
+$mail_on_remove = true; // Email senden wenn Sperre für jemand aufgehoben wurde ?
+
+$trap_path = "guestbook/"; // path of the trap - must end with a "/"
+
+$sleep_min = 30; $sleep_max = 300;
+
+$captcha_file = dirname(dirname(__FILE__))."/".$trap_path."captcha.txt";
+if (!is_writeable($captcha_file)) die("Cannot write ".$captcha_file." !");
+
+// Bitte randomizen Sie diesen String etwas selber! ;-)
+define('sitekey', "spider-trap_ti34ti2340yti24y0-24t-24lt234otp234orpow");
+
+// Hier koennen Sie auch das deutsche Datumsformat nehmen, Uhrzeit nicht, da diese zu haeufig wechselt
+// und somit die Codegenerierung nicht identische Codes liefert
+define('datekey', date("d-m-Y", time()));
+
+// Sollen die Linienanzahl per Zufall gewaehlt werden? Ja = true, Nein, fixierte Anzahl = false
+define('random_lines', true);
+
+// Wo sind die "Core-Dateien" abgelegt? (mit abschliessendem Slash!)
+define('trap_core_path', "/usr/share/php/spider-trap/");
+
+//
+?>
index 5a742973e7b3d6b142cee698a29d3b12084ec154..1bdae656709613e56e3d5c2433ae543f78ae96bf 100644 (file)
@@ -46,8 +46,8 @@ if (strpos($_SERVER['PHP_SELF'], basename(__FILE__)) !== FALSE) {
 } // END - if
 
 // Include ctracker, recommended place!
-//require_once('ctracker.php');
-//require_once('ipfilter.php');
+require_once('ctracker.php');
+require_once('ipfilter.php');
 
 /**
  * Function to secure input strings
diff --git a/inc/modules/guest/what-blog.php b/inc/modules/guest/what-blog.php
new file mode 100644 (file)
index 0000000..73576ec
--- /dev/null
@@ -0,0 +1,53 @@
+<?php
+/************************************************************************/
+/* M-XChange v0.1.0                                   Start: 10/19/2003 */
+/* ================                             Last change: 10/19/2003 */
+/*                                                                      */
+/* -------------------------------------------------------------------- */
+/* File              : what-                                            */
+/* -------------------------------------------------------------------- */
+/* Short description :                                                  */
+/* -------------------------------------------------------------------- */
+/* Kurzbeschreibung  :                                                  */
+/* -------------------------------------------------------------------- */
+/*                                                                      */
+/* -------------------------------------------------------------------- */
+/* Copyright (c) 2003 by Roland Haeder                                  */
+/* For more information visit: http://www.autoinstaller.de              */
+/*                                                                      */
+/************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Add description as navigation point
+addYouAreHereLink('guest', __FILE__);
+
+// Special file
+loadIncludeOnce('inc/classes/rdf.class.php');
+
+// Load template
+loadTemplate(substr(basename(__FILE__), 5, -4));
+
+outputHtml('<div style="padding-left: 10px; padding-right: 10px">');
+$rdf = new fase4_rdf();
+$rdf->_use_nl2br = FALSE;
+$rdf->_finishCallback = 'compactContent';
+$rdf->use_dynamic_display(FALSE);
+$rdf->set_CacheDir(getConfig('PATH').'inc/cache/');
+$rdf->set_salt(md5(getConfig('SITE_KEY')));
+$rdf->set_Options(
+       array(
+               'textinput' => 'hidden',
+               'sitelink'  => 'http://status.mxchange.org'
+       )
+);
+$rdf->set_max_item(10);
+$rdf->parse_RDF('http://status.mxchange.org/index.php/api/statuses/public_timeline.rss');
+outputHtml($rdf->finish(TRUE));
+outputHtml('</div>');
+
+// [EOF]
+?>
diff --git a/register.php b/register.php
new file mode 100644 (file)
index 0000000..94c8953
--- /dev/null
@@ -0,0 +1,408 @@
+<?php
+
+//  PROJECT HONEY POT ADDRESS DISTRIBUTION SCRIPT
+//  For more information visit: http://www.projecthoneypot.org/
+//  Copyright (C) 2004-2013, Unspam Technologies, Inc.
+//  
+//  This program is free software; you can redistribute it and/or modify
+//  it under the terms of the GNU General Public License as published by
+//  the Free Software Foundation; either version 2 of the License, or
+//  (at your option) any later version.
+//  
+//  This program is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+//  GNU General Public License for more details.
+//  
+//  You should have received a copy of the GNU General Public License
+//  along with this program; if not, write to the Free Software
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+//  02111-1307  USA
+//  
+//  If you choose to modify or redistribute the software, you must
+//  completely disconnect it from the Project Honey Pot Service, as
+//  specified under the Terms of Service Use. These terms are available
+//  here:
+//  
+//  http://www.projecthoneypot.org/terms_of_service_use.php
+//  
+//  The required modification to disconnect the software from the
+//  Project Honey Pot Service is explained in the comments below. To find the
+//  instructions, search for:  *** DISCONNECT INSTRUCTIONS ***
+//  
+//  Generated On: Wed, 20 Feb 2013 07:19:08 -0800
+//  For Domain: www.wernis4mails.de
+//  
+//  
+
+//  *** DISCONNECT INSTRUCTIONS ***
+//  
+//  You are free to modify or redistribute this software. However, if
+//  you do so you must disconnect it from the Project Honey Pot Service.
+//  To do this, you must delete the lines of code below located between the
+//  *** START CUT HERE *** and *** FINISH CUT HERE *** comments. Under the
+//  Terms of Service Use that you agreed to before downloading this software,
+//  you may not recreate the deleted lines or modify this software to access
+//  or otherwise connect to any Project Honey Pot server.
+//  
+//  *** START CUT HERE ***
+//  
+define('__REQUEST_HOST', 'hpr1.projecthoneypot.org');
+define('__REQUEST_PORT', '80');
+define('__REQUEST_SCRIPT','/cgi/serve.php');
+//  
+//  *** FINISH CUT HERE ***
+//  
+
+define('__HPOT_TAG1',    '7b8a66bc336b69c9af3e1af568a2b17d');
+define('__HPOT_TAG2',    'd092e61c32a25555d8c609de2570ed82');
+define('__HPOT_TAG3',    '34aa2473d1aa4705f92165addfe297ff');
+
+define('__CLASS_STYLE_1','slahocla');
+define('__CLASS_STYLE_2','boxuc');
+
+define('__DIV1',         'stac');
+
+define('__VANITY_L1',    'MEMBER OF PROJECT HONEY POT');
+define('__VANITY_L2',    'Spam Harvester Protection Network');
+define('__VANITY_L3',    'provided by Unspam');
+
+define('__DOC_TYPE1',    '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\n');
+define('__HEAD1',        '<html>\n<head>\n');
+define('__HEAD2',        '<title>Www.wernis4mails.de Shoal</title>\n</head>\n');
+define('__ROBOT1',       '<meta name="robots" content="noindex">\n<meta name="robots" content="noarchive,follow">\n');
+define('__NOCOLLECT1',   '<meta name="no-email-collection" content="/">\n');
+define('__TOP1',         '<body>\n<div id="wellgroomed" align="center">\n');
+define('__EMAIL1A',      '<a href="mailto:');
+define('__EMAIL1B',      '" style="display: none;">');
+define('__EMAIL1C',      '</a>');
+define('__EMAIL2A',      '<a href="mailto:');
+define('__EMAIL2B',      '" style="display:none;">');
+define('__EMAIL2C',      '</a>');
+define('__EMAIL3A',      '<a style="display: none;" href="mailto:');
+define('__EMAIL3B',      '">');
+define('__EMAIL3C',      '</a>');
+define('__EMAIL4A',      '<a style="display:none;" href="mailto:');
+define('__EMAIL4B',      '">');
+define('__EMAIL4C',      '</a>');
+define('__EMAIL5A',      '<a href="mailto:');
+define('__EMAIL5B',      '"></a>');
+define('__EMAIL5C',      '..');
+define('__EMAIL6A',      '<span style="display: none;"><a href="mailto:');
+define('__EMAIL6B',      '">');
+define('__EMAIL6C',      '</a></span>');
+define('__EMAIL7A',      '<span style="display:none;"><a href="mailto:');
+define('__EMAIL7B',      '">');
+define('__EMAIL7C',      '</a></span>');
+define('__EMAIL8A',      '<!-- <a href="mailto:');
+define('__EMAIL8B',      '">');
+define('__EMAIL8C',      '</a> -->');
+define('__EMAIL9A',      '<div id="'.__DIV1.'"><a href="mailto:');
+define('__EMAIL9B',      '">');
+define('__EMAIL9C',      '</a></div><br><script language="JavaScript" type="text/javascript">document.getElementById(\''.__DIV1.'\').innerHTML=\'\';</script>');
+define('__EMAIL10A',     '<a href="mailto:');
+define('__EMAIL10B',     '"><!-- ');
+define('__EMAIL10C',     ' --></a>');
+define('__LEGAL1',       '');
+define('__LEGAL2',       '\n');
+define('__STYLE1',       '\n<style>a.'.__CLASS_STYLE_1.'{color:#FFF;font:bold 10px arial,sans-serif;text-decoration:none;}</style>');
+define('__VANITY1',      '<table cellspacing="0"cellpadding="0"border="0"style="background:#999;width:230px;"><tr><td valign="top"style="padding: 1px 2px 5px 4px;border-right:solid 1px #CCC;"><span style="font:bold 30px arial,sans-serif;color:#666;top:0px;position:relative;">@</span></td><td valign="top" align="left" style="padding:3px 0 0 4px;"><a href="http://www.projecthoneypot.org/" class="'.__CLASS_STYLE_1.'">'.__VANITY_L1.'</a><br><a href="http://www.unspam.com"class="'.__CLASS_STYLE_1.'">'.__VANITY_L2.'<br>'.__VANITY_L3.'</a></td></tr></table>\n');
+define('__BOTTOM1',      '</div>\n</body>\n</html>\n');
+
+
+function getLegalContent() { return '<table cellspacing="0" border="0" cellpadding="0">\n<tr>\n<td><font face="courier">&nbsp; &nbsp; &nbsp; &nbsp; <br>&nbsp;<br>The we&#98;s<br>to<font color=white>h</font>you s<br>other te<br>Webs&#105;t&#101; <br>read &#116;he<br>agents o<br>them.<font color=white>i</font>Th<br>&#110;o&#110;-tran<br>Webs&#105;te.<br><br>&nbsp; &nbsp; &nbsp; &nbsp; <br>&nbsp;<br>Sp&#101;cial <br>&#78;&#111;n-Huma<br>spiders,<br>p<!-- conscience dealer waiting wicked -->rog&#114;ams<br>a&#117;tomati<br><br>Emai&#108; a&#100;<br>It is re<br>alo&#110;e. Y<br>has a va<br>storage,<br>v&#97;lue &#111;&#102;<br>st&#111;r&#105;ng<!-- pathological twopenny square major promotion -->&nbsp;<br>&#97;gre&#101;men<br><br>&nbsp; &nbsp; &nbsp; &nbsp; <br>&nbsp;<br>Ea&#99;h par<br>ag&#97;i&#110;st <br>("J&#117;di&#99;i<br>the regi<br>such l&#97;&#119;<br>and pe&#114;f<br>of f&#101;der<br>any ac&#116;i<br>Service.<br>the a&#98;&#111;v<br><br>&nbsp; &nbsp;&nbsp; <b><font color=white>f</font><font color=white>c</font></b>&nbsp;<br>&nbsp;<br>&#89;o&#117;<font color=white>e</font>c&#111;n&#115;<br>m&#97;y ap&#112;e<br>a&#98;use. T<br>Visit&#111;rs<br><br>V&#73;S&#73;T&#79;RS<br>P&#65;RTY OR<br>SUBSEQ&#85;E<br></font></td>\n<td><font face="courier"><b><font color=white>k</font></b>&nbsp; &nbsp; &nbsp;&nbsp; <br><br>ite<font color=white>g</font>f&#114;om<br>ubjec&#116; t<br>&#114;ms g<!-- dress classic directionless comatose letter -->&#111;ve<br>&#121;ou<font color=white>p</font>acce<br>m carefu<br>f t&#104;e in<br>e access<br>sferable<br><br><br>&nbsp; &nbsp; &nbsp;&nbsp; <b>&#83;</b><br><br>re&#115;&#116;rict<br>n &#86;&#105;sito<br><font color=white>f</font>bots,<font color=white>i</font>&#105;<br>&nbsp;des&#105;gne<br>cally.<br><br>dresses <br>cognize&#100;<br>o&#117;<font color=white>g</font>ackno<br>lue not<font color=white>o</font><br>&nbsp;an&#100;/o&#114; <br>&nbsp;&#116;h<!-- endless productive neophyte transparent hairline -->ese a<br>this We&#98;<br>t and ex<br><br>&nbsp; &nbsp; <b><font color=white>h</font></b>&nbsp;&nbsp; <br><br>ty<font color=white>t</font>agre&#101;<br>th&#101; othe<br>a&#108; &#65;ctio<br>st&#101;&#114;ed A<br>s are ap<br>ormed &#101;n<br>a&#108; an&#100; s<br>on<font color=white>t</font>brou&#103;<br>&nbsp;Y&#111;&#117; con<br>e agreem<br><br>&nbsp; &nbsp; &nbsp; &nbsp; <br><br>ent to h<br>a&#114; some&#119;<br>&#104;e &#73;&#100;ent<!-- choral unchristian psychotropic elderly newfangled --><br>&nbsp;a&#103;ree &#110;<br><br>&nbsp;A&#71;REE T<!-- crocodiles shortwaisted --><br>&nbsp;SENDING<br>NT BREA<!-- exchange -->C<br></font></td>\n<td><font face="courier">&nbsp;<b><font color=white>f</font></b>&nbsp; &nbsp; &nbsp; <br><br>&nbsp;whi&#99;h y<br>o<font color=white>o</font>the fo<br>rnin&#103; ac<br>pt these<br>l&#108;y<!-- charlatan workstudy coat mug -->. Any<br>di<!-- stringendo -->&#118;idual<br><font color=white>e</font>rights <br>&nbsp;witho&#117;t<br><br><br><b>&#80;ECI&#65;L</b>&nbsp;<b>L</b><br><br>io&#110;s on <br>rs. Non-<br>ndexers,<br>d to acc<br><br><br>on t<!-- grandfather impressive prisoner boundless -->his <br><font color=white>k</font>that t&#104;<br>&#119;ledge a<br>l&#101;&#115;s tha<br>d&#105;stri&#98;u<br>ddresses<br>site\'s e<br>p&#114;&#101;&#115;sl&#121; <br><br>&nbsp;<b><font color=white>p</font></b>&nbsp;&nbsp; <b><font color=white>o</font></b>&nbsp;<b><font color=white>s</font></b><br><br>s<font color=white>e</font>that a<br>r in &#99;on<br>n") shal<br>dministr<br>plied to<br>tirely<font color=white>e</font>&#119;<br>ta&#116;e cou<br>&#104;t<font color=white>o</font>aga&#105;n<br>sent to <br>ent&#46;<br><br>&nbsp; &nbsp; &nbsp;&nbsp; <b><font color=white>p</font></b><br><br>&#97;ving yo<br>here &#111;n <br>i&#102;ier is<br>ot<font color=white>c</font>&#116;o u&#115;<br><br>HAT HARV<br>&nbsp;AN&#89; M&#69;S<br>H OF<font color=white>f</font>&#84;HE<br></font></td>\n<td><font face="courier">&nbsp;&nbsp; <b>TERM<!-- encroute climate venomous vitamin neighborly -->&#83;</b><br><br>ou acc<!-- standup agriculture perfunctory puny -->es<br>l<!-- thought divalent toilworn -->l&#111;wing <br>cess &#116;o<font color=white>h</font><br>&nbsp;terms a<br>&nbsp;Non-Hum<br>(&#115;) who <br>&#103;rant&#101;d <br>&nbsp;th&#101; exp<br><br><br><b>&#73;CENSE</b>&nbsp;<b>R</b><br><br>a vis&#105;&#116;o<br>Hu&#109;an Vi<br>&nbsp;&#114;o&#98;ot&#115;,<br>ess, r&#101;a<br><br><br>s<!-- management sigh -->ite are<br>ese em&#97;i<br>nd a&#103;r&#101;e<br>n US $5<!-- balance journal -->0<!-- division socialist alloy finedrawn ballet --><br>ti&#111;n of <br>. &#73;ntent<br>mail add<br>prohibit<br><br><b><font color=white>i</font>APPLICA</b><br><br>ny<font color=white>d</font>suit,<br>nectio<!-- resultant ownership -->n<font color=white>e</font><br>l be gov<br>ative Co<br>&nbsp;&#97;greem&#101;<br>i&#116;hin<!-- workingclass fun -->&nbsp;th<br>rt&#115; with<br>&#115;t him i<br>e&#108;ectron<br><br><br><b>RECORDS</b>&nbsp;<br><br>ur Inter<br>this pag<br>&nbsp;uniqu&#101;l<br>e<font color=white>c</font>th&#105;s a<br><br>ESTI&#78;G, <br>SAGE(S) <br>SE TERMS<br></font></td>\n<td><font face="courier">&nbsp;<b>AN&#68;</b>&nbsp;<b>CON</b><br><br>s&#101;d this<br>c&#111;nditio<br>the Webs<br>nd condi<br>an Visit<br>controls<br>to &#121;ou &#117;<br>ress<font color=white>d</font>wri<br><br><br><b>ESTRICTI</b><br><br>r\'s<font color=white>d</font>&#108;ice<br>sitor&#115; i<br>&nbsp;crawler<br>d&#44; compi<br><br><br>&nbsp;&#99;&#111;nside<br>l<font color=white>e</font>ad&#100;re&#115;<br>&nbsp;that ea<br>. You &#102;u<br>the&#115;e<font color=white>k</font>ad<br>&#105;o&#110;al<font color=white>k</font>co<br>resses &#105;<br>ed.<br><br><b>BLE</b>&nbsp;<b>L&#65;W</b>&nbsp;<br><br>&nbsp;acti&#111;n <br>&#119;&#105;th<font color=white>h</font>or <br>ern&#101;d &#98;y<br>ntact &#40;t<br>nts be&#116;w<br>e Admin <br>in the A<br>n connec<!-- racism revision animato --><br>i&#99; s&#101;&#114;&#118;i<br><br><br><b>&#79;F</b>&nbsp;<b>&#86;ISIT</b><br><br>&#110;et &#80;ro&#116;<br>e (t<!-- oxyhydrogen profession fleshcolored -->he "<br>y ma&#116;c&#104;e<br>d&#100;ress f<br><br>GATHER&#73;N<br>TO TH&#69; I<br>&nbsp;OF SER&#86;<br></font></td>\n<td><font face="courier"><b>DI&#84;ION&#83;<font color=white>i</font></b><br><br>&nbsp;ag&#114;eeme<br>ns&#46;<font color=white>p</font>The&#115;<br>ite. B&#121; <br>ti&#111;ns (t<br>&#111;rs<font color=white>i</font>to t<br>,<font color=white>o</font>autho&#114;<br>nder the<br>tte&#110; per<br><br><br><b>ONS</b>&nbsp;<b>FOR</b>&nbsp;<br><br>ns&#101; to<font color=white>s</font>a<br>nclud&#101;&#44; <br>s&#44; har&#118;e<br>&#108;e<font color=white>c</font>or &#103;a<br><br><br>&#114;&#101;d<font color=white>e</font>&#112;rop<br>ses are <br>c&#104; em&#97;il<br>r&#116;her ag<br>d&#114;ess&#101;s <br>llection<br>s<font color=white>p</font>rec&#111;gn<br><br><br><b>AND</b>&nbsp;<b>J&#85;RI</b><br><br>or &#112;roc&#101;<br>&#97;&#114;ising <br>&nbsp;the law<br>he "Admi<br>&#101;&#101;n &#65;dmi<br>State.<font color=white>e</font>Y<br>dmi&#110; Sta<br>tion wit<br>ce &#111;&#102; pr<br><br><br><b>OR</b>&nbsp;<b>USE</b>&nbsp;<b>A</b><br><br>ocol a&#100;d<br>Id&#101;ntifi<br>&#100; &#116;o yo&#117;<br>or<font color=white>p</font>any<font color=white>h</font>&#114;<br><br>G, STORI<br>D&#69;NTIFIE<br>ICE.<br></font></td>\n<td><font face="courier"><b>OF</b>&nbsp;<b>USE</b>&nbsp;<br><br>nt ("the<br>e terms <br>visi&#116;&#105;&#110;g<br>he "Term<br>he Websi<!-- passenger prehistoric oscine --><br>s or o&#116;h<br>&nbsp;Terms o<br>mis&#115;ion <br><br><br><b>&#78;ON-HUMA</b><br><br>ccess th<br>but &#97;re<font color=white>d</font><br>st&#101;rs,<font color=white>s</font>o<!-- turbid aware trustee smelly wanting --><br>ther &#99;on<br><br><br>rietary<font color=white>d</font><br>provided<br>&nbsp;addres&#115;<br>ree that<br>substant<br>&#44; h&#97;rves<br>ized a&#115;<font color=white>e</font><br><br><br><b>SDICTION</b><br><br>eding br<br>from the<br>&nbsp;of the <br>n S&#116;ate"<br>n<font color=white>e</font>State <br>ou co&#110;se<br>&#116;e. &#89;ou <br>&#104; b&#114;e&#97;ch<br>&#111;&#99;ess re<br><br><br><b>ND</b>&nbsp;<b>ABUSE</b><br><br>ress &#114;e&#99;<br>er") if <br>r Inte&#114;n<br>eason&#46;<br><br>NG, TRAN<br>R C&#79;NSTI<br><br></font></td>\n<td><font face="courier"><br><br>&nbsp;W&#101;bs&#105;te<br>a&#114;e in a<br><font color=white>p</font>(in any<br>s of<font color=white>t</font>Se&#114;<br>te sh&#97;ll<br>erwise<font color=white>d</font>m<br>f Servi&#99;<br>of the<font color=white>s</font>&#111;<br><br><br><b>N</b>&nbsp;<b>V&#73;SITO</b><br><br>e Websit<br>n&#111;t li&#109;i<br>r any ot<br>t&#101;nt fro<br><br><br>intellec<br>&nbsp;for &#104;um<br>&nbsp;&#116;h&#101; Web<br>&nbsp;the com<!-- mathematicians tomato --><br>&#105;all&#121; di<br>ting, ga<br>a v&#105;olat<br><br><br>&nbsp;<br><br>ou&#103;ht by<br>&nbsp;Terms o<br>state of<br>) for t&#104;<br>resid&#101;nt<br>nt to th<br>c&#111;&#110;&#115;ent <br>es of<font color=white>t</font>t<!-- can -->h<br>gard&#105;ng <br><br><br>&nbsp;<br><br>orded. A<br>w&#101; suspe<br>&#101;t Proto<br><br><br>S&#70;ERRING<br>TUTES<font color=white>p</font>AN<br><br></font></td>\n<td><font face="courier"><br><br>") &#105;s pr<!-- butterfly --><br>ddi&#116;io<!-- scorpioid -->&#110; <br>&nbsp;m<!-- beefy consanguineous -->anner)<br>vice")&#46; <br>&nbsp;be cons<br>&#97;&#107;es &#117;s&#101;<br>e a&#114;e<br>wn&#101;r &#111;f <br><br><br><b>R&#83;</b>&nbsp;<br><br>e ap<!-- little black service -->ply <br>ted<!-- reeltoreel penitent -->&nbsp;to&#44; <br>her co&#109;p<br>m the We<br><br><br>&#116;ual pro<br>an visit<br>si&#116;e &#99;&#111;n<br>pilation<br>minishes<br>&#116;hering,<br>ion of t<br><br><br><br><br>&nbsp;such pa<br>f Servic<br>&nbsp;resi&#100;e<!-- atingle tenuous -->n<br>e W&#101;bsit<br>s entere<!-- attendant --><br>e<font color=white>i</font>j&#117;&#114;isd<br>&#116;o th&#101; v<br>ese T&#101;rm<br>actions <br><br><br><br><br>&#110;<font color=white>c</font>ema&#105;l <br>ct p&#111;ten<br>col add&#114;<br><br><br>&nbsp;TO A TH<br>&nbsp;ACCEPTA<br><br></font></td>\n<td><font face="courier"><br><br>&#111;vid&#101;&#100;<br>to a<!-- maintenance grumpy flying offtrack recipient -->ny<br>&nbsp;&#116;h<!-- family left defective -->e<br>Pl&#101;ase<br>&#105;de<!-- uncial -->r&#101;d<br>&nbsp;of<br><br>t&#104;e<br><br><br><br><br>to<br>web<br>&#117;ter<br>bsi&#116;e<br><br><br>pe&#114;ty.<br>ors<br>tains<br>,<br>&nbsp;the<br>&nbsp;a&#110;d/o&#114;<br>his<!-- excitement complex churchly herd insurgent --><br><br><br><br><br>r<!-- doubleblind lyrate -->ty<br>e<br>ce of<br>e as<br>d into<br>ic&#116;ion<br>enue<font color=white>e</font>in<br>s &#111;f<br>under<!-- daddy --><br><br><br><br><br>ad&#100;&#114;ess<br>t&#105;al<br>e&#115;s.<br><br><br>IRD<br>NCE A&#78;D<br><br></font></td>\n</tr>\n</table>\n<br>'; }
+
+
+?><?php 
+
+// 
+// PROXY SUPPORT
+//  
+// This honey pot script supports Proxies. If your webserver requires a proxy
+// for outbound connections you may configure this honey pot's settings to use
+// a proxy.
+//
+// For more information, visit: 
+//     http://www.projecthoneypot.org/settings_help.php
+//
+//
+
+
+
+function formatHTML($s) {
+    return str_replace('\n',"\n",$s);
+}
+
+function getDocType()       { return formatHTML(__DOC_TYPE1); }
+function getHeadHTML1()     { return formatHTML(__HEAD1); }
+function getRobotHTML()     { return formatHTML(__ROBOT1); }
+function getNoCollectHTML() { return formatHTML(__NOCOLLECT1); }
+function getHeadHTML2()     { return formatHTML(__HEAD2); }
+function getTopHTML()       { return formatHTML(__TOP1); }
+function getEmailHTML($method,$m) { 
+    switch ($method) {
+    case 0: return "";
+    case 1: return formatHTML(__EMAIL1A.$m.__EMAIL1B.$m.__EMAIL1C); 
+    case 2: return formatHTML(__EMAIL2A.$m.__EMAIL2B.$m.__EMAIL2C); 
+    case 3: return formatHTML(__EMAIL3A.$m.__EMAIL3B.$m.__EMAIL3C); 
+    case 4: return formatHTML(__EMAIL4A.$m.__EMAIL4B.$m.__EMAIL4C); 
+    case 5: return formatHTML(__EMAIL5A.$m.__EMAIL5B); 
+    case 6: return formatHTML(__EMAIL6A.$m.__EMAIL6B.$m.__EMAIL6C); 
+    case 7: return formatHTML(__EMAIL7A.$m.__EMAIL7B.$m.__EMAIL7C); 
+    case 8: return formatHTML(__EMAIL8A.$m.__EMAIL8B.$m.__EMAIL8C); 
+    case 9: return formatHTML(__EMAIL9A.$m.__EMAIL9B.$m.__EMAIL9C); 
+    }
+    return formatHTML(__EMAIL10A.$m.__EMAIL10B.$m.__EMAIL10C); 
+}
+function getLegalHTML()   { return formatHTML(__LEGAL1.(getLegalContent()).__LEGAL2); }
+function getStyleHTML()   { return formatHTML(__STYLE1); }
+function getVanityHTML()  { return formatHTML(__VANITY1); }
+function getBottomHTML()  { return formatHTML(__BOTTOM1); }
+
+function readSettings() {
+    $settings      = NULL;
+    $settings_file = dirname(__FILE__)."/phpot_settings.php";
+
+    if (is_file($settings_file) && is_readable($settings_file)) {
+        $fp = fopen($settings_file,"r");
+        $contents = "";
+        while (!feof($fp)) {
+            $contents .= fread($fp, 8192);
+        }
+        fclose($fp);
+
+        $lines = explode("\n",$contents);
+        foreach ($lines as $line) {
+            if (trim($line) !== "") {
+                list ($setting, $value) = @explode(":",$line,2);
+                switch ($setting) {
+                case "proxy_host": 
+                    $settings["sock_host"] = trim($value);
+                    break;
+                case "proxy_port":
+                    $settings["sock_port"] = trim($value);
+                    break;
+                }
+                if (trim($value) !== "") {
+                    $settings[trim($setting)] = trim($value);
+                }
+            }
+        }
+    }
+
+    if (isset($settings["proxy_host"]) && isset($settings["proxy_port"]) && !isset($settings["use_proxy"])) {
+        $settings["use_proxy"] = "1";
+    } else {
+        $settings["use_proxy"] = "0";
+    }
+
+    if (isset($settings["proxy_user"]) && isset($settings["proxy_pass"]) && !isset($settings["proxy_auth"])) {
+        $settings["proxy_auth"] = "basic";
+    } else {
+        $settings["proxy_auth"] = "none";
+    }
+
+    if (!isset($settings["sock_host"])) $settings["sock_host"] = __REQUEST_HOST;
+    if (!isset($settings["sock_port"])) $settings["sock_port"] = __REQUEST_PORT;
+
+    return $settings;
+}
+
+function performRequest($request) {
+    $response = "";
+
+    $settings = readSettings();
+
+    if ($settings["use_proxy"] == "1") {
+        // POST via proxy
+        $post_url = "http://".__REQUEST_HOST.":".__REQUEST_PORT.__REQUEST_SCRIPT;
+
+        $head  = "POST ".$post_url." HTTP/1.0\r\n";
+        //$head .= "Host: ".__REQUEST_HOST."\r\n";
+        $head .= "User-Agent: PHPot ".__HPOT_TAG2."\r\n";
+        if ($settings["proxy_auth"] == "basic") {
+            $head .= "Proxy-Authorization: Basic ".base64_encode($settings["proxy_user"].":".$settings["proxy_pass"])."\r\n";
+        }
+        $head .= "Cache-Control: no-store, no-cache\r\n";
+        $head .= "Accept: */*\r\n";
+        $head .= "Pragma: no-cache\r\n";
+        $head .= "Content-Type: application/x-www-form-urlencoded\r\n";
+        $head .= "Content-Length: ".strlen($request)."\r\n";
+        $head .= "Connection: close\r\n\r\n";
+
+    } else {
+        // POST directly
+        $head  = "POST ".__REQUEST_SCRIPT." HTTP/1.1\r\n";
+        $head .= "Host: ".__REQUEST_HOST."\r\n";
+        $head .= "User-Agent: PHPot ".__HPOT_TAG2."\r\n";
+        $head .= "Content-Type: application/x-www-form-urlencoded\r\n";
+        $head .= "Content-Length: ".strlen($request)."\r\n";
+        $head .= "Connection: close\r\n\r\n";
+    }
+    
+    $errno  = NULL;
+    $errstr = NULL;
+    $fd = @fsockopen ($settings["sock_host"], $settings["sock_port"], $errno, $errstr, 20);
+
+    if (!$fd) {
+        // Socket Error
+        die("\n<BR>Unable to contact the Server. Are outbound connections disabled? (If a proxy is required for outbound traffic, you may configure the honey pot to use a proxy. For instructions, visit http://www.projecthoneypot.org/settings_help.php)<BR>\n");
+        return "-1";
+    } else {
+
+        fputs($fd,$head.$request);
+        while(!feof($fd)) {
+            $response .= fgets($fd,4096);
+        }
+        fclose($fd);
+    }
+
+    return $response;
+}
+
+function prepareRequest() {
+    $postvars          = array();
+    $postvars["tag1"]  = __HPOT_TAG1;
+    $postvars["tag2"]  = __HPOT_TAG2;
+    $postvars["tag3"]  = __HPOT_TAG3;
+    if (!($handle = fopen(__FILE__,"r"))) {
+        die("\n<BR>Unable to read contents of ".__FILE__." for hashing<BR>\n");
+        return -2;
+    }
+    $contents = "";
+    while (!feof($handle)) {
+        $contents .= fread($handle, 8192);
+    }
+    fclose($handle);
+    $postvars["tag4"]   = md5(preg_replace("/[^a-zA-Z0-9]/","",$contents));
+    $postvars["ip"]    = $_SERVER["REMOTE_ADDR"];
+    $postvars["svrn"]  = $_SERVER["SERVER_NAME"];  
+    $postvars["svp"]   = $_SERVER["SERVER_PORT"];  
+    $postvars["svip"]  = isset($_SERVER["SERVER_ADDR"]) ? $_SERVER["SERVER_ADDR"] : "";
+    $postvars["rquri"]   = isset($_SERVER["REQUEST_URI"]) ? $_SERVER["REQUEST_URI"] : "";
+    $postvars["phpself"] = str_replace(' ','%20',$_SERVER["PHP_SELF"]);
+    $postvars["version"] = "php-".phpversion();
+    $postvars["sn"]     = str_replace(' ','%20',$_SERVER["SCRIPT_NAME"]);
+    $postvars["ref"]    = isset($_SERVER["HTTP_REFERER"]) ? $_SERVER["HTTP_REFERER"] : "";
+    $postvars["uagnt"]  = isset($_SERVER["HTTP_USER_AGENT"]) ? $_SERVER["HTTP_USER_AGENT"] : "";
+    if (isset($_POST) && count($_POST) > 0) {
+        $postvars["has_post"] = count($_POST);
+        for (reset($_POST);list($k,$v) = each($_POST);) {
+            $postvars["post|".$k] = $v;
+        }
+        reset($_POST);
+    }
+    if (isset($_GET) && count($_GET) > 0) {
+        $postvars["has_get"] = count($_GET);
+        for (reset($_GET);list($k,$v) = each($_GET);) {
+            $postvars["get|".$k] = $v;
+        }
+        reset($_GET);
+    }
+    if (isset($_SERVER) && count($_SERVER) > 0) {
+        $i = 0;
+        for (reset($_SERVER);list($k,$v) = each($_SERVER);) {
+            if ($k !== "HTTP_COOKIE" && preg_match('/^HTTP_/',$k)) {
+                $postvars["header|".$k] = $v;
+                $i++;
+            }
+        }
+        $postvars["has_header"] = $i;
+        reset($_SERVER);
+    }
+
+    return $postvars;
+}
+
+function transcribeResponse(& $response) {
+    $settings  = NULL;
+    $arr       = explode("\n",$response);
+    $isParam   = FALSE;
+
+    
+    for ($i=0;list(,$v)=each($arr);$i++) {
+        if ($v == "<END>")   $isParam = FALSE;
+
+        if ($isParam) {          
+            $pieces = explode("=",$v,2);
+            $settings[$pieces[0]] = urldecode($pieces[1]);
+        }
+        if ($v == "<BEGIN>") $isParam = TRUE;
+    }
+    
+
+    if (isset($settings["directives"])) {
+        $settings["directives"] = explode(",",$settings["directives"]);
+    }
+
+    return $settings;
+}
+
+header("Cache-Control: no-store, no-cache");
+header("Pragma: no-cache");
+
+$response  = "";
+$request   = "";
+$post      = prepareRequest();
+
+for (reset($post);list($k,$v) = each($post);) {
+    $request .= "&".urlencode($k)."=".urlencode(stripslashes($v));
+}
+$request    = substr($request,1);
+$response   = performRequest($request);
+if ($response == "-1") {
+    exit();
+}
+$settings   = transcribeResponse($response);
+
+$directives   = $settings["directives"];
+$email        = isset($settings["email"]) ? $settings["email"] : "";
+$emailmethod  = isset($settings["emailmethod"]) ? $settings["emailmethod"] : 0;
+
+
+
+
+?>
+<?php echo (isset($directives[0]) && $directives[0]==1) ? getDocType()    : ""; ?>
+<?php echo (isset($settings["injDocType"])) ? formatHTML($settings["injDocTypeMsg"]) : ""; ?>
+<?php echo (isset($directives[1]) && $directives[1]==1) ? getHeadHTML1()   : ""; ?>
+<?php echo (isset($settings["injHead1HTML"])) ? formatHTML($settings["injHead1HTMLMsg"]) : ""; ?>
+<?php echo (isset($directives[8]) && $directives[8]==1) ? getRobotHTML()   : ""; ?>
+<?php echo (isset($settings["injRobotHTML"])) ? formatHTML($settings["injRobotHTMLMsg"]) : ""; ?>
+<?php echo (isset($directives[9]) && $directives[9]==1) ? getNoCollectHTML()   : ""; ?>
+<?php echo (isset($settings["injNoCollectHTML"])) ? formatHTML($settings["injNoCollectHTMLMsg"]) : ""; ?>
+<?php echo (isset($directives[1]) && $directives[1]==1) ? getHeadHTML2()   : ""; ?>
+<?php echo (isset($settings["injHead2HTML"])) ? formatHTML($settings["injHead2HTMLMsg"]) : ""; ?>
+<?php echo (isset($directives[2]) && $directives[2]==1) ? getTopHTML()    : ""; ?>
+<?php echo (isset($settings["injTopHTML"])) ? formatHTML($settings["injTopHTMLMsg"]) : ""; ?>
+<?php
+   if (isset($settings["actMsgOn"])) { 
+       echo formatHTML($settings["actMsg"]); 
+   }
+   if (isset($settings["errMsgOn"])) { 
+       echo formatHTML($settings["errMsg"]); 
+   }
+   if (isset($settings["customMsgOn"])) { 
+       echo formatHTML($settings["customMsg"]); 
+   }
+?>
+<?php echo (isset($directives[3]) && $directives[3]==1) ? getLegalHTML()  : ""; ?>
+<?php echo (isset($settings["injLegalHTML"])) ? formatHTML($settings["injLegalHTMLMsg"]) : ""; ?>
+<?php
+   if (isset($settings["altLegalOn"])) { 
+       echo formatHTML($settings["altLegalMsg"]); 
+   } 
+?>
+<?php echo (isset($directives[4]) && $directives[4]==1) ? getEmailHTML(intval($emailmethod),$email)  : ""; ?>
+<?php echo (isset($settings["injEmailHTML"])) ? formatHTML($settings["injEmailHTMLMsg"]) : ""; ?>
+<?php echo (isset($directives[5]) && $directives[5]==1) ? getStyleHTML()  : ""; ?>
+<?php echo (isset($settings["injStyleHTML"])) ? formatHTML($settings["injStyleHTMLMsg"]) : ""; ?>
+<?php echo (isset($directives[6]) && $directives[6]==1) ? getVanityHTML() : ""; ?>
+<?php echo (isset($settings["injVanityHTML"])) ? formatHTML($settings["injVanityHTMLMsg"]) : ""; ?>
+<?php
+   if (isset($settings["altVanityOn"])) {
+        echo formatHTML($settings["altVanityMsg"]);
+    }
+?>
+<?php echo (isset($directives[7]) && $directives[7]==1) ? getBottomHTML() : ""; ?>
+<?php echo (isset($settings["injBottomHTML"])) ? formatHTML($settings["injBottomHTMLMsg"]) : ""; ?>
index cb4f5500d28d27c3fae8056bff189baf4ffde723..4007eafc72a305cf8bc9b79d7e01cdae972adb10 100644 (file)
@@ -22,6 +22,7 @@ Disallow: /mailid_top.php
 Disallow: /network-vcheck.php
 Disallow: /network-delurl.php
 Disallow: /ref.php
+Disallow: /register.php
 Disallow: /show_bonus.php
 Disallow: /sponsor_confirm.php
 Disallow: /sponsor_ref.php
@@ -59,6 +60,7 @@ Disallow: /mailid_top.php
 Disallow: /network-vcheck.php
 Disallow: /network-delurl.php
 Disallow: /ref.php
+Disallow: /register.php
 Disallow: /show_bonus.php
 Disallow: /sponsor_confirm.php
 Disallow: /sponsor_ref.php
diff --git a/templates/de/html/blog.tpl b/templates/de/html/blog.tpl
new file mode 100644 (file)
index 0000000..2fd0625
--- /dev/null
@@ -0,0 +1,28 @@
+<div class="para_title align="center">
+  <strong>Mein Blog, mit StatusNet:</strong>
+</div>
+
+<div class="para">
+       Lange war mein Weblog unter blog.mxchange.org down. Ich hatte
+       &quot;damals&quot; einen recht schwachen Server (<em>austria031</em>) und
+       die Spammer hatten tonnenweise Traffic an in geschickt. Dies hatte dazu
+       gef&uuml;hrt, dass mein Server komplett ausgelastet war, sobald ich den Blog
+       Online nahm. Kaum hatte ich die Software (WordPress ist f&uuml;r mich
+       weiterhin eine bemerkenswerte Software) gel&ouml;scht, war wieder alles im
+       gr&uuml;nnen Bereich, der Load ging zur&uuml;ck und der Rest der Webseite
+       war wieder z&uuml;gig erreichbar.
+</div>
+
+<div class="para">
+       Nun versuche ich den Neustart, mit <a rel="external" target="_blank"
+        title="StatusMet" href="http://status.net">StatusNet</a> und ich muss
+       sagen, dass ich bis jetzt sehr zufrieden damit bin.
+</div>
+
+<div class="para">
+       Hier nun aber der neue Link f&uuml;r die Lesezeichen:
+</div>
+
+<div class="para">
+  <a href="http://status.mxchange.org" target="_blank">http://status.mxchange.org</a>
+</div>
index c9a386a40b917c72fe8b57e0974291bf3764f8e8..b3e5832a98c8fae301983827cb1f0029b0252c51 100644 (file)
@@ -1 +1,10 @@
 <!-- Kleiner 88x31 Banner ... //-->
+<script type='text/javascript'>
+<!--// <![CDATA[
+OA_show(43);
+// ]]> -->
+</script>
+<noscript>
+       <a target='_blank' href='http://ads.shipsimu.de/www/delivery/ck.php?n=a125944'><img
+        border='0' alt='' src='http://ads.shipsimu.de/www/delivery/avw.php?zoneid=43&amp;n=a125944' /></a>
+</noscript>
index c9a386a40b917c72fe8b57e0974291bf3764f8e8..b3e5832a98c8fae301983827cb1f0029b0252c51 100644 (file)
@@ -1 +1,10 @@
 <!-- Kleiner 88x31 Banner ... //-->
+<script type='text/javascript'>
+<!--// <![CDATA[
+OA_show(43);
+// ]]> -->
+</script>
+<noscript>
+       <a target='_blank' href='http://ads.shipsimu.de/www/delivery/ck.php?n=a125944'><img
+        border='0' alt='' src='http://ads.shipsimu.de/www/delivery/avw.php?zoneid=43&amp;n=a125944' /></a>
+</noscript>
index 76639a71f8e45113be08f4eb2f9df93f380ac6e3..855eb078a132f747c1aba717efe4e57490412b09 100644 (file)
@@ -1,8 +1,14 @@
        </td>
-       <td valign="top"><div class="skyscraper">
-               <!-- 120x600 may fit here //-->
-       </div></td>
+       <td valign="top"><div class="guest_skyscraper">
+               <script type='text/javascript'>
+               <!--// <![CDATA[
+               OA_show(41);
+               // ]]> --></script>
+               <noscript>
+                       <a target='_blank' href='http://ads.shipsimu.de/www/delivery/ck.php?n=67a5837'><img
+                        border='0' alt='' src='http://ads.shipsimu.de/www/delivery/avw.php?zoneid=41&amp;n=67a5837' /></a>
+               </noscript>
+       </td>
 </tr>
 <tr>
        <td align="center" valign="top" class="guest_advert">
-<!-- Don't add your code here! //-->
index 564a42d3b3b51df4b3fcc04366d6c65944b8eb4d..f511af87a20dda17d799085996097f83afc81c90 100644 (file)
@@ -1,6 +1,34 @@
 <tr>
-       <td class="guest_advert" colspan="3" align="center">
-               <!-- Horizontal footer banner //-->
+       <td colspan="3" align="center">
+<div>
+               <strong>Werbung:</strong>&nbsp;&raquo;<script type='text/javascript'>
+               <!--// <![CDATA[
+               OA_show(60);
+               // ]]> -->
+               </script>&laquo;
+</div>
+<div>
+       <a href="http://www.kacke.de" title="Nokia" target="_blank" rel="external"><img
+        src="http://www.kacke.de/nokia.gif" width="133" height="40"
+        alt="Nokia" title="Nokia" border="0" /></a>
+       <a href="http://www.gnu.org/licenses/gpl.html" title="GNU General Public License"
+        target="_blank" rel="external license"><img border="0" alt="GNU GPL v3"
+        src="http://imgpool.mxchange.org/banner/gnu/gplv3-127x51.png" width="127"
+        height="51" /></a>
+       <!--
+       <a title="Yet Another Cyberspace - YaCy P2P Search Engine" href="http://yacybanner.audioattack.de/index.php?id=HHcWJz-6rFKw"
+        target="_blank" rel="external"><img src="http://yacybanner.audioattack.de/image.php?id=HHcWJz-6rFKw" width="468" height="60"
+        alt="YaCy Banner" /></a>
+       //-->
+       <a title="YaCy Project Page" rel="external" target="_blank" href="http://www.yacy.net"><img
+        src="http://imgpool.mxchange.org/shared/yacy_own_80x15.gif" width="80" height="15" alt="YaCy" /></a>
+       <a href="http://www.uberwach.de/" rel="external" target="_blank" title="Aktion UEBERWACH!"><img
+        src="http://www.uberwach.de/wanze.gif" alt="Aktion UBERWACH!" width="80" height="15" border="0" /></a>
+       <a href="http://www.projecthoneypot.org?rf=31175" rel="external" target="_blank"
+        title="Project Honeypot - Help Stop Spammers Before They Even Get Your Address!"><img
+        src="http://imgpool.mxchange.org/banner/project_honeypot/mini_phpot_link.gif"
+        width="80" height="15" border="0" alt="Project Honeypot" /></a>
+</div>
        </td>
 </tr>
 </table>
index 106908a6a046379bc9a6b13edbbc239fd69e3c8c..c0330495979964b35763f3efb7df8c58074c6a30 100644 (file)
@@ -1,4 +1,4 @@
-<!-- Gast-Tabelle - Anfang //-->
+<!-- Gast-Tabelle - Anfang -->
 <div id="floater">
        {%template,MessageFloater%}
 </div>
@@ -7,10 +7,8 @@
        <tr>
                <td colspan="3" align="center" valign="top" class="table_header">
                        <a name="TOP"></a>
-                       <!-- Ab hier Kopf! //-->
-                       <strong><big>-&nbsp;-&nbsp;-<a title="{?MAIN_TITLE?}"
-                       style="cursor: default; background: none; text-decoration: none"
-                       class="guest_header">{?MAIN_TITLE?}</a>&nbsp;-&nbsp;-&nbsp;-</big></strong>
+                       <img src="{?URL?}/img/titel-2.gif" border="0" width="439" height="64"
+                        alt="{?MAIN_TITLE?}" title="{?MAIN_TITLE?}" />
                <table border="0" cellspacing="0" cellpadding="0" width="100%">
                        <tr>
                                <td width="200"><div class="guest_header">Hallo {%pipe,getUsername%}!</div></td>
@@ -18,5 +16,7 @@
                                <td width="200" align="right"><div class="guest_header">$content[date_time]</div></td>
                        </tr>
                </table>
-               <!-- Bis hier Kopf! //--></td>
+               <a href="{%url=register.php%}"><span style="display: none;">horizon-psychopath</span></a>
+               <!-- Bis hier Kopf! -->
+               </td>
        </tr>
index 17b7022baafcf3682198cc61370ed91b9307c6bc..b4cfcdd025730ae040034460a5b54faeed200ae3 100644 (file)
@@ -1,27 +1,56 @@
-<div align="center">
-<table border="0" cellspacing="0" cellpadding="0">
-<tr>
-       <td colspan="3" class="table_header">
-               <u>Impressum</u>
-       </td>
-</tr>
-
-<tr>
-       <td class="impressum_body">
-               <div class="para">
-                       Ihr Name hier!<br />
-                       Ihre Strasse<br />
-                       XX-12345 Demo-Dorf
-               </div>
-
-               <div class="para">
-                       Tel.: +49(0)-123-456789
-               </div>
-
-               <div class="para">
-                       Email: <a href="mailto:{?WEBMASTER?}">{?WEBMASTER?}</a>
-               </div>
-       </td>
-</tr>
-</table>
+<div align="center" class="table dashed">
+       <div class="table_header bottom">
+               <u>Impressum / Disclaimer</u>
+       </div>
+
+       <div class="para">
+               <img src="http://imgpool.mxchange.org/shared/impressum.jpg" border="0" alt="Impressum" width="256" height="120" title="Impressum" />
+       </div>
+
+       <div class="para">
+               ICQ: <strong>&#56;&#56;&#48;&#57;&#50;&#57;&#54;</strong> / Yahoo: <strong>&#113;&#117;&#105;&#120;&#121;&#95;&#109;&#97;&#110;</strong> / AOL: <strong>&#114;&#104;&#97;&#101;&#100;&#101;&#114;&#49;&#57;&#55;&#55;</strong><br />
+               GnuPG-ID: <strong><a href="http://pgp.cs.uu.nl/stats/C6C7BD78.html" target="_blank">0xC6C7BD78</a></strong><br>Fingerprint: <strong>F68A&nbsp;3A46&nbsp;CADB&nbsp;767C&nbsp;796A&nbsp;3FC2&nbsp;B72F&nbsp;8185&nbsp;C6C7&nbsp;BD78</strong><br />
+               <a href="http://www.bitcoin.org" rel="external" target="_blank" title="Externer Link zur BitCoin-Seite">BitCoin</a>: <strong title="Spenden gerne auch als BitCoins!">13r1yN4n148RxPLdeGcGG7CWhrw72eDJN2</strong><br />
+               Bitte senden Sie mir keine Word oder Powerpoint-Attachemnts zu. <a href="http://www.gnu.org/philosophy/no-word-attachments.de.html" target="_blank">Siehe hier warum</a>.
+       </div>
+
+       <div class="para">
+               <a href="http://mxchange.org/c6c7bd78.asc" rel="external"
+                target="_blank" title="Meinen GPG-Key 0xc6c7bd78
+               herunterladen">GPG-Key herunterladen</a>
+       </div>
+
+       <div class="para">
+               Im Sinne des deutschen UStG ist {!MAIN_TITLE!} nicht umsatzsteuerpflichtig.
+       </div>
+
+       <div class="para">
+               Kein Support, keine Beratung per Telefon
+       </div>
+</div>
+
+<div class="para">
+       <a href="http://www.fsf.org/fb"><img
+        src="http://static.fsf.org/nosvn/no-facebook-me.png"
+        alt="Not f'd — you won't find me on Facebook" width="445" height="148"
+        title="You won't find me on Facebook" /></a>
+</div>
+
+<div class="para">
+       <a href="http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=483244"
+        rel="external" target="_blank"><img border="0" width="190" height="110"
+        src="http://imgpool.mxchange.org/shared/counter-li-org_483244_190x110.png"
+        alt="Registered User #483244" /></a>
+</div>
+
+<div class="para tiny">
+       Alle Inhalte, die sich ausserhalb dieses Angebotes (also ausserhalb von
+       {?URL?}) befinden sind keine Werke von mir. Ich habe keinen Einflu&szlig;
+       auf die Gestaltung von externen Seiten und distanziere mich von diesen
+       und deren Inhalten. Auch trotz sorf&auml;ltiger &Uuml;berpr&uuml;fung der
+       aufgenommenen Links, kann ich dennoch keine Garantie f&uuml;r diese
+       Seiten abgeben. Ich &uuml;bernehme weiterhin keine Gew&auml;hr f&uuml;r
+       die Erreichbarkeit der verlinkten Seiten und f&uuml;r die Korrektheit und
+       rechtliche Unbedenklichkeit der von den jeweiligen Anbietern hinterlegten
+       Inhalten.
 </div>
index 77f05bbd359e9573b91e5d3ebdb6e7f210dbe8a4..44d3fd8f528087061b39600502a249aca1ebffef 100644 (file)
@@ -1,3 +1,28 @@
-Hier k&ouml;nnen Sie irgentwelche Infos zu Ihrem Dienst einf&uuml;gen.
-Wenn Sie z.B. in andere Internet-W&auml;hrungen auszahlen, dann
-k&ouml;nnen Sie dies hier ver&ouml;ffentlichen!
+<div align="center">
+       Nach der Anmeldung bei uns, bekommen Sie in regelm&auml;&szlig;igen
+       Abst&auml;nden Webtipps und Produktinformationen per Email zugesendet.
+       Nachdem Sie die Mails gelesen haben, k&ouml;nnen Sie diese best&auml;tigen.
+       Das erfolgt &uuml;ber einen Link der in der Email vorhanden ist. Das System
+       schreibt Ihnen danach {?POINTS?} auf Ihrem Guthaben-Konto bei uns gut.
+       Diese {?POINTS?} k&ouml;nnen Sie dann sp&auml;ter in Mails tauschen und
+       verschiedene Mails mit Ihrer Werbung (zum Beispiel Werbung f&uuml;r Ihre
+       Homepage, f&uuml;r ein anderes Projekt oder Produkt Ihrer Wahl) an andere
+       User senden. Oder die erwirtschaften {?POINTS?} an Ihren
+       wds66.com-{?POINTS?}-Account auszahlen lassen. Die Anmeldung ist
+       selbstverst&auml;ndlich kostenlos! Als Startguthaben erhalten Sie von uns derzeit
+</div>
+
+<div align="center">
+       <strong class="big">2500 {?POINTS?}!</strong>
+</div>
+
+<div align="center">
+       <div align="center">Als Referalguthaben erhalten Sie einmalig</div>
+       <div align="center"><strong class="big">5000 {?POINTS?}!</strong></div>
+       <div><strong>Was sind {?POINTS?}? Ein Pseudo-Internet-W&auml;hrung!</strong></div>
+</div>
+
+<div align="center">
+       <div>Damit k&ouml;nnen Sie auf Seiten werben, spielen, verkaufen, bezahlen, an Auktionen teilnehmen u.v.m. der minimal Wert von <strong>10.000 {?POINTS?}</strong> betr&auml;gt zur Zeit <strong>2,00 &euro;</strong></div>
+       <div>f&uuml;r eine Auszahlung der Wernis ben&ouml;tigen Sie ein Wernis-Account bei <strong>www.wds66.com</strong></div>
+</div>
index c9a386a40b917c72fe8b57e0974291bf3764f8e8..8a395f32315ce19e95874eacf33eedf4c036aec7 100644 (file)
@@ -1 +1,10 @@
 <!-- Kleiner 88x31 Banner ... //-->
+<script type='text/javascript'>
+<!--// <![CDATA[
+OA_show(51);
+// ]]> -->
+</script>
+<noscript>
+       <a target='_blank' href='http://ads.shipsimu.de/www/delivery/ck.php?n=77582d9'><img
+        border='0' alt='' src='http://ads.shipsimu.de/www/delivery/avw.php?zoneid=51&amp;n=77582d9' /></a>
+</noscript>
index cc4cbe160c11c1c1de62bbb6429a4ba4c7af5345..cc8160554bc6d6e0d04d160c2f8ba3cf5027c8f9 100644 (file)
@@ -1,5 +1,14 @@
        </td>
        <td valign="top"><div class="skyscraper">
+               <script type='text/javascript'>
+               <!--// <![CDATA[
+               OA_show(50);
+               // ]]> -->
+               </script>
+               <noscript>
+                       <a target='_blank' href='http://ads.shipsimu.de/www/delivery/ck.php?n=fc16723'><img
+                        border='0' alt='' src='http://ads.shipsimu.de/www/delivery/avw.php?zoneid=50&amp;n=fc16723' /></a>
+               </noscript>
                <!-- 120x600-Skyscraper passt hier... //-->
        </div></td>
 </tr>
index 4a0b1d5a3b39606db438052a093b50a6187e86d9..d0ffe99eea3fe10a157dce57c8e85d687136239e 100644 (file)
@@ -1,6 +1,11 @@
 <tr>
        <td class="member_advert" colspan="3" align="center">
                <!-- Horizontal footer banner //-->
+               <script type='text/javascript'>
+               <!--// <![CDATA[
+               OA_show(61);
+               // ]]> -->
+               </script>
        </td>
 </tr>
 </table>
index 1a56aac049214693a37882a7df02e9a4e6bad48f..c1f1c5addfe9d6bdacdd9cbb55c819b7775a703a 100644 (file)
@@ -9,10 +9,8 @@
                <table border="0" cellspacing="0" cellpadding="0" width="100%" class="guest">
                <tr>
                        <td colspan="3" align="center">
-                               <strong><big>-&nbsp;-&nbsp;- <a title="{?MAIN_TITLE?}"
-                                       style="cursor: default; background: none; text-decoration: none"
-                                       class="member_header">{?MAIN_TITLE?}</a>&nbsp;-&nbsp;-&nbsp;-</big>
-                               </strong>
+                               <img src="{?URL?}/img/titel-2.gif" border="0" width="439" height="64"
+                                alt="{?MAIN_TITLE?}" title="{?MAIN_TITLE?}" />
                        </td>
                </tr>
                <tr>
index 0ccdd1633815c9eb7d2f11e1a41b61f3bbd1d50e..fbd35d2d44929b4d6f958ab777ddf3adedd60f53 100644 (file)
@@ -1,2 +1,39 @@
-Hier k&ouml;nnten Ihre News stehen. Das Template finden Sie unter
-<span class="notice">{?PATH?}/templates/de/html/member/member_welcome.tpl</span>.
+<div align="center">
+<div class="para_block">
+       <div class="para_header"><strong>Hallo {%pipe,getUsername%}!</strong></div>
+       <div class="para_content">Werden Sie aktiv und werben Sie neue Mitglieder mit Ihren Reflink! (unter Referral-Links).</div>
+</div>
+
+<div class="para_block">
+       <div class="para_title">Haben Sie schon ein {?POINTS?}-Account?</div>
+       <div class="para_content">Wenn nein k&ouml;nnen Sie sich <a href="http://www.wds66.com" target="_blank">hier unter www.wds66.com</a> kostenlos anmelden.</div>
+       <div class="para_content">Das {?POINTS?}-Account ben&ouml;tigen Sie f&uuml;r eine Einzahlung oder Auszahlung. Ab sofort ist dies bei uns per Direkttransfer aus einen oder nach einen wds66-Account m&ouml;glich!</div>
+</div>
+
+<div class="para_block">
+       <script type='text/javascript'>
+<!--// <![CDATA[
+OA_show(52);
+// ]]> --></script>
+       <noscript>
+               <a target='_blank' href='http://ads.shipsimu.de/www/delivery/ck.php?n=228c4be'><img
+                border='0' alt='' src='http://ads.shipsimu.de/www/delivery/avw.php?zoneid=52&amp;n=228c4be' /></a>
+       </noscript>
+</div>
+
+<div class="para_block">
+       <div><strong>Sponsoren - Textlinkwerbung</strong></div>
+       <div class="para_title">Kommt bald wieder!</div>
+       <div class="para_block">Kommt bald wieder!</div>
+</div>
+
+<div class="para_block">
+       <div class="para_content">
+               Mehr {?POINTS?} k&ouml;nnen Sie auch mit dem Verdoppler sowie <a href="http://www.wds66.com/wernis/index.php" target="_blank">Bettellink</a> verdienen.</strong>
+       </div>
+
+       <div class="para_footer">
+               Wir w&uuml;nschen Ihnen viel Erfolg und guten Verdienst bei wernis4mails.de
+       </div>
+</div>
+</div>
index 5b39c2ecb1af464c1136cf6c906f6ad09646b447..de0637254e26c434bdf02fea56c145fd21a7804a 100644 (file)
@@ -8,7 +8,11 @@
 <meta http-equiv="language" content="de" />
 {%template,MetaFavIcon%}
 
+<script type="text/javascript" src="http://ads.shipsimu.de/www/delivery/spcjs.php?id=7&amp;target=_blank"></script>
+
 <script src="{%jquery%}{%ext,version=sql_patches%}" type="text/javascript"></script>
 <script src="{%jquery,js=migrate-3.0.0%}{%ext,version=sql_patches%}" type="text/javascript"></script>
 <script src="{%url=js/core-common.js?dummy=1%}{%ext,version=sql_patches%}" type="text/javascript"></script>
 <script src="{%url=js/menu-common.js?dummy=1%}{%ext,version=sql_patches%}" type="text/javascript"></script>
+
+<link rel="search" type="application/opensearchdescription+xml" title="YaCy-Suche 'zulu289'" href="http://yacy-websuche.mxchange.org:8090/opensearchdescription.xml" />
index c19da75e5da843d2a644dbe8233f5e62ed351c0c..dfb499956865dcb36cadc390c792b585498a610b 100644 (file)
@@ -1,33 +1,53 @@
-<div class="para">
-<div align="center"><strong>Willkommen zu unserem {?mt_word?}!</strong></div>
+<div align="center">
+       <strong>Willkommen zu {?MAIN_TITLE?}!</strong>
 </div>
 
-<div class="para">
-Nach der Anmeldung bei {?MAIN_TITLE?}, bekommen Sie in regelm&auml;&szlig;igen
-Abst&auml;nden Webtipps und Produktinformationen per Email zugesendet.
-Nachdem Sie die Mails gelesen haben, k&ouml;nnen Sie diese
-best&auml;tigen. Das erfolgt &uuml;ber einen Link der in der Email
-vorhanden ist. Das System schreibt Ihnen danach die {?POINTS?} auf Ihrem
-Guthaben-Konto gut. Diese {?POINTS?} k&ouml;nnen Sie dann sp&auml;ter in Mails
-tauschen und verschiedene Mails mit Ihrer Werbung (zum Beispiel Werbung f&uuml;r
-Ihre Homepage, f&uuml;r ein anderes Projekt oder Produkt Ihrer Wahl) an andere
-User senden. Die Teilnahme ist selbstverst&auml;ndlich kostenlos und
-verpflichtet Sie zu nichts!
+<div align="center">
+Auszahlungen bei {?MAIN_TITLE?} sind schon ab <strong>10.000 {?POINTS?}</strong> auf Ihr WDS66-Hauptaccount m&ouml;glich!<br />
+<br />
+Noch kein WDS66-Account? --&gt;&nbsp;<A target="_blank" href="http://www.wds66.com">Jetzt kostenlose eines holen!</A>&nbsp;&lt;--
 </div>
 
-<div class="para">
-Als Startguthaben erhalten Sie von uns f&uuml;r Ihre kostenlose Anmeldung derzeit
-<big class="nobr"><big>{%config,translateComma=points_register%}</big> {?POINTS?}!</big>
+<div align="left">
+F&uuml;r die <strong>kostenlose</strong> Anmeldung bei uns erhalten Sie interessante
+Produktinformationen sowie Werbung f&uuml;r Webseiten von unseren anderen
+Mitgliedern per EMail zugesandt.
 </div>
 
-<div class="para">
-F&uuml;r jeden User, den Sie geworben haben erhalten Sie
-<strong>{%config,translateComma=points_ref%} {?POINTS?}</strong>
-plus prozentualen Verdienst &uuml;ber <strong>$content[ref_levels]</strong>
-Referral-Ebenen hinweg!
+<div align="left" style="padding-left: 10px; padding-right: 10px">
+Bei {?MAIN_TITLE?} gibt es noch viel, viel mehr f&uuml;r Ihre <u>kostenlose</u> Anmeldung:<br />
+<br />
+<strong><big>&middot;</big></strong>&nbsp;NEU! Refback in allen Ebenen, erhalten Sie von Ihrem Werber prozentual etwas von seinem Referral-Verdient ab.<br />
+<strong><big>&middot;</big></strong>&nbsp;NEU! Zufallsreferral: Best&auml;tigen Sie viele Mails, haben Sie eine immer wiederkehrende Chance einen Referral zu erhalten, der keinen Referrallink verwendet hat.<br />
+<strong><big>&middot;</big></strong>&nbsp;NEU! Sub-Id Tracking: Verfolgen Sie noch viel genauer, wo Ihre geworbenen Mitglieder herkommen.<br />
+<strong><big>&middot;</big></strong>&nbsp;Kostenlose Teilnahme an unserer <strong>monatlichen</strong> Aktiv-Rallye. <strong class="good">Aktiv!</strong><br />
+<strong><big>&middot;</big></strong>&nbsp;Kostenlose Teilnahme an der ebenfalls monatlichen <strong>Bettel-Rallye</strong>! <strong class="good">Aktiv!</strong><br />
+<strong><big>&middot;</big></strong>&nbsp;Anmeldebonus - frei Haus - <strong><big>{%config,translateComma=points_register%} {?POINTS?}</big></strong> derzeit! (Bei mindestens <strong>{%config,translateComma=ref_payout%}</strong> best&auml;tigter Mails)<br />
+<strong><big>&middot;</big></strong>&nbsp;Einmalig <strong>{%config,translateComma=points_ref%} {?POINTS?}</strong> f&uuml;r jedes geworbene Mitglied, das mindestens <strong>10</strong> Mails best&auml;tigt hat!<br />
+<strong><big>&middot;</big></strong>&nbsp;Referral-Gutschriften: 1. Ebene <B>8%</B>, 2. Ebene <B>5%</B>, 3. Ebene <B>3%</B>, 4. Ebene <B>2%</B> und 5. Ebene <B>1%</B> !<br />
+<strong><big>&middot;</big></strong>&nbsp;Und noch vieles, vieles mehr! ...<br />
 </div>
 
 <div class="para">
-Angesammelte {?POINTS?} k&ouml;nnen versteigert oder verkauft werden. Der
-K&auml;ufer muss dabei jedoch Mitglied bei {?MAIN_TITLE?} sein oder werden.
+<table border="3" align="center" cellpadding="3" cellspacing="3">
+<tr>
+       <td align="center">
+               <script type='text/javascript'>
+               <!--// <![CDATA[
+               OA_show(42);
+               // ]]> -->
+               </script>
+               <noscript>
+                       <a target='_blank' href='http://ads.shipsimu.de/www/delivery/ck.php?n=66fd4ea'><img
+                        border='0' alt='' src='http://ads.shipsimu.de/www/delivery/avw.php?zoneid=42&amp;n=66fd4ea' /></a>
+               </noscript>
+       </td>
+</tr>
+</table>
+</div>
+
+<div align="center">
+<a href="http://www.wds66.com" target="_blank"><img border="0"
+ src="{?URL?}/img/wernis_partner.gif" alt="Offizieller {?POINTS?}-Partner"
+ title="Offizieller {?POINTS?}-divartner" /></a>
 </div>