YourPaste - For your paste! Archive - Tools - Login

Posted by unknown on Sun 22 Jan 2012 20:11 75 views - Syntax: None - Expires: never - Report - IMG - Download -

function onScriptLoad()
{

        LoadModule( "libmysql" );
        local mySQLDatabase;
 
        try { mySQLDatabase = mysql_connect( "89.68.10.85", "root", "toorr", "vcmp" ); } catch(e) { print(e); }

        if( mySQLDatabase )
        {
                print( "Connection successful!" );
                mysql_close( mySQLDatabase );
        }

 LoadModule("mod_password");
}

Comments


Name:
Comment:

© 2010 YourPaste.net - Disclaimer