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

Etiketler: urls eklentisi

Author Message

NextCode

Members


Online status

128 posts
http://www.herseyvatanicin.org
Pagerank: 0

Location: Turkey Kostantin
Occupation: Soldier
Age: 21

#2314   2007-05-10 15:38 GMT      

abi seourls eklentisini kurdum htacces i ana dizine atınca bu hatayı aldım

Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Seditio Bir Efsane....

Dvdbil

Administrator


Online status

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

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

#2315   2007-05-10 15:52 GMT      
Sunucu yetkilileri ile görüş hostunda htaccess ile ilgili kısıtlamalar olabilir.
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ı: 23
Sadece Eklenti hazırladığım kişi sayısı: 21
Uygulama yaptığım toplam site sayısı: 38
-------------------------------------------------
Müşterinin isteği doğrultusunda hazırladığım;
- eklenti sayısı: 44
- skin sayısı: 8
- bot sayısı: 15
- özel güvenlik yamaları: 21
- Sql performans optimizasyonu: 13 (yüksek hitli siteler için)
- Portal genel cache ve materyal optimizasyonu: 15
***************************************************************

NextCode

Members


Online status

128 posts
http://www.herseyvatanicin.org
Pagerank: 0

Location: Turkey Kostantin
Occupation: Soldier
Age: 21

#2316   2007-05-10 15:53 GMT      

abi localde kullanıyorum su an kullandığım program wampserver 1.5
Seditio Bir Efsane....

Dvdbil

Administrator


Online status

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

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

#2317   2007-05-10 15:59 GMT      
Rewrite_module yüklü değildir, wamp'ın ayar kısmı olacak sanırım öyle hatırlıyorum.. apache bölümlerine bak rewrite_module'ü aktif et.
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ı: 23
Sadece Eklenti hazırladığım kişi sayısı: 21
Uygulama yaptığım toplam site sayısı: 38
-------------------------------------------------
Müşterinin isteği doğrultusunda hazırladığım;
- eklenti sayısı: 44
- skin sayısı: 8
- bot sayısı: 15
- özel güvenlik yamaları: 21
- Sql performans optimizasyonu: 13 (yüksek hitli siteler için)
- Portal genel cache ve materyal optimizasyonu: 15
***************************************************************

NextCode

Members


Online status

128 posts
http://www.herseyvatanicin.org
Pagerank: 0

Location: Turkey Kostantin
Occupation: Soldier
Age: 21

#2318   2007-05-10 16:06 GMT      
evete abi oldu düzldi
Seditio Bir Efsane....

NextCode

Members


Online status

128 posts
http://www.herseyvatanicin.org
Pagerank: 0

Location: Turkey Kostantin
Occupation: Soldier
Age: 21

#2319   2007-05-10 16:38 GMT      
abi eklentide sadece forum için ve list için yapmıs adam

ben onu userda da nasıl deişicem

seourls.php

Code:
<?php

/* ====================
Land Down Under - Website engine
Copyright Neocrome
http://ldu.neocrome.net

[BEGIN_SED]
File=plugins/seourls/seourls.php
Version=701
Updated=2004-sep-12
Type=Plugin
Author=Antony
Description=Search engines friendly links. Output filter.
[END_SED]

[BEGIN_SED_EXTPLUGIN]
Code=seourls
Part=main
File=seourls
Hooks=output
Tags=
Minlevel=0
Order=10
[END_SED_EXTPLUGIN]

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

    $search = array ( 
                    "'<a href=\"forums.php\?c=([0-9]*)\"'i",
                    "'<a href=\"([a-z]*).php\?([a-z0-9_]*)=([0-9a-z-]*)\"'i",     // news page list links pm
                    "'<a href=\"([a-z]*).php\?f=([a-z0-9_]*)\"'i",                      // filter in pm events users
                    "'<a href=\"forums.php\?m=([a-z]*)\&amp;([a-z]+)=([0-9]*)([\"#])'i",                              // forums
                    "'<a href=\"forums.php\?m=([a-z]*)\&amp;([a-z]+)=([0-9]*)\&amp;n=([a-z]+)([\"#])'i",    //
                    "'<a href=\"([a-z]*).php\"'i",
                    "'<a href=\"forums.php\?m=([a-z]*)\&amp;([a-z]+)=([0-9]*)\&amp;([d])=([0-9]+)([\"#0-9]+)'i",
                    // "'([a-z0-9-_.]+?)@([a-z0-9-_]*).([a-z]+?)'i",      // hide email filter
                    );

    $replace = array ( 
                    "<a href=\"forums-c\\1.".$cfg['plugin']['seourls']['extension']."\"",
                    "<a href=\"\\1-\\3.".$cfg['plugin']['seourls']['extension']."\"",
                    "<a href=\"\\1-f-\\2.".$cfg['plugin']['seourls']['extension']."\"",
                    "<a href=\"\\1-\\2\\3.".$cfg['plugin']['seourls']['extension']."\\4",
                    "<a href=\"\\1-\\2\\3-\\4.".$cfg['plugin']['seourls']['extension']."\\5",
                    "<a href=\"\\1.".$cfg['plugin']['seourls']['extension']."\"",
                    "<a href=\"\\1-\\2\\3-\\4\\5.".$cfg['plugin']['seourls']['extension']."\\6\"",
                    // "\\1<b>_at_</b>\\2<b>_dot_</b>\\3",             // hide email filter
                    );


$output = preg_replace ($search, $replace, $output);

?>



htacces de bu

Code:
RewriteEngine on
RewriteBase /
RewriteRule ^([a-z]+)\.([a-z]+)$  $1.php  [L]
RewriteRule ^users-([a-z]+)\.([a-z]+)$  users.php?f=$1  [L]
RewriteRule ^index-([a-z]+)-([0-9]+)\.([a-z]+)$  index.php?m=$1&id=$2  [L]
RewriteRule ^index-([a-z]+)\.([a-z]+)$  index.php?c=$1  [L]
RewriteRule ^news-([a-z]+)\.([a-z]+)$  news.php?m=$1  [L]
RewriteRule ^page-([0-9]*)\.([a-z]+)$  page.php?id=$1  [L]
RewriteRule ^polls-([a-zA-Z0-9_]+)\.([a-z]+)$  polls.php?id=$1  [L]
RewriteRule ^page-([a-zA-Z0-9_]+)\.([a-z]+)$     page.php?al=$1  [L]
RewriteRule ^list-(.+)\.([a-z]+)$  list.php?c=$1  [L]
RewriteRule ^links-(.+)\.([a-z]+)$ links.php?c=$1  [L]
RewriteRule ^pm-([a-z]+)\.([a-z]+)$    pm.php?m=$1  [L]
RewriteRule ^pm-([0-9]+)\.([a-z]+)$    pm.php?id=$1  [L]
RewriteRule ^users-([a-zA-Z0-9_]+)\.([a-z]+)$            users.php?m=$1  [L]
RewriteRule ^admin-([a-z]+)\.([a-z]+)$    admin.php?m=$1  [L]
RewriteRule ^plug-([a-z]+)\.([a-z]+)$    plug.php?e=$1  [L]
RewriteRule ^index-([a-z]+)\.([a-z]+)$    index.php?m=$1  [L]
RewriteRule ^rss-([a-z]+)\.([a-z]+)$  rss.php?m=$1  [L]
RewriteRule ^pfs-([0-9]+)\.([a-z]+)$            pfs.php?f=$1
RewriteRule ^([a-z]+)-f-([a-zA-Z0-9_]+)\.([a-z]+)$    $1.php?f=$2  [L]
RewriteRule ^forums-c([0-9]+)\.([a-z]+)$    forums.php?c=$1  [L]
RewriteRule ^([a-z]+)-([spq])([0-9]+)\.([a-z]+)$    forums.php?m=$1&$2=$3  [L]
RewriteRule ^([a-z]+)-([spq])([0-9]+)-([a-z]+)\.([a-z]+)$    forums.php?m=$1&$2=$3&n=$4  [L]
RewriteRule ^([a-z]+)-([spq])([0-9]+)-([d])([0-9]+)\.([a-z]+)$    forums.php?m=$1&$2=$3&$4=$5  [L]
RewriteRule ^([newsusrvt]+)-([a-z]+)-([0-9]+)\.([a-z]+)$    $1.php?m=$2&id=$3  [L]
Seditio Bir Efsane....

Dvdbil

Administrator


Online status

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

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

#2320   2007-05-10 16:40 GMT      
Yapamazsın.
Forum ve sayfa kategori kodlarını aldığı için url'ye basabiliyorsun. Bunun dışındakileri bu eklenti ile yapamazsın.
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ı: 23
Sadece Eklenti hazırladığım kişi sayısı: 21
Uygulama yaptığım toplam site sayısı: 38
-------------------------------------------------
Müşterinin isteği doğrultusunda hazırladığım;
- eklenti sayısı: 44
- skin sayısı: 8
- bot sayısı: 15
- özel güvenlik yamaları: 21
- Sql performans optimizasyonu: 13 (yüksek hitli siteler için)
- Portal genel cache ve materyal optimizasyonu: 15
***************************************************************
> 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]