Leforce
radyosaati
Yeni sayfacfrvnın başlığı
############################################################ # Xtreme Topsites v.1.1 # #----------------------------------------------------------# # Author: Nema Ghalamdanchi # # E-mail: webmaster@xtremescripts.com # # Website: http://www.xtremescripts.com/ # #----------------------------------------------------------# ############################################################ ###################### Copyrights ######################## ############################################################ # Xtreme Scripts # #----------------------------------------------------------# # This Script is NOT Freeware. # # Please read the license.txt file for more info. # ############################################################ session_start(); require("config.php"); ?> include("header.inc"); ?> if(file_exists("install.php")){ ?> The file install.php still exists in the directory where your topsite is, delete the file from this directory after you've installed your topsite ...> Install Topsite
> Delete install.php
} else{ if(!$_POST["submit"]){ ?>
Join |
There is another site registrated with this email address ...
Go Back |
Join |
if(empty($_POST["sitename"])){
?>
You forgot to fill out your sitename
Go Back } elseif(empty($_POST["url"])){ ?> You forgot to fill out your URL Go Back"; } elseif(empty($_POST["email"])){ ?> You forgot to fill out your email address Go Back } elseif(empty($_POST["description"])){ ?> You forgot to fill out a description for you site Go Back } elseif(empty($_POST["pssw"])){ ?> You forgot to fill a your password Go Back } else{ if($_POST["pssw"] != $_POST["pssw2"] OR !$_POST["pssw"] OR !$_POST["pssw2"]){ ?> The passwords are not the same ... Go Back } else{ $pssw2 = $_POST["pssw"]; $pssw = md5($_POST["pssw"]); $date = date("dmY"); mysql_query("INSERT INTO $table (sitename,url,buttonurl,email,description,password,hitsday1,date,rank) VALUES ('".$_POST["sitename"]."','".$_POST["url"]."','".$_POST["buttonurl"]."','".$_POST["email"]."', '".$_POST["description"]."','$pssw','0','$date','-')") or die (mysql_error()); $query = mysql_query("SELECT * FROM $table WHERE email = '$email' AND url = '$url'") or die(mysql_error()); while($object = mysql_fetch_object($query)){ $memberid = $object->memberid; $sitename = $object->sitename; $email = $object->email; $url = $object->url; $buttonurl = $object->buttonurl; $description = $object->description; } $message = "Dear webmaster of $url, You've added your site in our topsite of $webmaster_url, that's the why we've send you the information we reased from you. Please save this email very good, because the password you've entered has been send into the database totally encrypet against hackers e.g so keep that in mind ! Your information ID: $memberid Sitename : $sitename URL : $url Button URL : $buttonurl Description : $description Password : $pssw2 So save this email very good, or you have to be sure you won't forget/loose the password because it cannot be requested again Groeten, Webmasters $webmaster_url"; mail("$email","Welcome to $topsite_name !!!","$message","From: Welcome to $topsite_name !!!<$webmaster_email>nContent-Type: text/html; charset=iso-8859-1"); if($webmaster_sendmail){ $message = "Dear webmaster, A new website has addes his/her site to your topsite, the information of this site are: The information: ID: $memberid Sitename : $sitename Email : $email URL : $url Button URL : $buttonurl Description : $description Password : $pssw2 There has also been send an email to the webmaster of this site with the info like above, the password cannot be requested again because it has been encrypted ... Greetz Webmaster"; mail("$webmaster_email","New Topsite Member !!!", "$message","From: New Topsite Member !!!<$webmaster_email>nContent-Type: text/html; charset=iso-8859-1"); } ?> You've succesfully added your site to our database, there has been send an email to the email address you filled out in the form, this email contains all the information we've received. You must put this bannercode on your website: Back to the Topsite |
Bugün 5 ziyaretçi Buradaydı .