dsforsaken
Account Closed
- Impact
- 11
need help to convert 2 pieces of code
and this also
i get a url file-acess disabled in server message
thanks a ton!
Code:
function cdb_build_links($console, $letter, $cdb_link_int) {
Global $path_to_backend, $password, $username;
$cdb_build_path = "$path_to_backend" . "client=2&console=" . urlencode($console) . "&letter=".urlencode($letter)."&username=".urlencode($username)."&password=".urlencode($password);
$cdb_file = fopen ("$cdb_build_path", "r");
if (!$cdb_file) {
return "<p>Unable to connect to cheats database.\n";
exit;
}
while (!feof ($cdb_file)) {
$cdb_buffer .= fgets ($cdb_file, 1024);
}
if (!strstr($cdb_buffer, '/||n||/') === 0) {
return $cdb_buffer;
}
and this also
i get a url file-acess disabled in server message
Code:
<? include($urlBase.'/Train/_module.php');?>
thanks a ton!







