/    Sign up×
Community /Pin to ProfileBookmark

waiting page…

i want to know
what script i use or any script..
if i want like this :
i have a link in my website, example a link to rapidshare link.
then when someone click that link it will go to a page that say :
wait 5 second for your downloading link. then it will go to rapidsahre page.

i saw some link like :
[url]http://xxx.com/?http://rapidhsare.com/xxx.xxx[/url]

please what sricpt to make like that ?
sorry for my bad english

to post a comment
PHP

2 Comments(s)

Copy linkTweet thisAlerts:
@NogDogJan 26.2009 — To cover all bases, you can do:
[code=php]
<?php
header("Refresh: 5;url='http://www.webdeveloper.com/'");
?><html>
<head>
<meta http-equiv="refresh" content="5;url='http://www.webdeveloper.com/'">
<title>Wait for it</title>
</head>
<body>
<p>Wait 5 seconds, or <a href="http://www.webdeveloper.com/">click here</a>.</p>
</body>
</html>
[/code]
Copy linkTweet thisAlerts:
@abeng888authorJan 26.2009 — thank you NogDog

if the search link code i use like this :

[code=php]<?php
if(!@fopen("http://www.esnips.com/doc/" . $_GET['file'], r)) {
echo "Broken Link!";
}else{
header("Location: http://www.developer.com/?http://www.esnips.com/nsdoc/" . $_GET['file'] ."/ts_id/id=" . $_GET['id'] ."ns_flash/file1.mp3");}
?>

[/code]


so what the waiting code will be?
×

Success!

Help @abeng888 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...