Version: 1.00, by tcs
Developer Last Online: Apr 2014
Version: 3.0.3
Rating:
Released: 11-26-2004
Last Update: 11-26-2004
Installs: 7
DB Changes
No support by the author.
Been awhile since I posted anything so figured I would share this.
This is a mod of phpBible to work with vbAdvanced. I made many changes to the original but not the SQL files under GNU General Public License per original authors guidelines.
This hack will allow you to add a Searchable bible to your site. The AV KJV is the Bible SQL included.
In the config.php you need to be sure to leave the 'MySql:' comment in place. Read the instructions included carefully.
As with all hacks the responsibly to your site is yours.
I will support this add on since I made some changes to the php and how the Database connects.
FOR PEOPLE WITHOUT vbAdvanced down load both files and follow the instructions in Bible to add the tables and data. Then follow instruction in the NON_vbAdvanced file.
I did what the instructions said as I understand it (it wasn't that clear) I entered the avkjv.sql manually because its too big to upload in phpadmin, I created the templateand I ran the link http://www.*****.com/bible.php and came back with a blank page.
Any suggestions?? vb3.09
This is what the edited portion of the config.php looks like -->>
$MM_bible_HOSTNAME = "localhost"; //Replace with mySQL host name
$MM_bible_USERNAME = "my mysql is here"; //Replace with your mySQL user
$MM_bible_PASSWORD = "my pass here"; //Replace with your mySQL password
$MM_bible_DATABASE = "mysql:bible"; //Name of bible db - Be Sure to LEAVE 'mysql: IN PLACE'
$MM_bible_tab_pre = ""; //Prefix for tables (optional e.g. 'bib_')
$MM_bible_DBTYPE = preg_replace("/:.*$/", "", $MM_bible_DATABASE);
$MM_bible_DATABASE = preg_replace("/^.*?:/", "", $MM_bible_DATABASE);
I upload all files in a folder that I created named 'bible' Then I used the non vbadvance instructions....
I installed vb 3.5 and could not find any errors with the bible system. I will be updating some issues to make it easier to install in the next few weeks,
I am still having issues with it - I uninstalled it and in regards to the last post I decided to reinstall it - yet I think its issue is related to the $MM_bible_DATABASE = "mysql:"; part. I can't think for the life of me why nothing I've put in there works (I've tried several variants of what it could be) - still same error message.
I'll play around with it a bit to see if I can get it to work.
I am still having issues with it - I uninstalled it and in regards to the last post I decided to reinstall it - yet I think its issue is related to the $MM_bible_DATABASE = "mysql:"; part. I can't think for the life of me why nothing I've put in there works (I've tried several variants of what it could be) - still same error message.
I'll play around with it a bit to see if I can get it to work.
It is, You need to add you database login information in there. The same that is in your /includes/config.php
I can help you if you want to pm me an email address.