الأحد، ٢٧ يناير ٢٠٠٨
p
// Filename: redirect.php
// Coded by: Asllan Rejzi
// E-mail: asllan@asllan.org
/*
A simple script made using array and header functions.Ideal for bannerexchange sites which provide redirections.
Very easy to use just change the values between "" below the array function.
If you want to help in future developing of this script please contact me through the e-mail address above.
E.g if you want to be redirected to the company site just type:
http://yourdomain.com/redirect.php?site=company. This example has the same meaning for the other entries in $links variable.
*/
$links = array(
"company" => "http://www.socialwonders.com/wp02",
);
header("Location:".$links[$_GET['site']]);
exit;
?>
الاشتراك في:
الرسائل (Atom)
