Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 11-02-03
pericom
Guest
 
Posts: n/a
  Cookie Check Script REQ


Im looking for a script that does:

If user has cookies blocked then take them to web page that tells them to enable cookies

else

load real web page.

Anyone ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-02-03
Marc Gear
Guest
 
Posts: n/a
  Re: Cookie Check Script REQ


i dont know really, but the easiest way is to set a cookie, check the cookie and then redirect as needed.

what scripting language are you looking for this in?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-02-03
ukhighstreet
Guest
 
Posts: n/a
  Re: Cookie Check Script REQ


This script checks for cookies and tells the user to enable them if required, you should be able to modify it to do what you need.

<?php

// This script checks for the useability of cookies.
// The check consists of two phases:
//
// 1. send a set-cookie request
// reload current page
// 2. check whether set-cookie request was successful
// perform action based on previous check
// phase 1 or 2?
if(empty($check)) {
// Phase 1. Set-cookie/redirect to this page
$page = "$PHP_SELF?check=1";
header("Location: $page");
setcookie("testcookie", "1");
} else {
// Phase 2. Check whether the test cookie is set
if(empty($testcookie)) { // Cookie is not set
echo "Could not set test cookie. Please enable cookies.";
} else {
// Cookie is set. You can redirect to your main page here,
// print the main menu, etc. For example:
// header("Location: mainpage.php");
echo "Your browser supports cookies.";
}
}
?>


Keith
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-02-03
pericom
Guest
 
Posts: n/a
  Re: Cookie Check Script REQ


Cheers Keith.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cookie Checking Script Frostie Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 2 31-01-05 06:35 PM
Conflicting Affiliate Cookies darrenw The Affiliate Marketing Lounge 26 25-10-04 10:31 PM
XP and Cookie Question Ste Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 0 02-07-04 01:38 PM
blackstar and whsmith script Aquanuke Independent Programs 0 22-11-01 01:31 AM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7