recommend


Recommend Us Hack

Written By Paul aka Hacker

This script will put a form on your site and let people recommend your board to other people.

Open action.php

find:

$db_zugriff->query("UPDATE bb".$n."_user_table SET userpassword = '".md5($newpw)."' WHERE userid = '$userid'");

header("Location: main.php$session2");
exit;
}
}

Under it add:

// ############## Recommend ###############
// Written By Paul AKA Hacker
if($action == "recommend") {
$subject = "It's Me $from_name";
$site_url = "htpp://YOUR SITE.com"; // EDIT THIS OR CHANGE THE TEMPLATE
eval ("\$contents = \"".gettemplate("mailmessage")."\";");
$from_header = "From: $from";
if($contents != "") {
mail($friend_email, $subject, $contents,$from_header);
eval("dooutput(\"".gettemplate("mailsent")."\");");
}
else
{
eval("dooutput(\"".gettemplate("mailerror")."\");");
}
}

Look above and change the varible $site_url to your site.

open main.htm

find:

$anzahlposts Posts in $anzahlthreads Threads
Registered Members: $anzahluser
Welcome to our newest Member: $newestuser

new Posts new Posts    no new Posts no new Posts




Under it add:












Tell A Friend About Us

Your Name:

   
Your Email:

 

Friends Name:


Friends E-Mail:






Upload all the templates to your template directory. Make sure you change the $site_url varible above or edit your mailmessage template.

Wyszukiwarka

Podobne podstrony:
recommend
Recommended Reading List naval analyst and wargame designer
recommend
mail recommend
important site security recommendations
recommend
100108 nmea83 sentences not recommended for new?signs
mail recommend
recommend
mail recommend
recommend
Windows 8 Manual KMS Activation ( Recommended) KMS SERVERS
Warders Boxing 3rd path Three recommendations before the lady
Thule?apter?11 recommendations v06
mail recommend

więcej podobnych podstron