X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Firetank Marketing Manager install question (https://forum.x-cart.com/showthread.php?t=40380)

groovedis 06-09-2008 02:40 PM

Firetank Marketing Manager install question
 
Two things:

I am editing code in the file"mm_tmon_config.inc.php"

for "$db_name" do I need to capatilize SQL?

Also

on ""$db_host" the instructions say to change the code to "the host address of the database server where your shopping cart database is hosted (usually local host)
our site is www.groovedis.com
I understand this to mean "groovedis.com/html/shop"

Can someone let me know if this is correct and if not what they might be looking for?

Thank you,

Ryan

balinor 06-09-2008 03:49 PM

Re: Firetank Marketing Manager install question
 
Moving to Third Party Add-Ons

Both of these refer to the database, not your store. The database name is the name of the database you created, not the type (SQL). The db host is most likely localhost. Check your X-Cart config.php file, that will give you the correct info.

groovedis 06-11-2008 08:36 AM

Re: Firetank Marketing Manager install question
 
awesome, thank you it makes a little more sense to me now. as far as the database name that i created. my problem here is that i did not create it and i don't know how to figure out the name of it. i asked someone here and they said "sql" so i am still stuck with what to ent enter here.

any further advice is appreciated.

thank you!

balinor 06-11-2008 08:44 AM

Re: Firetank Marketing Manager install question
 
Look in your config.php file...it tells you the exact name of the db, the username and password :) It is this bit:

$sql_host ='%SQL_HOST%';
$sql_user ='%SQL_USER%';
$sql_db ='%SQL_DB%';
$sql_password ='%SQL_PASSWORD%';


All times are GMT -8. The time now is 12:32 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.