details.php
changeset 19 a1ed9d6856d6
parent 18 08b0c7b21035
child 21 0bd6e7537154
equal deleted inserted replaced
18:08b0c7b21035 19:a1ed9d6856d6
    75                         {
    75                         {
    76 			$sid2 = $tsid2;
    76 			$sid2 = $tsid2;
    77 //                        $sid2 = '06D5VlLQTbM57LL7IBMW38yHkFpb1XVa';
    77 //                        $sid2 = '06D5VlLQTbM57LL7IBMW38yHkFpb1XVa';
    78 			$currSID2 = $sid2;
    78 			$currSID2 = $sid2;
    79                         }
    79                         }
    80 echo $uid;
    80 /*echo $uid;
    81 echo $sid1;
    81 echo $sid1;
    82 echo $sid2;
    82 echo $sid2;
    83 echo $enum;
    83 echo $enum;
       
    84 */
    84 /*
    85 /*
    85 	if ($currSID1 == "")
    86 	if ($currSID1 == "")
    86         {
    87         {
    87                 $currSID1 = "06D5VlLQTbM57LL7IBMW38yHkFpb1XVa";
    88                 $currSID1 = "06D5VlLQTbM57LL7IBMW38yHkFpb1XVa";
    88 //		$currSID1 = $tsid1;
    89 //		$currSID1 = $tsid1;
    97                 $currSID2 = "06D5VlLQTbM57LL7IBMW38yHkFpb1XVa";
    98                 $currSID2 = "06D5VlLQTbM57LL7IBMW38yHkFpb1XVa";
    98 //		$currSID2 = $tsid2;
    99 //		$currSID2 = $tsid2;
    99 echo $currSID2;
   100 echo $currSID2;
   100         }
   101         }
   101 */
   102 */
   102 print_r($_COOKIE);
   103 #print_r($_COOKIE);
   103 	
   104 	
   104 	$status = $_GET['alert'];
   105 	$status = $_GET['alert'];
   105 	$view_mode = $_GET['view_mode'];
   106 	$view_mode = $_GET['view_mode'];
   106 	$view_order = $_GET['view_order'];
   107 	$view_order = $_GET['view_order'];
   107 	
   108 	
   262 			print "<div id='delete_alert'><span>You have entered an malformed url. Please use this format: <em><strong>http://www.yourwebsite.com</strong></em></span><a href='details.php'><img class='img_right' src='images/x.gif' width='14' height='20' /></a><div class='clear'></div></div>";
   263 			print "<div id='delete_alert'><span>You have entered an malformed url. Please use this format: <em><strong>http://www.yourwebsite.com</strong></em></span><a href='details.php'><img class='img_right' src='images/x.gif' width='14' height='20' /></a><div class='clear'></div></div>";
   263 		}
   264 		}
   264 	?>
   265 	?>
   265     <div id="search">
   266     <div id="search">
   266    	  <h2>Fetch a new URL:</h2>
   267    	  <h2>Fetch a new URL:</h2>
   267         <form action="/portal/add_search.php" method="get" enctype="multipart/form-data" name="search" target="_parent">
   268 
       
   269         <form action="add_search.php" method="get" enctype="multipart/form-data" name="search" target="_parent">
   268         <input name="search_term" type="text" value="http://www.yourwebsite.com" size="21" />
   270         <input name="search_term" type="text" value="http://www.yourwebsite.com" size="21" />
   269         <?php
   271         <?php
   270 			// 
   272 			// 
   271 		  	if ($currID != 1)
   273 		  	if ($currID != 1)
   272 			{
   274 			{