IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
Free Php Splash Page Template
Chris Withey
post Jun 27 2008, 09:50 PM
Post #1


WSF Regular
*

Group: PM Unlimited
Posts: 49
Joined: 11-June 08
From: England
Member No.: 1,541
Exchanges: www.mysurf.biz



Hi,

Here is a simple .php page i made for my site, its very simple and works only with 1 simple image but passes referal id etc..

Just make a .php file and put inside this replacing the image with your own etc...

CODE
<?php
// Splash page script by Chris Withey owner of http://mysurf.biz

// Get the referal id if its set
if (isset($r)){
$r = $_GET['r'];
}else
{$r = 'No User Id';}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
    <meta name="Keywords" CONTENT="splash page, mysurf.biz, traffic exchange">
    <meta name="Description" CONTENT="This is a splase page created by mysurf.biz and used by user: <?php echo $r; ?>">
    <meta name="Author" CONTENT="Chris Withey">
    <meta name="ROBOTS" CONTENT="INDEX, FOLLOW">
    <meta name="REVISIT-AFTER" CONTENT="7 DAYS">
    <meta name="RATING" CONTENT="GENERAL">

    <title>MySurf.Biz | Splash Page | <?php echo $r; ?></title>
</head>

<body>

<center>

<?php if($r=='No User Id'){$r = '';} ?>
<a href="http://mysurf.biz?r=<?php echo $r; ?>" target="_BLANK"><img src="images/splash.gif" border="0" alt="MySurf.BiZ Traffic Exchange"></a>

<p>
    <a href="http://validator.w3.org/check?uri=referer" target="_BLANK"><img
        src="http://www.w3.org/Icons/valid-html401-blue"
        border="0"
        alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>

<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_BLANK">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!">
</a>
</p>

</center>

</body>
</html>


DEMO: http://mysurf.biz/splash.php?r=12345

Here is a discussion about how to add splash page links for the members: http://forum.ventrino.com/index.php?showtopic=8869


--------------------
Go to the top of the page
 
+Quote Post
tjsbest
post Dec 18 2008, 11:05 PM
Post #2


Super Surfer..lol
***

Group: PM Unlimited
Posts: 268
Joined: 19-September 06
From: Ontario Canada
Member No.: 587
Exchanges: www.acebiztraffic.com
www.theroadtoonlinesuccess.com



Its good Chris nicely done! thank you kindly for sharing with us.
Wishing you much success!

Kind Regards
Toni


--------------------
Toni Jonckheere



Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 28th March 2024 - 04:25 PM