Seditio ve Ldu hakkında sınırsız arama yapın
 
 
> 1 <

Etiketler: warning

Author Message

rocktutkunu

Members


Online status

49 posts

Location: Turkey
Occupation:
Age:

#26715   2008-05-12 21:28 GMT      

Warning: main(plugins/moderation/moderation.global.php): failed to open stream: No such file or directory in c:\program files\easyphp1-8\www\sed\system\common.php on line 451

Warning: main(): Failed opening 'plugins/moderation/moderation.global.php' for inclusion (include_path='.;C:/Program Files/EasyPHP1-8\php\pear\') in c:\program files\easyphp1-8\www\sed\system\common.php on line 451
bu sitenin en üstünde duruyor yardimlarinizi bekliyorum.

Kaan

Moderators


Online status

2,082 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 25

#26717   2008-05-12 23:16 GMT      
plugins/moderation/moderation.global.php bulunamıyor ftp ni kontrol et.

rocktutkunu

Members


Online status

49 posts

Location: Turkey
Occupation:
Age:

#26718   2008-05-12 23:35 GMT      

ben eklentiyi silince o çikiyor eklentiyi geri atiyorum
2008-05-12 13:34
Fatal error : SQL error : Table 'sed.sed_moderation' doesn't exist bu cikiyor kurmaz olaydim lanet olsun !!

Kaan

Moderators


Online status

2,082 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 25

#26724   2008-05-13 02:04 GMT      
php my admin sayfasına sed_moderation sql sorgunu çalıştı eklentinin içinde sql si olcaktır yoksa neocromeden indir.

rocktutkunu

Members


Online status

49 posts

Location: Turkey
Occupation:
Age:

#26725   2008-05-13 10:58 GMT      
ya ben eklentiyi zaten neocrome den indirmistim.Sql dosyasi var içinde txt olarak onu .sql dosyasi da yaptim sql söyle
Code:
Run the following SQL commands:

CREATE TABLE ldu_moderation (
  mod_id int(11) NOT NULL auto_increment,
  mod_authorid int(11) default NULL,
  mod_state tinyint(1) NOT NULL default '0',
  mod_type varchar(32) NOT NULL default '',
  mod_url varchar(255) NOT NULL default '',
  mod_reason varchar(255) NOT NULL default '?',
  mod_text text NOT NULL,
  mod_admintext text NOT NULL,
  mod_date int(11) NOT NULL default '0',
  mod_updated int(11) NOT NULL default '0',
  mod_updaterid int(11) NOT NULL default '0',
  PRIMARY KEY  (mod_id)
) TYPE=MyISAM;

CREATE TABLE ldu_moderation_warnings (
  wrn_id int(11) NOT NULL auto_increment,
  wrn_userid int(11) default NULL,
  wrn_type tinyint(1) NOT NULL default '',
  wrn_reason varchar(255) NOT NULL default '?',
  wrn_text text NOT NULL,
  wrn_date int(11) NOT NULL default '0',
  wrn_updaterid int(11) NOT NULL default '0',
  PRIMARY KEY (wrn_id)
) TYPE=MyISAM;


Use the following tags in your .tpls:

<a href="plug.php?e=moderation&t=com&u={COMMENTS_ROW_URL}">Report to a moderator</a>
<a href="plug.php?e=moderation&t=page&u={PAGE_ID}">Report to a moderator</a>
<a href="plug.php?e=moderation&t=fpost&u={FORUMS_POSTS_ROW_ID}">Report to a moderator</a>
<a href="plug.php?e=moderation&t=user&u={USERS_DETAILS_ID}">Report to a moderator</a>

Kaan

Moderators


Online status

2,082 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 25

#26726   2008-05-13 11:37 GMT      
Ldu Eklentisinin sql dosyası bunlar eklenti seditio içinmi.?


Seditio içinse aşagıdaki sql yi sorgulat dene

Code:
CREATE TABLE sed_moderation (
  mod_id int(11) NOT NULL auto_increment,
  mod_authorid int(11) default NULL,
  mod_state tinyint(1) NOT NULL default '0',
  mod_type varchar(32) NOT NULL default '',
  mod_url varchar(255) NOT NULL default '',
  mod_reason varchar(255) NOT NULL default '?',
  mod_text text NOT NULL,
  mod_admintext text NOT NULL,
  mod_date int(11) NOT NULL default '0',
  mod_updated int(11) NOT NULL default '0',
  mod_updaterid int(11) NOT NULL default '0',
  PRIMARY KEY  (mod_id)
) TYPE=MyISAM;

CREATE TABLE sed_moderation_warnings (
  wrn_id int(11) NOT NULL auto_increment,
  wrn_userid int(11) default NULL,
  wrn_type tinyint(1) NOT NULL default '',
  wrn_reason varchar(255) NOT NULL default '?',
  wrn_text text NOT NULL,
  wrn_date int(11) NOT NULL default '0',
  wrn_updaterid int(11) NOT NULL default '0',
  PRIMARY KEY (wrn_id)
) TYPE=MyISAM;
> 1 <

Benzer konular (Similar topics) #BETA

Keywords (beta):

Forum Arşiv (beta):

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]