Quote:
Today at 05:13 AM maoz440 said this in Post #81
As of this time I do not have access to the MySQL prompt, can anyone write a little script to do this for me? Thanks 
maoz
|
Create a new ,php file in your forums directory and copy the following lines in there. Save the file, execute it one time and delete.
PHP Code:
<?php
error_reporting(7);
require("./global.php");
$DB_site->query("alter table user add miserable smallint(5) unsigned DEFAULT 0 NOT NULL;");
?>