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

Etiketler: eklentilerini seditioya çevirmede yardım

Author Message

sHeeT

Members


Online status

15 posts

Location: Turkey
Occupation:
Age:

#4001   2007-06-28 20:47 GMT      

eklenti_adi.php Warning: No tags found in plugins/eklenti_adi/eklenti_adi.php

http://seditio-tr.com/12-ldu-eklentileri-seditioya-cevirme.html

hepsini yaptım

ldu olanları sed,land down under olanları seditio yaptım

file yi editledim ikisinin yolunu yazdım

sonra

[BEGIN_SED_EXTPLUGIN] [END_SED_EXTPLUGIN]

Auth_guests=R
Lock_guests=W12345A
Auth_members=R
Lock_members=12345

ekledim

gene eklenti_adi.php Warning: No tags found in plugins/eklenti_adi/eklenti_adi.php bu hatayı verdi :S yardım ederseniz sevinirim

This post was edited by sHeeT (2007-06-28 21:10 GMT, 525 Gün ago)

Dvdbil

Administrator


Online status

2,258 posts
http://www.seditio-tr.com
Pagerank: 3

Location: Turkey istanbul
Occupation: Web Site(ler) İşletmeciliği
Age: 28

#4022   2007-06-29 00:08 GMT      
Kodların tümünü buraya ekle.. (inceleyelim)
Sitelerinize profesyonel anlamda hizmet verilir;

- Performans optimizasyonu,
- Üst düzey güvenlik yamaları,
- İsteğe bağlı eklentiler,
- Her çeşit bot (program, video, resim, arsiv, haber),
- Profesyonel görsel skin.

Tüm tasarım, kodlamalar ve optimizasyon Neocrome referansı ile tarafımca hazırlanmakta.
 
*************************İSTATİSTİKLER*************************
Müşterim olan danışmanlığını yaptığım toplam kişi sayısı: 27
Sadece Eklenti hazırladığım kişi sayısı: 29
Uygulama yaptığım toplam site sayısı: 43
-------------------------------------------------
Müşterinin isteği doğrultusunda hazırladığım;
- eklenti sayısı: 56
- skin sayısı: 9
- bot sayısı: 23
- özel güvenlik yamaları: 22
- Sql performans optimizasyonu: 13 (yüksek hitli siteler için)
- Portal genel cache ve materyal optimizasyonu: 15
***************************************************************

sHeeT

Members


Online status

15 posts

Location: Turkey
Occupation:
Age:

#4047   2007-06-29 09:52 GMT      

mod_rewrite.setup.php
Code:
<?php

/* ====================
Seditio - Website engine
Copyright Neocrome
http://www.neocrome.net

[BEGIN_sed]
File=plugins/mod_rewrite/mod_rewrite.setup.php
Version=
Updated=
Type=Plugin
Author=Persty
Description=Make search friendly links
[END_sed]

[BEGIN_SED_EXTPLUGIN]
Code=
Name=URL rewrite engine
Description=Make search friendly links
Version=
Date=
Author=Persty
Copyright
Notes=
Config=
SQL=
Auth_guests=R
Lock_guests=W12345A
Auth_members=R
Lock_members=12345
[END_SED_EXTPLUGIN]

[BEGIN_sed_EXTPLUGIN_CONFIG]
condemned=01:string::PHPSESSID:Session key (php.ini >> session.name), must follow last in the query string
[END_sed_EXTPLUGIN_CONFIG]

==================== */

if ( !defined('sed_CODE') ) { die("Wrong URL."); }

?>


mod_rewrite.php
Code:
<?php

/* ====================
Seditio - Website engine
Copyright Neocrome
http://www.neocrome.net

[BEGIN_sed]
File=plugins/mod_rewrite/mod_rewrite.php
Version=701
Updated=2004-sep-14
Type=Plugin
Author=Persty
Description=Make search friendly links
[END_sed]

[BEGIN_sed_EXTPLUGIN]
Code=mod_rewrite
Part=main
File=mod_rewrite
Hooks=output
Tags=
Minlevel=0
Order=10
[END_sed_EXTPLUGIN]

==================== */

if ( !defined('sed_CODE') ) { die("Wrong URL."); }

$search = "'href=((\')|[\'\"])(\w+).php(((\?|(\&(amp;)?))(?!".$cfg['plugin']['mod_rewrite']['condemned'].")(\w+)=(\w*))*)(((\?|(\&(amp;)?))".$cfg['plugin']['mod_rewrite']['condemned']."=(\w*))??)((\')|[\'\"#])'ie";

$output = preg_replace($search, "stripslashes('href=\\1\\3'.ereg_replace('(=|\?|(\&(amp;)?))', '-', '\\4').'.html'.ereg_replace('^&(amp;)?', '?', '\\12').'\\17')", $output);

?>

Darkworm

Members


Online status

164 posts
http://paranoiakind.wordpress.com
Pagerank: 0

Location: Turkey Ankara
Occupation:
Age: 16

#4051   2007-06-29 13:09 GMT      
Gökyüzüne değdim gökyüzü limitim

Dvdbil

Administrator


Online status

2,258 posts
http://www.seditio-tr.com
Pagerank: 3

Location: Turkey istanbul
Occupation: Web Site(ler) İşletmeciliği
Age: 28

#4055   2007-06-29 14:24 GMT      
sHeeT, Darkworm'un verdiği linkten daha gelişmişini edinebilirsin..
Sitelerinize profesyonel anlamda hizmet verilir;

- Performans optimizasyonu,
- Üst düzey güvenlik yamaları,
- İsteğe bağlı eklentiler,
- Her çeşit bot (program, video, resim, arsiv, haber),
- Profesyonel görsel skin.

Tüm tasarım, kodlamalar ve optimizasyon Neocrome referansı ile tarafımca hazırlanmakta.
 
*************************İSTATİSTİKLER*************************
Müşterim olan danışmanlığını yaptığım toplam kişi sayısı: 27
Sadece Eklenti hazırladığım kişi sayısı: 29
Uygulama yaptığım toplam site sayısı: 43
-------------------------------------------------
Müşterinin isteği doğrultusunda hazırladığım;
- eklenti sayısı: 56
- skin sayısı: 9
- bot sayısı: 23
- özel güvenlik yamaları: 22
- Sql performans optimizasyonu: 13 (yüksek hitli siteler için)
- Portal genel cache ve materyal optimizasyonu: 15
***************************************************************

sHeeT

Members


Online status

15 posts

Location: Turkey
Occupation:
Age:

#4069   2007-06-30 08:35 GMT      
teşekürler işime yaradı,denedim
> 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] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293]