nedir
demo ; www.yasakliste.com

; http://rapidshare.com/files/79432217…e.com.rar.html

pass yokdur.

demo : www.xindir.com

: http://rapidshare.com/files/79430684…r.Com.rar.html

pass yokdur.

E-Ticaret ü Genel Kurallarıdır.Kural Dışı Davranışlar Sergileyen Arkadaşların İlk Seferde Üyeliği Durdurulur.Olayın Tekkerrüründe İse Süresiz Olarak Sistemden Kovulur…

1: Link Değişiminde Sahtekarlık Yada Fake Pr Gösterip Link Almak Yasakdır.

2: Çalıntı Kartlarla Alınan Domainlerin Satışı Alınmış Domain Üzerinden Reklam,Link Vs…
Satışı Yasaktır.

3: Sattıgınız Reklamdan ScriptSide Ekibi Hiçbir Komisyon Almaz.Sizden Komisyon İstemek
İçin İrtibata Geçeni Şikayet Yerine Bildiriniz.

4: Eger Satışı Yapılan Şeyin Yanlış Oldugunu Düşünüyorsanız Yöneticilerine Bildirin
Konu İle İlgili Post Atacak Olursanız Sizde Ceza Alırsınız

Şu An İçin Bu Kadardır.Duruma Göre Güncellenir
Bi forumda gördüm çok hoşuma gitti

buyrun izleyin

http://www.youtube.com/watch?v=qIt4KIyM3q8

zamanın birinde kişisel sitem ile ilgili görüşlerinizi almak üzere bi konu açmıştım,
genelde warez sitelerde kullanılan Data Life Engine “yi modifiye edip tarzında uyarladıktan sonra , beraberinde gelişen farklı zamazingolardan bahsetmiştim.

Kişisel sitemi eden arkadaşlar bilirler son 2 haftadır farklı bir tema , eklenti altyapı mücadelesinin içindeydim.

En sonunda ”e geçiş ı buldum. Velhasıl herkesin kullandığı temayı, yada farklı eklentileri kullanmak sıkıyor beni. Lakin kendi çizgilerimi, kendi tarzımı yansıtmak daha hoşuma gidiyor.

Sözü bu kadar ballandıra ballandıra uzattım bilmiyorum. Neyse,

Siteyi komple değiştirdim, düşüncelerinizi öğrenmek istemiştim.
Tamamen kendi renklerim, kendi imajım iyi oldu sanırım

Burdan buyurun.

Dipnot: Yaratıcı her türlü fikire açığım, şu sıralar farklı düşüncelere ihtiyacım var. Eğer farklı bi fikri, görüşü olan varsa lütfen yazsın.

Son zamanlarda host software sitelerin sıkça kulandığı slogan olan;
her iş yerine web sitesi mecburi yasayı yakında felan filan işte o yasa yeni ana yasayla birlikte yürürlüğe girecek(yıl başından itibaren) ayrıca toplu taşıma larında soğan lahmacun vb.. ağır kokan yiyecekler yasaklanıyomuş….az önce haberlerde dinledim.
phpPgAds kurulumunda Herşey Tamam Birtek DBporta Ne Yazcağımı Bilmiyorum Galiba Ondan Kaynaklanıyor.Kurumda Bu;

Code:
Before you continue, please correct these potential problems:

The following item(s) need to be corrected before you can install phpPgAds. If you have any questions about this error message, please read the Administrator guide, which is part of the package you downloaded.

    * The version of  you are using doesn"t have support for connecting to a PostgreSQL database server. You need to enable the  PostgreSQL extension before you can proceed.

If you are not able to correct the problems listed above, please contact the administrator of the server you are trying to install phpPgAds on. The administrator of the server may be able to help you.

config. dosyası

Code:
<?

// IMPORTANT! DO NOT MANUALLY EDIT THIS FILE!
// IF YOU WANT TO INSTALL PHPADSNEW PLEASE FOLLOW
// THE INSTRUCTIONS IN THE ADMINISTRATOR GUIDE.

/*********************************************************/
/* Database configuration                                */
/*********************************************************/

// Database local connection using sockets
$phpAds_config["dblocal"] = false;

// Database hostname
$phpAds_config["dbhost"] = "";

// Database port
$phpAds_config["dbport"] = "";

// Database username
$phpAds_config["dbuser"] = "";

// Database password
$phpAds_config["dbpassword"] = "";

// Database name
$phpAds_config["dbname"] = "";

// Database table names
$phpAds_config["tbl_adclicks"] = "phpads_adclicks";
$phpAds_config["tbl_adviews"] = "phpads_adviews";
$phpAds_config["tbl_adstats"] = "phpads_adstats";
$phpAds_config["tbl_banners"] = "phpads_banners";
$phpAds_config["tbl_clients"] = "phpads_clients";
$phpAds_config["tbl_session"] = "phpads_session";
$phpAds_config["tbl_acls"] = "phpads_acls";
$phpAds_config["tbl_zones"] = "phpads_zones";
$phpAds_config["tbl_config"] = "phpads_config";
$phpAds_config["tbl_affiliates"] = "phpads_affiliates";
$phpAds_config["tbl_images"] = "phpads_images";
$phpAds_config["tbl_userlog"] = "phpads_userlog";
$phpAds_config["tbl_cache"] = "phpads_cache";
$phpAds_config["tbl_targetstats"] = "phpads_targetstats";

// Database table name prefix
$phpAds_config["table_prefix"] = "phpads_";

// Use persistent connections to the database
$phpAds_config["persistent_connections"] = false;

/*********************************************************/
/* phpPgAds configuration                                */
/*********************************************************/

// The URL to your phpAds-installation
$phpAds_config["url_prefix"] = "http://www.your-url.com/phpAdsNew";

// The Language of the Interface (eg. english, german, spanish)
// for the right string look for the directory name in the language subdirectory
$phpAds_config["language"] = "english";

// Is the admin interface enabled
$phpAds_config["ui_enabled"] = true;

// Only allow  to the admin interface if SSL is used
$phpAds_config["ui_forcessl"] = false;

/*********************************************************/
/* Remote host and Geotracking configuration             */
/*********************************************************/

// Reverse DNS lookup remotes hosts?
$phpAds_config["reverse_lookup"] = false;

// Find the correct IP for users behind a proxy
$phpAds_config["proxy_lookup"] = false;

// Type of geotracking database
// Possible options: geoip, ip2country, mod_geoip or an empty string
$phpAds_config["geotracking_type"] = "";

// ........................................ of the geotracking database
$phpAds_config["geotracking_........................................"] = "";

// Store the ........................................ of the user in the statistics
$phpAds_config["geotracking_stats"] = false;

// Store the result in a cookie for future reference (only in combination with beacon logging)
$phpAds_config["geotracking_cookie"] = false;

// Plug-in configuration
$phpAds_config["geotracking_conf"] = "";

/*********************************************************/
/* Statistics and logging                                */
/*********************************************************/

// Use compact or verbose statistics
$phpAds_config["compact_stats"] = true;

// Enabled logging of adviews?
$phpAds_config["log_adviews"] = true;

// Enabled logging of adclicks?
$phpAds_config["log_adclicks"] = true;

// Log the source parameter
$phpAds_config["log_source"] = true;

// Log the hostname or IP address
$phpAds_config["log_hostname"] = true;

// Log only the IP address even if a hostname is available
$phpAds_config["log_iponly"] = true;

// Use beacons to log adviews
$phpAds_config["log_beacon"] = true;

// Hosts to ignore (don"t count adviews coming from them)
$phpAds_config["ignore_hosts"] = array ();   // Example: array("slashdot.org", ".com");

// Block logging of views for xx seconds after the last entry
// This is to prevent logging after each page reload
$phpAds_config["block_adviews"] = 0;

// Block logging of clicks for xx seconds after the last entry
// This is to prevent users from boosting the stats by clicking multiple times
$phpAds_config["block_adclicks"] = 0;

// E- admin when clicks/views get low?
$phpAds_config["warn_admin"] = true;

// E- client when clicks/views get low?
$phpAds_config["warn_client"] = true;

// Minimum clicks/views before warning e- is sent
$phpAds_config["warn_limit"] = 100; 

// Use packed cookies
$phpAds_config["pack_cookies"] = false; 

/*********************************************************/
/* P3P Privacy Policies                                  */
/*********************************************************/

// Use P3P Polices
$phpAds_config["p3p_policies"] = true;

// Compact policy
$phpAds_config["p3p_compact_policy"] = "CUR ADM OUR NOR STA NID";

// Policy file ........................................
// For example:
// $phpAds_config["p3p_policy_........................................"] = "http://www.your-url.com/w3c/p3p.xml";
$phpAds_config["p3p_policy_........................................"] = "";

/*********************************************************/
/* Banner retrieval                                      */
/*********************************************************/

// Delivery caching type?
// Possible options: none, db, file or shm
$phpAds_config["delivery_caching"] = "db";

// Use conditional keywords?
$phpAds_config["con_key"] = true;

// Use multiple keywords for banners in banner table?
$phpAds_config["mult_key"] = true;

// Use delivery limitations?
$phpAds_config["acl"] = true;

// Default banner, it is show when phpAdsNew can"t connect to the database or
// there are absolutely no banner to display. The banner is not logged.
// Enter the complete url (incl. http://) for the image and the target,
// or leave them empty if you don"t want to show a banner when this happens.
$phpAds_config["default_banner_url"] = "";
$phpAds_config["default_banner_target"] = "";

/*********************************************************/
/* Banner storage and types                              */
/*********************************************************/

// Automatically change  banners in order to force
// click logging.
$phpAds_config["type_html_auto"] = true;

// Allow  expressions to be executed from within a
//  banner
$phpAds_config["type_html_php"] = false;

/*********************************************************/
/* phpPgAds self configuration code - don"t change       */
/*********************************************************/

define("phpAds_installed", false);

// Disable magic_quotes_runtime
set_magic_quotes_runtime(0);

?>
nisanhostolarak 1 - 27 ocak arasi kampayanlarimiz bulunmaktadir … ilgili tarife bilgi icin : destek@nisanhost.com
İndirmek İcin Tıklayınız…
Temayı Indırmek Icın Tıklayınız…
Buyrun Arkadaslar Temaları Yayınlamaya Baslıyoruz

İndirmek İcin Tıklayınız…

Arkadaşlar Elinde İrcd Script Var İse Paylaşırsa Çok Makbule Geçer,Tşkkurler.
Code:



// # NAME : AutoVideoScript # \
// # VERSION : v5.0 # \
// # TYPE : Script # \
// # LANGUAGE : /MYSQL # \
// # PROTECTION : REMOVED # \
// # WEBSITE : http://autovideoscript.com/ # \
// # MST PRICE : 100% FREE # \
// # DISTRO : VIA MS # \
// # DEMO : http://demo.autovideoscript.com/ # \
// # ADDONS : n/a # \
// # XTRA NOTE : props goes to the contributors of this project # \
// # DOCS : check “README.TXT” file for installation info # \
// # # \
// #—————————— DESCRiPTiON —————————–# \
// # # \
// # Run your own sharing. Share thousands of videos with. # \
// # visitors. Takes mere minutes to setup. Strategically created with # \
// # social bookmarking, and in mind. # \
// # # \
// #————————————————————————# \




: http://www.mediafire.com/?9nnbiugx1og

Bildiğimiz phpfox un son sürümü, sağlam çalışır haldedir, chat yerine chat konulmuş bookmark eklentileri vs. ile geliştirilmiş bir haldedir, scriptle ilgili kod bilgisi olan arkadaşlar katılım sağlar ise tr haliyle full sunabiliriz..

http://rapidshare.com/files/79152861…6_RC4.rar.html

Tr dil karakter koduyla ilgili gelişimine katkıda bulunacak arkadaşlar konuya yazar veya pm atar ise tr çevirisini halletmek üzereyim hataları giderip full tr olarak kullanıma sunabiliriz.

TR DİL PAKETİ EKLENMİŞTİR BUYRUNUZ : http://rapidshare.com/files/82567350…ge_en.rar.html

www.e-sayfa.net merkezli yüksek işlemcili hızlı linux host.

firmamız vergi dairesine kayıtlı bir firma olup türkiyenin en kaliteli alt yapılarına dünayanın en iyi panellerine müşteri otomasyonu sahiptir.
firmamız 2005 den beri sorunsuzca hizmet vermekte olup.uzun süreli çalışmayı hedefleyen kitlere hitap etmektedir.

ödemelerinizi ister kredi kartı ister havale ile yapabilir. lafta destek değil özde destek alabilir. kurmuş oldugunuz yazılımlar hakkında talep edebilir. kendiniz ait projeleri bizle paylaşabilirsiniz. amacımız sadece host satmak değil aynı zamanda danışmanlıgını desteğini vermektir.

ircd radio tüm scirptler portallr sistemimizde çalışmaktadır.

: system@tasarla.net

aynı zamanda sunucu optimizasyon hizmetleride vermekteyiz. ekibimiz microsft sistem mühendileri cisco network mühendisleri tarafından oluşmakta olup. ekibimizn mcse cncp sertifikalı kadtoy sahiptir. yaptıkalrımız yapacalarımızın teminatı olup.türkiyenin en büyük projelerinin alt yapısını sağladık. refrenslarımıza bakmadan geçmeyiniz.

Yeni açılan bir .
Takas yapmak isteyen olursa yazarsa ben cevap veririm.
www.videoritmix.com
ahanda buyrun warezturk un sql dosyası

indir

şifre:scriptside.net

arkadaşlar geliştirmekte olduğumuz bi var. amacımız büyük bi affiliate networkü kurmak gibi bişi . ingilizcesini 85 niche sitesiyle 35000 sayfa ile kurduk. şimdi çesi için
belirli konularda makaleler yazılar lazım elinde böyle arşivi olan varmı

sınavlar bitsin server almaya kasacaz reklamlardan server alabilirsek belkide tr deki projelerden birine imza atacağız.sitenin adreside bu: http://www.tag4u.info

Ücretsiz olarak dağıtılan hoş bir oyun .
Demo: http://arcademle.agaresmedia.com/
Admin Demo: http://arcademle.agaresmedia.com/admin
http://rapidshare.com/files/76534340…em_LE_2.04.zip
Hoş bir oyun .
Demo: http://democade.a1.jcink.com/
: http://rapidshare.com/files/76543286/35.zip
ışımı harika bir quiz .Demoya bakarak anlayabilirsiniz.

Demo: http://puresw.com/products/quizshock/demo/index.php
Username/password: admin/admin
: http://rapidshare.com/files/73419945…ock_v1.6.0.rar

Ajax ile güçlendirilmiş harika bir dosya upload
Demo: http://www.webdice.org/uber_uploader/
http://rapidshare.com/files/76549044…ader_5.3.6.zip
imageshack.us tarzı upload .
Screenshot: http://img98.imageshack.us/img98/240…euploadje1.png
: http://rapidshare.com/files/76550547/resim2.rar
Arkadaşına Öner : http://rapidshare.com/files/77005394…ellafriend.zip
imageshak.us tarzı Upload : http://rapidshare.com/files/76550547/resim2.rar
Ajax Destekli Dosya Upload : http://rapidshare.com/files/76549044…ader_5.3.6.zip
Dosya Upload : http://rapidshare.com/files/76548238/upload_class.zip
Adam Asmaca Oyunu : http://rapidshare.com/files/76544363/hangman.zip
Webmail (e- servisi): http://rapidshare.com/files/76349145/webmail.zip
Hız Testi : http://rapidshare.com/files/76349091…meter-0.72.zip
: http://rapidshare.com/files/76349059…log_v1.3.1.zip
Sayfa Sayaç : http://rapidshare.com/files/76349058…nter-2.5.3.zip
Quiz : http://rapidshare.com/files/76347835/iquiz.zip
Upload : http://rapidshare.com/files/76346900/dodoupload.zip
http://rapidshare.com/files/79006766/kelime.txt

Çok işinize yarıyacak denemenizi ederim bir kelime listesidir googleda üst sıralara çıkmanızı sağlayacak