nedir










Resimde Gördüğünüz Gibi Tüm Font Paketleri Bir Dosya İçinde Üstelik Yanlızca 26 MB !

İndirmek İçin Tıkla

Template Monster 15977


Demo TIKLA

İndir TIKLA TIKLA - 2

Template Monster 16693


Demo TIKLA

İndir TIKLA

http://emlakhavuzu.net/ bir bakıp incelerseniz sevinirim
Mega File Script 1.2 Dezended
Final version released. All bugs and errors are fixed.

This is the new and bug free version of Mega file Script 1.2 by LepeNU.You can find a lot of topics on Mega file on WB but they have some or other problems.This is bug free and works 100%.

If you have any problem with this feel free to contact me.

Words from LepeNU

I have dezended and nulled the mfhs 1.2 - 100% removed all callbacks.

I have recoded the admin/index. file from the mfhs 1.0 because the original is coded with zend and phpcipher which is impossible to be decoded.
I have constructed new menu and custom functions and some new icons.
All works fine. Please and test. Post all bugs here.
No need of serials. All keycode strings and callbacks to yabsoft”s server, have been removed from all files

Info:

Code:
http://www.yabsoft.com/mfhs-feature.

Admin Demo:

Code:
http://yabsoft.info/demo/mfhs/admin

Frontend Demo:

Code:
http://yabsoft.info/demo/mfhs/

Admin Login: demo/demo

Code:
 File :
http://.com/files/84714967/MFHS_1.2_LepeNU..

 File :
http://.com/files/84714968/MFHS_1.2_LepeNU..

[Alıntıdır]

TM 15716 | 19.6 MB

10 Templates | | 44MB

This archive contains all 10 club templates from Shape5.

The templates are: Bliss, Business Look, Creative Edge, EWorld, Game Vision, Kite Photography, Magnum Opus, Sphere Docs, User Choice, Your Store.

Also contains the 2 club extensions: Virtuemart Accordion Menu and Virtuemart Accordion Menu with Table Styles.

http://rapidshare.com/files/84947651/give_me_5.rar.html

password = romadoma4friends

Bana 18108 bulabilecek birisi var mııı lütfen ÇOK ACİL bulan kişiye ne kadr verebiliyosam rep vericem!
smashingtheme-TR temasının sol blogu mavı olanından varsa eklersenız sevınırm
Konu başlığından da anlaşılacağı gibi şarkı sözü botudur.

Web arayüzü vardır.

Şarkı sözlerini sanatçı ismine göre arama yaparak ekler.

Kategori şarkı sözlerini hangi yöneticinin ekliyeceğini seçebilme imkanı vardır.

Eklenen şarkı sözü tekrar eklenmez.

Wp nin kendi db sine eder.

tag özelliği vardır.

Curl kullanılmıştır.Çok hızlı çalışır. Kasmaz.

Script ücreti 50 ytl dir.
Sadece banka havalesi ile ödeme kabul edilmektedir. Havale gerçekleştiği an teslim alabilirsiniz.
dipnot:kesin alıcak varsa botu da

ArkadasLar Script19 Joy Lovesini KurduM Sorunum Su HErSey tıkır tıkır Çalısıo Ama birine Arkadaslık TeKlifi YolladıgımDa KArsı taraf onu ne kabul ediyor nede reddedebiliyor hiçbişirsey olmuyor yani birde işin ilginç yanı sadece joy da deil xl weya buble kurdugumdada bu teklif olayı olmuyor yani anlamadım gitti teklifle ilgili dosyanın kodlarını paylası inş biri bana yardımcı olur

Quote:

<?

function session_vars( $var )
{
global $user_info;
return $user_info[$var];
}

include( "include/generalsettings.secinc." );
include( "include/theswitch.secinc." );
include( "language/joy19_turkish." );
include( "include/replacerepeat.secinc." );
session_exists( $session_logged );
if ( $act == "buddy" )
{
if ( $type == "delete" )
{
mysql_query( "Delete from joy19_buddies where buddy_username = “".$user_info["username"]."” and buddy_buddy = “".$_GET["other"]."”" );
mysql_query( "Delete from joy19_buddies where buddy_username = “".$_GET["other"]."” and buddy_buddy = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=buddy&action=deleted_buddies" );
exit( );
}
if ( $type == "add" )
{
$check = mysql_query( "Select user_id from profiles where user_id = “".$buddyID."”" );
$check2 = mysql_query( "Select id from user_buddy_list where user_id = “".$buddyID."” and buddy_id = “".session_vars( "id" )."”" );
$check3 = mysql_query( "Select * from user_ignore_list where ignore_id = “".$buddyID."” and user_id = “".session_vars( "id" )."”" );
$check4 = mysql_query( "Select * from user_ignore_list where ignore_id = “".session_vars( "id" )."” and user_id = “".$buddyID."”" );
if ( $buddyID == session_vars( "id" ) )
{
header( "………………………………….: index.?page=friend_requests&error=21" );
exit( );
}
if ( mysql_num_rows( $check ) < 1 )
{
header( "………………………………….: index.?page=friend_requests&error=15" );
exit( );
}
if ( 0 < mysql_num_rows( $sql ) )
{
header( "………………………………….: index.?page=friend_requests&error=20" );
exit( );
}
if ( 0 < mysql_num_rows( $check2 ) )
{
header( "………………………………….: index.?page=friend_requests&error=30" );
exit( );
}
if ( 0 < mysql_num_rows( $check3 ) )
{
header( "………………………………….: index.?page=ignore_list&error=33" );
exit( );
}
if ( 0 < mysql_num_rows( $check4 ) )
{
header( "………………………………….: index.?page=ignore_list&error=34" );
exit( );
}
mysql_query( "Insert into user_buddy_list (user_id,buddy_id,date,status,offer_by) VALUES (”".session_vars( "id" )."”,”".$buddyID."”,”".times( )."”,”no”,”".session_vars( "id" )."”)" );
header( "………………………………….: index.?page=friend_requests&success=" );
exit( );
}
if ( $type == "approve" )
{
mysql_query( "Update joy19_buddies set status = “yes” where buddy_id = “".$id."” and buddy_buddy = “".$user_info["username"]."”" );
mysql_query( "Insert into joy19_buddies VALUES (”",”".$user_info["username"]."”,”".$user."”,”yes”)" );
header( "………………………………….: home.?mode=buddy&action=buddy_approved" );
exit( );
}
if ( $type == "reject" )
{
mysql_query( "Update joy19_buddies set status = “yes” where buddy_id = “".$id."” and buddy_buddy = “".$user_info["username"]."”" );
mysql_query( "Delete from joy19_buddies where buddy_id = “".$id."” and buddy_buddy = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=buddy&action=buddy_rejected" );
exit( );
}
header( "………………………………….: index.?page=buddy_list" );
exit( );
}
if ( $act == "tarz" )
{
if ( !@mysql_result( @mysql_query( @"Select name from tarz where id = “".$id."”" ), 0 ) )
{
exit( header( "………………………………….: home.?mode=tarz&action=not_found" ) );
}
if ( $type == "add" )
{
mysql_query( "Update joy19_users set tarz = “".$id."” where username = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=tarz&action=added" );
exit( );
}
if ( $type == "remove" )
{
mysql_query( "Update joy19_users set tarz = “0″ where username = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=tarz&action=removed" );
exit( );
}
}
if ( $act == "kampus" )
{
if ( !@mysql_result( @mysql_query( @"Select name from kampus where id = “".$id."”" ), 0 ) )
{
exit( header( "………………………………….: home.?mode=kampus&action=not_found" ) );
}
if ( $type == "add" )
{
mysql_query( "Update joy19_users set kampus = “".$id."” where username = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=kampus&action=added" );
exit( );
}
if ( $type == "remove" )
{
mysql_query( "Update joy19_users set kampus = “0″ where username = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=kampus&action=removed" );
exit( );
}
}
if ( $act == "fan" )
{
if ( !@mysql_result( @mysql_query( @"Select name from fan_club where id = “".$id."”" ), 0 ) )
{
exit( header( "………………………………….: home.?mode=fan&action=not_found" ) );
}
if ( $type == "add" )
{
mysql_query( "Update joy19_users set fan = “".$id."” where username = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=fan&action=added" );
exit( );
}
if ( $type == "remove" )
{
mysql_query( "Update joy19_users set fan = “0″ where username = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=fan&action=removed" );
exit( );
}
}
if ( $act == "ignore" )
{
if ( $type == "remove" )
{
mysql_query( "Delete from joy19_ignores where ignore_id = “".$id."” and ignore_username = “".$user_info["username"]."”" );
header( "………………………………….: home.?mode=ignore&action=ignore_deleted" );
exit( );
}
}
if ( $act == "mood" )
{
mysql_query( "Update joy19_users set mood = “".$_POST["mood"]."” where username = “".$user_info["username"]."”" );
header( "………………………………….: home." );
exit( );
}
if ( $act == "activity" )
{
if ( $type == "add" )
{
$check = mysql_query( "Select * from activities_users where activity_id = “".$_POST["activity_id"]."” and user_id = “".session_vars( "id" )."”" );
if ( 0 < mysql_num_rows( $check ) )
{
header( "………………………………….: ".$_SERVER["HTTP_REFERER"]."&error=1" );
exit( );
}
mysql_query( "Insert into activities_users values(”".$_POST["activity_id"]."”,”".session_vars( "id" ).( "”,”".$_POST["ppl"]."”)" ) );
header( "………………………………….: ".$_SERVER["HTTP_REFERER"]."&success=1" );
exit( );
}
if ( $type == "delete" )
{
$check = mysql_query( "Delete from activities_users where activity_id = “".$_POST["activity_id"]."” and user_id = “".session_vars( "id" )."”" );
header( "………………………………….: ".$_SERVER["HTTP_REFERER"]."&success=2" );
exit( );
}
}
header( "………………………………….: ".$_SERVER["HTTP_REFERER"]."" );
exit( );
?>


sayısı 81.

File: Turk_bayragi_resimleri..
DownloadLink: RapidShare: 1-Click Webhosting

Localde xampp kulanıyorum ama curl u aktif edemedim .ini den extension=php_curl.dll nin önündeki ";" işaretini kaldırdım ama hala curl aktif deyil sanırım
Bir önceki projemin devamı olarak düşünülebilir. Bu sevimli botumuz esnips.com dan aldığı mp3leri forumunuza aktarır ile bunları ziyaretçilerinize dinletmenize imkan sağlar. Ayrıca isterseniz linkini vererek dinlediği şarkıyı indirmesine imkan sağlar. Web arayüzü bulunmasının yanında curl kullanarak hızlı aramalar yapar. Tek yapmanız gereken sanatçı adını girmek o sanatçıya ait tüm mp3leri forumunuza aktarır.

Kaynak kodu şifrelenerek teslim edilecektir. Script fiyatı 50 YTL dir.

Sadece banka havalesi ile ödeme kabul edilmektedir. Havale gerçekleştiği an teslim alabilirsiniz.

dersleri acılmayacak mı
What”s new :

- History
- Bug fixes

Installation and upgrades

- Installation guide (for new sites)
- Upgrade guide (if you”re already running Sedito v120)
- Upgrade guide and upgrade tool (if you”re already running Sedito v110)
- manual

Problems ? Need help ?

Head for the technical support section in the forums, have a look at the recent topics, maybe other webmasters are yet discussing the issue, and if not, then start a new topic and make a clear description of the problem.

Found a bug ?

First be sure it”s really a bug, and not a bad configuration or a mis-understanding of the engine, then look in the (Bugtracker once it”s ready), and if it”s not yet listed there, start a new thread in the bug reports section. Be clear and descriptive, the more clues we”ll get, the faster it will be investigated and fixed.

Important !

Seditio is not an open source software. You must follow the limitations in this software agreement. Technical support is available to those following this agreement with no charge on http://www.neocrome.net

Neocrome grants you a non-exclusive license to use Seditio if you follow all restrictions in all sections of this agreement.

*** Copyrights

Ownership rights and intellectual property rights in the Seditio software shall remain with Neocrome. This software is protected by copyright laws and treaties. Title and related rights in the content accessed through the software is the property of the applicable content owner and may be protected by applicable law. This license gives you no rights to such content. Authorisation to remove copyright notices can be obtained from Neocrome for a one time fee. This fee authorises you to remove the output of copyright notices, it does not give you authorisation to remove any copyright notices in the script source header files nor any other rights.

*** Scope of grant

You may:
- Use the software on one or more computers.
- Customise the software”s design to suit the needs of your own web .
- Produce and distribute modification instructions, skin packs or language packs provided that they contain notification that it was originally created by Neocrome. The modifications instructions you personally create are not owned by Neocrome so long as they contain no proprietary coding from Seditio.

You may not:

- Use the product for illegal activities.
- Modify and/or remove the copyright notice in the footer and in the header of each script source file.
- Reverse engineer, disassemble, or create derivative works based on Seditio for distribution or usage outside your website.
- Distribute Seditio without written consent from Neocrome.
- Permit other individuals to use the product except under the terms listed above.

*** Third party modifications

Technical support will not be provided for third-party modifications to the software including modifications to code, skin packs and language packs to any license holder. If Seditio is modified using a third-party modification instruction or otherwise, technical support may be refused to any license holder.

*** Disclaimer of warranty

Seditio is provided on an "as is" basis, without warranty of any kind, including without limitation the warranties of merchantability, fitness for a particular purpose and non-infringement. The entire risk as to the quality and performance of this software is borne by you.


İndir

şimdiden tşk ederim
saygılar
arkadaslar cok kucuk bır basvuru .
burada Var, yok yazan secenekleri kutucuk yapmak ıstıyorum. den anlayan arkadaslar yardımcı olabilir mi?

buraya upload ettım.
www.mavigame.com/basvuru.rar

Sizler için birbirinden , UserBar”ları upload ettim Güle Güle kullanmak dileği ile..

Genel

Osmanlı Torunu

Need for Speed - Most Wanted

8

MS-DOS

Age of Empires

Battlefield 2

Galatasaray

Honda

Hyundai

dipNot : Alıntıdır.

dipNot - 2 : Beşiktaş Fenerbahçe BAR”ları hazırda bulamadım onun için ; sadece Galatasaray BAR”ı varda BJK FB BAR”ı yok diye kıskançlık yapmayınız ( Şahsen ben BJK”li olduğum için bile Galatasaray BAR”ını koymaktan biraz utanç kıskançlık duydum ama neeyse

26 Extremepixels phpBB Skins | 14.47 MB

33 HQ Tattoo Brushes for Photoshop | 7.46 MB

TM 12280 | 43.6 MB

Titanium vB 3.6.8 Skin | 749 KB

Venise - vB Skin | 544 KB

Boxedart 19070-71 FTIKCaringPartners | 9.38 MB