############################################################################### # EddieCentral.net http://www.eddiecentral.net # EddiesTellaFriend version 1.0 by Eddie # This script is freeware and is realeased under the GPL # Copyright (C) 2002 eddiecentral.net # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. # Or just download it http://www.fsf.org/ ############################################################################### # PLEASE CHANGE THE VALUES BELOW #Config some variables // webmasters email $webmaster="lucy@lucyonline.com"; // set this to 0 is you dont want the copyright info displayed // Its up to you but I would appreciate it if you left this intact.. I could use the traffic //!! BUT .. YOU ARE UNDER NO OBLIGATION TO LEAVE THIS INTACT ON YOUR SITE ... //Its all Free !!! $copyleft = 0; //The name for your site $sitename="Lucyonline.com"; // change to 0 if you dont want to recieve notifications $notify = 0; // The URL for your site $siteurl ="http://www.lucyonline.com"; if(count($HTTP_POST_VARS)) @extract($HTTP_POST_VARS); if (empty($_SERVER['HTTP_REFERER'])) { $link = $siteurl; } else { $link=$_SERVER['HTTP_REFERER']; } //Default message to send $message="Lucyonline.com. Let technology go to your head. \n\t$link"; # Thats it !!!! Enjoy ################################### #Edit below only if you know what you are doing !!!! #################################### if(count($_POST)) @extract($_POST); #form construction ############### function tellform(){ global $email, $name, $email1, $name1, $PHP_SELF,$xmessage,$link,$copyleft; ?>