Ejemplo n.º 1
0
<?php

require_once '../config.php';
//
$pid = $_REQUEST['xn_sig_user'];
$gflg = $_REQUEST['glink'];
if ($gflg) {
    $ts = TT::TTWeb();
    $data = $ts->getbyid($gflg);
    $bids = $data['rfids'];
    if (strstr($bids, $pid)) {
    } else {
        //给玩家礼物
        $flag = $data['gift_id'];
        $fconf = ItemConfig::get($flag);
        //取礼物信息
        $tu = TT::TTUser($pid);
        //
        $bids .= ',' . $pid;
    }
    //$ts->puto($data);
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xn="http://www.renren.com/2009/xnml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<?php 
//include FB_CURR.'/cs/check_connect_redirect.php';
?>
<link rel="stylesheet"href="<?php