############################################################################### # 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="admin@medjournal.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="The Internet Medical Journal"; // change to 0 if you dont want to recieve notifications $notify = 1; // The URL for your site $siteurl ="http://www.medjournal.com"; //Default message to send $message="I just visited the Internet Medical Journal and thought you would be interested. It is really a great site!\n\t$link"; # Thats it !!!! Enjoy ################################### #Edit below only if you know what you are doing !!!! #################################### if (empty($HTTP_REFERER)) { $link = $siteurl; } else { $link= $HTTP_REFERER; } #form construction ############### function tellform(){ global $email, $name, $email1, $name1, $PHP_SELF,$xmessage,$link,$copyleft; ?>