0) { mysqli_query($bd,"UPDATE cookiedata SET clientid='".$clientid."' WHERE cookievalue='".$cookie_value."'"); } else { sleep(1); $cookie_name = "_1gskip"; $cookie_value = unique_code(); setcookie($cookie_name, $cookie_value.'.'.time(), time() + (86400 * 365), "/"); $insrt = "INSERT INTO cookiedata (cookievalue,clientid,createdtime) VALUES ('".$cookie_value."','".$clientid."','".time()."');"; mysqli_query($bd,$insrt); //echo $cookie_value.": ".$clientid.": ".time()."
"; } } // Google Cookie GA1.1.227129492.1477904469 //setcookie(cookie_name, cookie_value, [expiry_time], [cookie_path], [domain], [secure], [httponly]); if (!isset($_COOKIE["_1gskip"])) { $cookie_name = "_1gskip"; $cookie_value = unique_code(); $clientid='0'; setcookie($cookie_name, $cookie_value.'.'.time(), time() + (86400 * 365), "/"); mysqli_query($bd,"INSERT INTO cookiedata (cookievalue,clientid,createdtime) VALUES ('".$cookie_value."','".$clientid."','".time()."');"); //echo $cookie_value.": ".$clientid.": ".time(); // you can use this cookie now mergecookiedetails($cookie_value); } else { //echo "
".print_r($_COOKIE["_1gskip"]); $cookie_value = explode(".", $_COOKIE["_1gskip"])[0]; $cookie_time = explode(".", $_COOKIE["_1gskip"])[1]; $difftim=""; $difftim = time()-$cookie_time; if($difftim>2592000 || $cookie_value=="" || $cookie_value=="0"){ $cookie_name = "_1gskip"; $cookie_valuenew = unique_code(); setcookie($cookie_name, $cookie_valuenew.'.'.time(), time() + (86400 * 365).'.'.$cookie_value, "/"); mysqli_query($bd,"UPDATE cookiedata SET cookievalue='".$cookie_valuenew."',createdtime='".time()."' WHERE cookievalue='".$cookie_value."'"); mergecookiedetails($cookie_valuenew); // you can use this cookie now }//update cookie createdtime else{ mergecookiedetails($cookie_value); // you can use this cookie now } //removecookie- update setcookie($cookie_name, $cookie_value.'.'.time(), time() - 3600, "/"); } ?> Egypt Runes Quest Friends - Ask Gifts, Request materials, Helps.
Facebook Official Page Twitter Official Page Youtube Gameskip Channel

Find New Game Friends For Egypt Runes Quest

  • Egypt Runes Quest Game Friends: They help in various ways to make game entertaining and act as Helper, they may also share free gifts.(only few games support this feature.)
  • If Gifting is possible in game then Gift Credits, Spins & Power Ups, Coins sending to friends, does not take them out of your total, It's free to gift things. Lots of People Never Gift Other Friends because they think they lose it from their Stockpile. So start sharing to help each other.
  • You can use comment box to drop your gameid, facebook or google game account link, to get one of the player requests.
  • After adding yourself to this page you may recieve friends requests from unknown persons who may play games. Make sure to never share any important information with them.
  • Note: Do not share your personal important information with anyone.

Other Most Popular Games in This Category

Loading…

..."; $cookie_value = explode(".", $_COOKIE["_1gskip"])[0]; $referer = $_SERVER["HTTP_REFERER"]; $httphost = $_SERVER["HTTP_HOST"]; $remoteaddr = $_SERVER["REMOTE_ADDR"]; $useragent = $_SERVER["HTTP_USER_AGENT"]; $filename = "https://".$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]; $qinsert = mysqli_query($bd,"INSERT INTO statsdata (filename,clientid,cookievalue,referer,adsource,httphost,remoteaddr,useragent) VALUES ('" . mysqli_real_escape_string($bd,$filename) . "','" . mysqli_real_escape_string($bd,$clientid) . "','" . mysqli_real_escape_string($bd,$cookie_value) . "','" . mysqli_real_escape_string($bd,$referer) . "','" . mysqli_real_escape_string($bd,$rsource) . "','" . mysqli_real_escape_string($bd,$httphost) . "','" . mysqli_real_escape_string($bd,$remoteaddr) . "','" . mysqli_real_escape_string($bd,$useragent) . "');"); }//cookie exists mysqli_close($bd); ?>