Shop Mod Installation frage
Verfasst: 31.01.2007 12:46
Hi, Leute ich versuche mich mit php und wollte gerne in meinem Forum das Shop Mod einbauen.
Beim Packet sind ja verschiedene PHP-Dateien enthalten. Ich habe die Install.txt geöffnet und habe mal das erste schritt gemacht.
Open: includes/constants.php
Find : define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
After, Add: define('SHOP_CONFIG_TABLE', $table_prefix.'shop_config');
define('SHOP_ITEM_TABLE', $table_prefix.'shop_item');
define('SHOP_CAT_TABLE', $table_prefix.'shop_cat');
define('SHOP_BUY_TABLE', $table_prefix.'shop_buyed');
Beim After, Add lässt es mich zu schaffen, muss ich es einfügen und die define('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); löschen und es durch define('SHOP_CONFIG_TABLE', $table_prefix.'shop_config');
define('SHOP_ITEM_TABLE', $table_prefix.'shop_item');
define('SHOP_CAT_TABLE', $table_prefix.'shop_cat');
define('SHOP_BUY_TABLE', $table_prefix.'shop_buyed'); ersetzen oder am schluss einfügen??
mfg TT.RiXY
Beim Packet sind ja verschiedene PHP-Dateien enthalten. Ich habe die Install.txt geöffnet und habe mal das erste schritt gemacht.
Open: includes/constants.php
Find : define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');
After, Add: define('SHOP_CONFIG_TABLE', $table_prefix.'shop_config');
define('SHOP_ITEM_TABLE', $table_prefix.'shop_item');
define('SHOP_CAT_TABLE', $table_prefix.'shop_cat');
define('SHOP_BUY_TABLE', $table_prefix.'shop_buyed');
Beim After, Add lässt es mich zu schaffen, muss ich es einfügen und die define('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); löschen und es durch define('SHOP_CONFIG_TABLE', $table_prefix.'shop_config');
define('SHOP_ITEM_TABLE', $table_prefix.'shop_item');
define('SHOP_CAT_TABLE', $table_prefix.'shop_cat');
define('SHOP_BUY_TABLE', $table_prefix.'shop_buyed'); ersetzen oder am schluss einfügen??
mfg TT.RiXY