This.
And i really hope you're not just copy/pasting your db to phpmyadmin. You're supposed to upload (import) the file, but even that will timeout (rarely). You must have a huge db my friend.
Here try this, configure it to your liking (idk if it works i just wrote this)
<?php
// griimnak lel
class db {
public static function connect() {
try {
$db['host'] = '';
$db['user'] = '';
$db['pass'] = '';
$db['name'] = ''...
If you're gonna wanna use it then you're gonna have to do some googling ol buddy ol pal :rasta:
or just look at the post history of this thread lel
11/20/15
Sup
got rid of the development <script>alert() messages and made a proper error handler
storing it in a session because why not...