09-24-2016, 02:45 AM
It's easy to include that class.
Download Meekro 2.3
Copy it to the classes folder.
Edit line 20 in the meekro class and replace class DB{ with class DB2{
Put in your database credentials on lines 22-25.
Find/replace with in the rest of the class...
Find:
DB::
Replace:
DB2::
Edit users/init.php around line 56 to add your
require_once $abs_us_root.$us_url_root.'users/classes/meekrodb.2.3.class.php';
You're good to go. Everything should work fine and you can use your meekro class for your stuff and let our db class do its thing.
Download Meekro 2.3
Copy it to the classes folder.
Edit line 20 in the meekro class and replace class DB{ with class DB2{
Put in your database credentials on lines 22-25.
Find/replace with in the rest of the class...
Find:
DB::
Replace:
DB2::
Edit users/init.php around line 56 to add your
require_once $abs_us_root.$us_url_root.'users/classes/meekrodb.2.3.class.php';
You're good to go. Everything should work fine and you can use your meekro class for your stuff and let our db class do its thing.