[hata] Cash mode
[hata] Cash mode
Error retrieving Cash Mod data
Please make sure that you have run sql_install.php from your browser.
DEBUG MODE
SQL Error : 1146 Table 'superkin.phpbb__cash' doesn't exist
Line : 663
File : SELECT * FROM phpbb__cash ORDER BY cash_order ASC
yönetim panelinde bunlar yazıyor
Please make sure that you have run sql_install.php from your browser.
DEBUG MODE
SQL Error : 1146 Table 'superkin.phpbb__cash' doesn't exist
Line : 663
File : SELECT * FROM phpbb__cash ORDER BY cash_order ASC
yönetim panelinde bunlar yazıyor
Sağ ol şimdi bir sorunum daha var
Yönetim panelinde cash admine tıklayınca şu hatayı veriyor
functions_cash.php has not been included.
Please make sure you have properly installed Cash Mod, including all the necessary file edits as found in cm_install_22x.txt
Ama includes klasörünün içinde bu dosya mevcut.
Yönetim panelinde cash admine tıklayınca şu hatayı veriyor
functions_cash.php has not been included.
Please make sure you have properly installed Cash Mod, including all the necessary file edits as found in cm_install_22x.txt
Ama includes klasörünün içinde bu dosya mevcut.

editlemeleri yaptınız mı peki?
yani dosyaları düzenlediniz mi?
yani dosyaları düzenlediniz mi?
Kod: Tümünü seç
Editlenecek dosyalar: common.php
memberlist.php
posting.php
privmsg.php
profile.php
viewtopic.php
includes/functions.php
includes/functions_post.php
includes/usercp_viewprofile.php
templates/subSilver/memberlist_body.tpl
templates/subSilver/profile_view_body.tpl
templates/subSilver/viewtopic_body.tpl
Bu mesaj değiştirilmemiştir.... ayrıntılı bilgi için istediğiniz numarayı çevirin
..
NOT: cupranın numarasını çevirirseniz mesuliyet kabul edilmez
beklediğiniz gibi gelmedim ama olsun

NOT: cupranın numarasını çevirirseniz mesuliyet kabul edilmez

beklediğiniz gibi gelmedim ama olsun

editleyeceğin dosya herneyse ftp'den gir o dosyayı bul sağ tıkla edit de sonra bulman gereken satırı bul onun üstüne yada altına ekleme yap bazen satırları değiştirmende gerekli olabilir işte makale bu kadar basit
yada bilgisayar üzerinde ftp^ye bağlanmadan yapacam diyorsan
değiştireceğin dosyayı bilgisayarına at sonra üzerine sağ tıkla birlikte aç de ordan wordpad'i seç yine aynı yolları dene ve ftp'den yolla
yada bilgisayar üzerinde ftp^ye bağlanmadan yapacam diyorsan
değiştireceğin dosyayı bilgisayarına at sonra üzerine sağ tıkla birlikte aç de ordan wordpad'i seç yine aynı yolları dene ve ftp'den yolla

tamam dosyaları editledim ama sql_install.php'yi açınca bu seferde şu hatayla karşılaşıyorum
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_disable',0);
+++ Error: Duplicate entry 'cash_disable' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_display_after_posts',1);
+++ Error: Duplicate entry 'cash_display_after_posts' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_post_message','You earned %s for that post');
+++ Error: Duplicate entry 'cash_post_message' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_disable_spam_num',10);
+++ Error: Duplicate entry 'cash_disable_spam_num' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_disable_spam_time',24);
+++ Error: Duplicate entry 'cash_disable_spam_time' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_disable_spam_message','You have exceeded the alloted amount of posts and will not earn anything for your post');
+++ Error: Duplicate entry 'cash_disable_spam_message' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_installed','yes');
+++ Error: Duplicate entry 'cash_installed' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_version','2.2.3');
+++ Error: Duplicate entry 'cash_version' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('points_name','Points');
+++ Error: Duplicate entry 'points_name' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_adminnavbar','1');
+++ Error: Duplicate entry 'cash_adminnavbar' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_adminbig','0');
+++ Error: Duplicate entry 'cash_adminbig' for key 1
# CREATE TABLE phpbb__cash (
cash_id smallint(6) NOT NULL auto_increment,
cash_order smallint(6) NOT NULL default '0',
cash_settings smallint(4) NOT NULL default '3313',
cash_dbfield varchar(64) NOT NULL default 'user_cash',
cash_name varchar(64) NOT NULL default 'cash',
cash_default int(11) NOT NULL default '0',
cash_decimals tinyint(2) NOT NULL default '0',
cash_imageurl varchar(255) NOT NULL default ' ',
cash_exchange int(11) NOT NULL default '1',
cash_perpost int(11) NOT NULL default '25',
cash_postbonus int(11) NOT NULL default '2',
cash_perreply int(11) NOT NULL default '25',
cash_maxearn int(11) NOT NULL default '75',
cash_perpm int(11) NOT NULL default '0',
cash_perchar int(11) NOT NULL default '20',
cash_allowance tinyint(1) NOT NULL default '0',
cash_allowanceamount int(11) NOT NULL default '0',
cash_allowancetime tinyint(2) NOT NULL default '2',
cash_allowancenext int(11) NOT NULL default '0',
cash_forumlist varchar(255) NOT NULL default ' ',
PRIMARY KEY (cash_id)
);
+++ Error: Table 'phpbb__cash' already exists
# CREATE TABLE phpbb__cash_events (
event_name varchar(32) NOT NULL default ' ',
event_data varchar(255) NOT NULL default ' ',
PRIMARY KEY (event_name)
);
+++ Error: Table 'phpbb__cash_events' already exists
# CREATE TABLE phpbb__cash_exchange (
ex_cash_id1 int(11) NOT NULL default '0',
ex_cash_id2 int(11) NOT NULL default '0',
ex_cash_enabled int(1) NOT NULL default '0',
PRIMARY KEY (ex_cash_id1,ex_cash_id2)
);
+++ Error: Table 'phpbb__cash_exchange' already exists
# CREATE TABLE phpbb__cash_groups (
group_id mediumint(6) NOT NULL default '0',
group_type tinyint(2) NOT NULL default '0',
cash_id smallint(6) NOT NULL default '0',
cash_perpost int(11) NOT NULL default '0',
cash_postbonus int(11) NOT NULL default '0',
cash_perreply int(11) NOT NULL default '0',
cash_perchar int(11) NOT NULL default '0',
cash_maxearn int(11) NOT NULL default '0',
cash_perpm int(11) NOT NULL default '0',
cash_allowance tinyint(1) NOT NULL default '0',
cash_allowanceamount int(11) NOT NULL default '0',
cash_allowancetime tinyint(2) NOT NULL default '2',
cash_allowancenext int(11) NOT NULL default '0',
PRIMARY KEY (group_id,group_type,cash_id)
);
+++ Error: Table 'phpbb__cash_groups' already exists
# CREATE TABLE phpbb__cash_log (
log_id int(11) NOT NULL auto_increment,
log_time int(11) NOT NULL default '0',
log_type smallint(6) NOT NULL default '0',
log_action varchar(255) NOT NULL default ' ',
log_text varchar(255) NOT NULL default ' ',
PRIMARY KEY (log_id)
);
+++ Error: Table 'phpbb__cash_log' already exists
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_disable',0);
+++ Error: Duplicate entry 'cash_disable' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_display_after_posts',1);
+++ Error: Duplicate entry 'cash_display_after_posts' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_post_message','You earned %s for that post');
+++ Error: Duplicate entry 'cash_post_message' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_disable_spam_num',10);
+++ Error: Duplicate entry 'cash_disable_spam_num' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_disable_spam_time',24);
+++ Error: Duplicate entry 'cash_disable_spam_time' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_disable_spam_message','You have exceeded the alloted amount of posts and will not earn anything for your post');
+++ Error: Duplicate entry 'cash_disable_spam_message' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_installed','yes');
+++ Error: Duplicate entry 'cash_installed' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_version','2.2.3');
+++ Error: Duplicate entry 'cash_version' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('points_name','Points');
+++ Error: Duplicate entry 'points_name' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_adminnavbar','1');
+++ Error: Duplicate entry 'cash_adminnavbar' for key 1
# INSERT INTO phpbb__config (config_name, config_value) VALUES ('cash_adminbig','0');
+++ Error: Duplicate entry 'cash_adminbig' for key 1
# CREATE TABLE phpbb__cash (
cash_id smallint(6) NOT NULL auto_increment,
cash_order smallint(6) NOT NULL default '0',
cash_settings smallint(4) NOT NULL default '3313',
cash_dbfield varchar(64) NOT NULL default 'user_cash',
cash_name varchar(64) NOT NULL default 'cash',
cash_default int(11) NOT NULL default '0',
cash_decimals tinyint(2) NOT NULL default '0',
cash_imageurl varchar(255) NOT NULL default ' ',
cash_exchange int(11) NOT NULL default '1',
cash_perpost int(11) NOT NULL default '25',
cash_postbonus int(11) NOT NULL default '2',
cash_perreply int(11) NOT NULL default '25',
cash_maxearn int(11) NOT NULL default '75',
cash_perpm int(11) NOT NULL default '0',
cash_perchar int(11) NOT NULL default '20',
cash_allowance tinyint(1) NOT NULL default '0',
cash_allowanceamount int(11) NOT NULL default '0',
cash_allowancetime tinyint(2) NOT NULL default '2',
cash_allowancenext int(11) NOT NULL default '0',
cash_forumlist varchar(255) NOT NULL default ' ',
PRIMARY KEY (cash_id)
);
+++ Error: Table 'phpbb__cash' already exists
# CREATE TABLE phpbb__cash_events (
event_name varchar(32) NOT NULL default ' ',
event_data varchar(255) NOT NULL default ' ',
PRIMARY KEY (event_name)
);
+++ Error: Table 'phpbb__cash_events' already exists
# CREATE TABLE phpbb__cash_exchange (
ex_cash_id1 int(11) NOT NULL default '0',
ex_cash_id2 int(11) NOT NULL default '0',
ex_cash_enabled int(1) NOT NULL default '0',
PRIMARY KEY (ex_cash_id1,ex_cash_id2)
);
+++ Error: Table 'phpbb__cash_exchange' already exists
# CREATE TABLE phpbb__cash_groups (
group_id mediumint(6) NOT NULL default '0',
group_type tinyint(2) NOT NULL default '0',
cash_id smallint(6) NOT NULL default '0',
cash_perpost int(11) NOT NULL default '0',
cash_postbonus int(11) NOT NULL default '0',
cash_perreply int(11) NOT NULL default '0',
cash_perchar int(11) NOT NULL default '0',
cash_maxearn int(11) NOT NULL default '0',
cash_perpm int(11) NOT NULL default '0',
cash_allowance tinyint(1) NOT NULL default '0',
cash_allowanceamount int(11) NOT NULL default '0',
cash_allowancetime tinyint(2) NOT NULL default '2',
cash_allowancenext int(11) NOT NULL default '0',
PRIMARY KEY (group_id,group_type,cash_id)
);
+++ Error: Table 'phpbb__cash_groups' already exists
# CREATE TABLE phpbb__cash_log (
log_id int(11) NOT NULL auto_increment,
log_time int(11) NOT NULL default '0',
log_type smallint(6) NOT NULL default '0',
log_action varchar(255) NOT NULL default ' ',
log_text varchar(255) NOT NULL default ' ',
PRIMARY KEY (log_id)
);
+++ Error: Table 'phpbb__cash_log' already exists
10 yaşındayım....
Kimler çevrimiçi
Bu forumu görüntüleyen kullanıcılar: Hiç bir kayıtlı kullanıcı yok ve 2 misafir