HomePage [Help]

10/17/2011 15:19 BircanOrman#1
Hi
Can you give itemshop sciprt :(
10/17/2011 15:23 Daroolein#2
PHP Code:
<?PHP
$con 
= array();
$con['host'] = gethostby("127.0.0.1");
$con['user'] = getmasteruser();
$con['password'] = getpassword($con['host'],$con['user']);
$con['con'] = make_connection(getvalidlogin);
//Main
function listitems
{
    
$mysql = array();
    
$mysql['query'] = mysql_query($itemquery);
    return 
returnvalue();
}
listitems();
if(
buy(listitems) == TRUE)
{
    
additem();
}
make_undefined_functions(1);
//By Daroo
?>+
checkahh
10/17/2011 17:11 .Awesoome#3
[Only registered and activated users can see links. Click Here To Register...]