if (file_exists('router/'.$p.'.php')) {
include 'router/'.$p.'.php';
} else {
include 'router/404.php';
}
long int x=1297618184;
int oct[4];
for(int i=3;i>=0;i--){
oct[3-i] = x/pow(256,3);
x = x%pow(256,3);
}
printf("%d.%d.%d.%d",oct[0],oct[1],oct[2],oct[3]);
$query = "UPDATE `payynament` SET `status` = 'ok' where `id` = '" . $id . "' AND status = 'load' LIMIT 1 ";
SELECT *,
5*`downloaded`/(SELECT MAX(`downloaded`) FROM `table`) as auto_rating
FROM `table`