tseketto |
06-27-2008 10:42 AM |
Hi! I have no error message when I try to import zip file.
If I press tar import, I lost my all uploaded zip file.
PHP starting like:
Code:
<?php
/*======================================================================*\
|| #################################################################### ||
|| # v3Arcade Game Installer/Uninstaller - version 3 - April 21, 2004 # ||
|| #################################################################### ||
\*======================================================================*/
// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// ##################### DEFINE IMPORTANT CONSTANTS #######################
and end:
Code:
print_description_row("Removal Complete! (PLEASE DELETE THIS FILE.)");
}
/*======================================================================*\
|| #################################################################### ||
|| # v3Arcade Game Installer/Uninstaller - version 3 - April 21, 2004 # ||
|| #################################################################### ||
\*======================================================================*/
?>
I have the latest arcade and vb 3.7.1.
|