SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: PhpAds and vB using the same DB
-
Feb 12, 2001, 12:30 #1
- Join Date
- Dec 2000
- Location
- Los Angeles, CA
- Posts
- 127
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hey guys, I got a question, I have 1 MySQL database, and I already have vB working on it : http://64.177.245.211/vbulletin/index.php3
I was about to install PhpAds when I realized that it also uses MySQL
there's a file called all.sql which they say I should upload to the MySQL.
There are already tables for vB in the DB. When I run all.sql will it just add the necessary tables at the end or will it overwrite the vB stuff?
Also, when I scanned through all.sql with notepad, I realized that it also needs a table called "session", vB also has a table called "session."
I have doubts that it will work on the same MySQL.....
Thanx!
-
Feb 12, 2001, 13:01 #2
- Join Date
- May 2000
- Location
- Canada
- Posts
- 533
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
modify "session" to "session_phpads" in the SQL file , and change all occurances of "session" inside mysql queries in the source code to session_phpads .. and you should be ok
cogito, ergo sum
-
Feb 12, 2001, 13:05 #3
- Join Date
- Dec 2000
- Location
- Los Angeles, CA
- Posts
- 127
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
thanks!!!
-
Feb 12, 2001, 16:47 #4
- Join Date
- Aug 2000
- Location
- Silicon Valley
- Posts
- 2,241
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
They could live together in a database, just have to give them different tables to play with
- Son Nguyen
AdSpeed.com - Ad Serving and Ad Management Made Easy
Bookmarks