uwn
Mart 11, 2010, 09:02:23 ÖÖ *
Merhaba, Ziyaretçi. Lütfen giriş yapın veya üye olun.

Kullanıcı adınızı, parolanızı ve aktif kalma süresini giriniz
 
   Forum   Yardım Oyun Son Konular Google Etiketleri Giriş Yap Kayıt  

 Duyurular
Lütfen konulara teşekkür etmek için teşekkür et () düğmesinini kullanınız.
Sayfa: [1] 2   Aşağı git
  Yazdır  
Gönderen Konu: Uzmanweb Servisleri-Php-nuke Blockları  (Okunma Sayısı 3720 defa)
0 Üye ve 1 Ziyaretçi konuyu incelemekte.
burajan
Administrator
*

Puan: 308
Offline Offline

Cinsiyet: Bay
İsim: Burak ŞİMŞEK
Meslek: Teknisyen
:
Mesaj Sayısı: 3236


Aktiflik
Deneyim
Seviye
 Stats
« : Ekim 08, 2006, 20:00:59 ÖS »

Uzmanwebteki ücretsiz webmaster servislerini php-nuke için block kodlarına çevirdim.İstek block olursa burada belirtebilirsiniz.Burdaki kodları;
1)notpad açın ve içine kopyalayın.
2)block-blockisim.php şeklinde farklı kaydedin.
3)Farklı kaydettiğiniz php dosyasını nuke dizinindeki block klasörü içine atın ve admin panelinden aktifleştirin.

    Bloğu Admin Panelinden Aktifleştirmek:
-Admin panelinden blocklara gelin.
-Çıkan formda En başa bloğunuzun sayfada görüneceği adı yazın.
-Alttaki alana block-blockisim.php (bloğa verdiğiniz isim) yazın
-Sonra bloğunuzu eklemiş olduğunuz bloğu seçin.
-Açıklama boş geçilebilir.Bloğu eklemek istediğiniz yeri seçin.sağ-sol-orta
-ve kaydedin...

Kolay gelsin...


Ekleyen: zaferysb
« Son Düzenleme: Temmuz 17, 2008, 09:48:55 ÖÖ Gönderen: ZaFeRySb » Logged

Hayat üzerine iki ihtimal vardır.
Birinci ihtimal: Hayatta bir kere yaşarsın.
İkinci ihtimal: Hayatta bir kere ölürsün.
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #1 : Temmuz 17, 2008, 09:32:39 ÖÖ »

Döviz Kurları 1
<?php
#### Generated by Block Creator by Zaferysb (www.uzmanweb.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<!-----UzmanWeb.Net Döviz Kurlari Basla---->";
$content  .= "<iframe frameborder=0 height=75 marginheight=1 marginwidth=1 scrolling=no src=\"http://www.uzmanweb.gen.tr/doviz.asp\" width=160 name=\"doviz\"> </iframe>";
$content  .= "<!-----UzmanWeb.Net Döviz Kurlari Bitir---->";
$content  .= "  ";
?>
Logged
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #2 : Temmuz 17, 2008, 09:34:10 ÖÖ »

Arama Motoru
<?php
#### Generated by Block Creator by Zaferysb (www.uzmanweb.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<!-----UzmanWeb.Net Arama Motoru Servisi Basla---->";
$content  .= "<table>";
$content  .= "<tr><td>";
$content  .= "";
$content  .= "<script>";
$content  .= "<!-- START HIDE";
$content  .= "//http://www.uzmanweb.net";
$content  .= "var MAX_ENGINES = 35;";
$content  .= "var tp='';";
$content  .= "var tpp='';";
$content  .= "var find = 'hunt';";
$content  .= "var hold=0;";
$content  .= "var hold2=0;";
$content  .= "var gog=0;";
$content  .= "var ap='';";
$content  .= "function MakeArray(n) {";
$content  .= "for (var i = 1; i <= n; i++) {";
$content  .= "this[i] = 0;";
$content  .= "}";
$content  .= "this.maxlen = n;";
$content  .= "this.len = 0;";
$content  .= "return this;";
$content  .= "}";
$content  .= "var engs = new MakeArray(MAX_ENGINES);";
$content  .= "function find_substring(needle, haystack) {";
$content  .= "var i, needlen = needle.length, haylen = haystack.length;";
$content  .= "for (i=0; i<=haylen-needlen; i++) {";
$content  .= "if (needle == haystack.substring(i,i+needlen))";
$content  .= "return i;";
$content  .= "}";
$content  .= "return false;";
$content  .= "}";
$content  .= "function Engine(name, opts, home, search) {";
$content  .= "var gotcha = find_substring(find, search);";
$content  .= "this.name = name;";
$content  .= "this.opts = opts;";
$content  .= "this.home = home;";
$content  .= "this.pre_gotcha = search.substring(0,gotcha);";
$content  .= "this.post_gotcha= search.substring(gotcha+find.length, search.length);";
$content  .= "}";
$content  .= "function Add(name, opts, home, search) {";
$content  .= "engs.len++;";
$content  .= "if (engs.len <= engs.maxlen) {";
$content  .= "engs[engs.len] = new Engine(name, opts, home, search)";
$content  .= "}";
$content  .= "else {";
$content  .= "alert ('Better increase MAX_ENGINES: ' + engs.Len + '>' + engs.maxlen)";
$content  .= "}";
$content  .= "}";
$content  .= "function DisplayForm() {";
$content  .= "document.writeln('<CENTER><FORM Name=Gotchaform OnSubmit=\"HandleForm(this); return false\">');";
$content  .= "document.writeln('<table border=0 bordercolor=black width=200 bgcolor=#ffffff><tr><td width=\"100\"><b><font size=1 face=\"verdana\">Arayın:</b></td><td width=\"200\"><INPUT size=23 name=\"query\"></td></tr></table>');";
$content  .= "document.writeln('&nbsp;<b><font size=1 face=\"verdana\">Seçiniz</b>&nbsp;<SELECT name=\"service\">');";
$content  .= "for (i=1; i <= engs.len; i++) {";
$content  .= "document.writeln(\"<OPTION \" + engs[i].opts + \"> \" + engs[i].name);";
$content  .= "}";
$content  .= "document.writeln('</SELECT><input type=submit value=\"Ara\">');";
$content  .= "document.writeln('</FORM> </CENTER>');";
$content  .= "document.Gotchaform.query.focus()";
$content  .= "}";
$content  .= "function HandleForm(form){";
$content  .= "var i, newq=\"\", oldq=form.query.value;";
$content  .= "for (i=0; i<oldq.length; i++) {  // compress [ ]+ into \\+";
$content  .= "var thischar = oldq.charAt(i);";
$content  .= "if (thischar ==\"+\")newq += \"%2B\";";
$content  .= "else";
$content  .= "if (thischar != ' ')";
$content  .= "newq += thischar;";
$content  .= "else if (lastchar != ' ')";
$content  .= "newq += '+';";
$content  .= "lastchar = thischar;";
$content  .= "}";
$content  .= "var eng = engs[1+form.service.selectedIndex];";
$content  .= "// Window";
$content  .= "search=window.open(newq ? eng.pre_gotcha + newq + eng.post_gotcha : eng.home,\"SmartSearch\",\"scrollbars=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,width='100%',hight='100%'\");";
$content  .= "}";
$content  .= "Add(\"Google\",\"SELECTED\",\"http://www.google.com/\",\"http://www.google.com/search?hl=tr&safe=off&q=hunt&btnG=Google%27da+Ara&lr=\");";
$content  .= "Add(\"Netbul\",\"\",\"http://www.netbul.com/\",\"http://www.netbul.com/search/quicksearch.asp?keyword=hunt&nerede=1&rad_section=1&anaSayfa=1&q=hunt&type=50\" );";
$content  .= "Add(\"Arabul\",\"\",\"http://www.arabul.com/\",\"http://www.arabul.com/sonuc.asp?SayfaNo=1&SayfaUzunlugu=10&DetayliArama=FALSE&SearchString=hunt\");";
$content  .= "Add(\"Arama\",\"\",\"http://www.arama.com/\",\"http://www.arama.com/search.php3?q=hunt&weborcat=cat\");";
$content  .= "Add(\"Kur'an'da\",\"\",\"http://www.kuranadaara.com/\",\"http://www.kurandaara.com/index.php3?konu=ara&ne=1&keyword=hunt&kisi=01&sure_no=\");";
$content  .= "Add(\"Çoklu\",\"\",\"http://www.hotscripts.com/\",\"http://www.maximumedge.com/cgi/search/nph-cobrand.cgi?user=gezgin&qry=hunt&module1=altavista&module5=fast&module4=findwhat&module6=google&module7=inktomi&module2=kanoodle&module8=searchhippo&module9=opendir&module3=7search&module10=yahoo\");";
$content  .= "Add(\"Domain\",\"\",\"http://www.gezginler.net/\",\"http://www.gezginler.net/whois/domain.php?domain=hunt&action=checkdom&type=all\");";
$content  .= "Add(\"Crack\",\"\",\"http://astalavista.box.sk\",\"http://astalavista.box.sk/cgi-bin/robot?srch=hunt\");";
$content  .= "Add(\"Program\",\"\",\"http://www.zdnet.com/\",\"http://www6.zdnet.com/cgi-bin/texis/swlib/hotfiles/search.html?Usrt=rel&Usrchtype=simple&Utext=hunt\");";
$content  .= "Add(\"Sürücü\",\"\",\"http://www.surucubul.com\",\"http://www.surucubul.com/index.php?PHPSESSID=1a209333073ad938a04b81e29c32c381&ab=AR&atip=mod&qu=hunt&x=52&y=8\");";
$content  .= "Add(\"Resim\",\"\",\"http://www.picsearch.com/\",\"http://www.picsearch.com/search.cgi?q=hunt&search=Search%21&rp=same&pl=en\");";
$content  .= "Add(\"Türkçe-İng.\",\"\",\"http://www.tur.net/\",\"http://www.tur.net/sozluk/ara.asp?query=hunt&start=0&dictionary=english\");";
$content  .= "Add(\"Script\",\"\",\"http://www.hotscripts.com/\",\"http://www.hotscripts.com/search/?query=hunt&category=all\");";
$content  .= "Add(\"Yahoo!\",\"\",\"http://www.yahoo.com/\",\"http://search.yahoo.com/bin/search?p=hunt\" );";
$content  .= "Add(\"AltaVista (UseNet)\",\"\",\"http://altavista.digital.com/\",\"http://altavista.digital.com/cgi-bin/query?pg=q&what=news&fmt=d&q=hunt\" );";
$content  .= "Add(\"Infoseek UltraSmart\",\"\",\"http://www.infoseek.com/Home?pg=Home.html&sv=A2\",\"http://www.infoseek.com/Titles?qt=hunt&col=WW&sv=A2\");";
$content  .= "Add(\"Excite\",\"\",\"http://www.excite.com/\",\"http://www.excite.com/search.gw?searchType=Concept&search=hunt&category=default\");";
$content  .= "Add(\"Infoseek (Usenet)\",\"\",\"http://www.infoseek.com\",\"http://www.infoseek.com/Titles?qt=hunt&col=NN&sv=A2\");";
$content  .= "Add(\"Lycos\",\"\",\"http://www.lycos.com/\",\"http://www.lycos.com/cgi-bin/pursuit?query=hunt&backlink=639\");";
$content  .= "Add(\"Magellan\",\"\",\"http://www.mckinley.com/\",\"http://www.mckinley.com/extsearch.cgi?query=hunt\");";
$content  .= "// Software";
$content  .= "Add(\"Shareware.com\",\"\",\"http://www.shareware.com/\",\"http://search.shareware.com/code/engine/Find?logop=and&cfrom=quick&orfile=True&hits=25&search=hunt&category=All-Categories\");";
$content  .= "Add(\"PC game finder\",\"\",\"http://www.pcgame.com/\",\"http://www.pcgame.com/finder/search.cgi?key=hunt\");";
$content  .= "// Denmark";
$content  .= "Add(\"AltaVista (DK)\",\"\",\"http://altavista.telia.com/cgi-bin/telia\",\"http://www.danielsen.com/cgi/thornew.cgi?country=danmark&cnt=50&q=hunt\");";
$content  .= "DisplayForm();";
$content  .= "// STOP HIDE -->";
$content  .= "</script>";
$content  .= "</td>";
$content  .= "</tr>";
$content  .= "</table>";
$content  .= "<!-----UzmanWeb.Net Arama Motoru Servisi Bitir---->";
$content  .= "
?>
Logged
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #3 : Temmuz 17, 2008, 09:35:05 ÖÖ »

Günün Sözü
<?php
#### Generated by Block Creator by Zaferysb (www.uzmanwe.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<!-----UzmanWeb Günün Sözü Basla---->";
$content  .= "<iframe src=\"http://www.uzmanweb.gen.tr/uzmanwebsoz.asp\" width=\"200\" height=\"100\" marginwidth=\"1\" marginheight=\"1\" scrolling=\"auto\" frameborder=\"0\" name=\"Günün Sözü\"></iframe>";
$content  .= "<!-----UzmanWeb Günün Sözü Bitir---->";
?>
Logged
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #4 : Temmuz 17, 2008, 09:36:33 ÖÖ »

Günün Resmi

<?php
#### Generated by Block Creator by Zaferysb (www.uzmanweb.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<!-----UzmanWeb.Net Günün Resmi  Başla---->";
$content  .= "<iframe frameborder=0 height=163 marginheight=0 marginwidth=0 scrolling=no src=\"http://www.uzmanweb.gen.tr/gununresmi.asp\" width=170 name=\"gununresmi\"> </iframe>";
$content  .= "<!-----UzmanWeb.Net Günün Resmi Bitir---->";
?>
Logged
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #5 : Temmuz 17, 2008, 09:37:31 ÖÖ »

Gazeteler Servisi
<?php
#### Generated by Block Creator by Zaferysb (www.uzmanweb.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<!-----UzmanWeb.Net Gazeteler Servisi Basla---->";
$content  .= "<iframe frameborder=0 height=285 marginheight=1 marginwidth=1 scrolling=no src=\"http://www.uzmanweb.gen.tr/gazeteler.asp\" width=166 name=\"gazeteler\"> </iframe>";
$content  .= "<!-----UzmanWeb.Net Gazeteler Servisi Bitir---->";
?>
Logged
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #6 : Temmuz 17, 2008, 09:38:21 ÖÖ »

Bilgisayar Terim Sözlüğü
<?php
#### Generated by Block Creator by Zaferysb (www.uzmanweb.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<!-----UzmanWeb.Net BTS Servisi Basla----><iframe src=\"http://www.uzmanweb.gen.tr/servisler/bilgisayar/bilgisayar_sozluk.asp\" width=\"150\" height=\"127\" marginwidth=\"1\" marginheight=\"1\" scrolling=\"auto\" frameborder=\"0\" name=\"bilgisayar_sozluk\"></iframe>";
$content  .= "<!-----UzmanWeb.Net BTS  Servisi Bitir---->";
$content  .= "
?>
Logged
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #7 : Temmuz 17, 2008, 09:39:19 ÖÖ »

Rüya Tabirleri
<?php
#### Generated by Block Creator by Zaferysb (www.uzmanwebl.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<!-----UzmanWeb.Net Rüya Tabirleri Servisi Basla----><iframe src=\"http://www.uzmanweb.gen.tr/servisler/ruyatabiri/ruya_tabiri.asp\" width=\"132\" height=\"125\" marginwidth=\"1\" marginheight=\"1\" scrolling=\"auto\" frameborder=\"0\" name=\"ruya_tabiri\"></iframe>";
$content  .= "<!-----UzmanWeb.Net Rüya Tabirleri Servisi Bitir---->";
$content  .= "
?>
Logged
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #8 : Temmuz 17, 2008, 09:40:38 ÖÖ »

3 Günlük Hava Durumu Orta Block!
Not:Sağ veya sol blockta Kullanmayınız!
<?php
#### Generated by Block Creator by Zaferysb (www.uzmanweb.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "  <!-----UzmanWeb.Net Hava Durumu Servisi Basla---->";
$content  .= "  <iframe src=\"http://www.uzmanweb.gen.tr/servisler/havadurumu/hava.asp\" width=\"610\" height=\"367\" marginwidth=\"1\" marginheight=\"1\" scrolling=\"auto\" frameborder=\"0\" name=\"havadurumu3\"></iframe>";
$content  .= "<!-----UzmanWeb.Net Hava Durumu Servisi Bitir---->";
$content  .= "
?>
Logged
ZaFeRySb
Süper Moderatör
*

Puan: 19
Offline Offline

Cinsiyet: Bay
İsim: Zaferysb
Meslek: Diğer
:
Mesaj Sayısı: 350


Ya olduğun gibi görün,ya da göründüğün gibi ol!

Aktiflik
Deneyim
Seviye
 Stats
« Yanıtla #9 : Temmuz 17, 2008, 09:41:22 ÖÖ »

Tarihte Bugün
<?php
#### Generated by Block Creator by Zaferysb (www.uzmanweb.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "  <!-----UzmanWeb.Net Tarihte Bugün Servisi Basla---->";
$content  .= "  <iframe src=\"http://www.uzmanweb.gen.tr/servisler/tarihtebugun/tarihtebugun.asp\" width=\"162\" height=\"250\" marginwidth=\"1\" marginheight=\"1\" scrolling=\"auto\" frameborder=\"0\" name=\"tarihtebugun\"></iframe>";
$content  .= "<!-----UzmanWeb.Net Tarihte Bugün Servisi Bitir---->";
$content  .= "
?>
Logged
Sayfa: [1] 2   Yukarı git
  Yazdır  
Google Etiketleri

 
Gitmek istediğiniz yer:  


Benzer Konular
Konu Başlığı Başlatan Yanıtlar Görüntülenme Son Mesaj
Bedava İnternet Adresi Yönlendirme Servisleri Bedava Site burajan 2 3144 Son Mesaj Eylül 28, 2009, 19:47:13 ÖS
Gönderen: msfgş
Tarihte bugün ve günün sözü servisleri UzmanWeb Servisleri Destek Hattı jero11 1 1000 Son Mesaj Temmuz 12, 2009, 20:16:49 ÖS
Gönderen: AdmiN
UzmanWeb Servisleri Duyuru [19.10.2008] UzmanWeb Servisleri Destek Hattı AdmiN 0 6808 Son Mesaj Ekim 19, 2008, 16:33:47 ÖS
Gönderen: AdmiN
Yeni uzmanweb servisleri hazır UzmanWeb Servisleri Destek Hattı AdmiN 4 1474 Son Mesaj Ağustos 22, 2009, 00:32:54 ÖÖ
Gönderen: zugasi_61
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
UzmanWeb.Net 2003-2010 © | Bilgi Paylaşım Sitesi
Forum | Dersler | Dosyalar | Video Dersler | Videolar | Hakkımızda | Site Haritası Sitemap | Arşiv | Xml | Rss | Kaynak | biber hapı
Google son ziyaret: Dün 13:52:37