Anasayfa FORUMLAR Üye Girişi Dosyalar Dersler İpuçları Yardımcı Araçlar Hakkımızda
KİMLER BAĞLI
Toplam Üye: 32638
Aktif Üye: 0
Aktif Ziyaretçi: 687
Üye Adı
Şifre
Beni Hatırla
          Yeni Üye KayıtYeni Üye Kayıt
          Şifremi UnuttumŞifremi Unuttum
FORUMLAR
 ??? Sitem deki Haberleri ..
(25554 okuma, 26 yanıt)
 Free Hosta Php Nuke Kurul..
(16539 okuma, 14 yanıt)
 EKLENTİ: Misafire mesajın..
(37255 okuma, 38 yanıt)
 Php Nuke 9.0 Geliyor..
(21018 okuma, 19 yanıt)
 Bu başlık için mesaj bulu..
(14156 okuma, 15 yanıt)
 Facebook Sohbet Tipi Sohb..
(17933 okuma, 15 yanıt)
 üye aktivasyon..
(10696 okuma, 8 yanıt)
 Facebook tarzı altbar... ..
(6301 okuma, 1 yanıt)
 kaldırmak istediğim bölüm..
(6576 okuma, 2 yanıt)
 Resimli RSS..
(23309 okuma, 25 yanıt)
 Onay linkini kaldirmak..
(11127 okuma, 8 yanıt)
 Yardım :( Site açılırken ..
(6689 okuma, 2 yanıt)
 .Htaccess ile uzantıda ke..
(8339 okuma, 4 yanıt)
 block genişliği..
(5740 okuma, 1 yanıt)
 Haber Resimleri ve Slide ..
(14491 okuma, 12 yanıt)
 Foruma büyük boyutlu resi..
(7344 okuma, 3 yanıt)
 Php-Nuke 8.0 Paket..
(9473 okuma, 6 yanıt)
 Hangi sürümü önerirsiniz?..
(10549 okuma, 8 yanıt)
 ethai1 3..
(13257 okuma, 10 yanıt)
 Yeni PEHASPESEO..
(70353 okuma, 82 yanıt)
 Türkçe Karakter sorunu ?..
(37971 okuma, 36 yanıt)
 tek modul için sağ ve sol..
(11458 okuma, 8 yanıt)
 Php-nuke8.0 başlıklarda t..
(10641 okuma, 8 yanıt)
 Phpden iyi anlayan..
(5475 okuma, 1 yanıt)
 Php nuke 7.6 - 3.1 patch ..
(73761 okuma, 89 yanıt)
 Mp3 Üst Player Yardım..
(29811 okuma, 40 yanıt)
 Toplu üyelik silme?..
(11177 okuma, 8 yanıt)
 Çözümleyemediğim hata.....
(12462 okuma, 11 yanıt)
 bloğu kayan hale getirmek..
(5995 okuma, 2 yanıt)
 Makale modulu..
(8624 okuma, 5 yanıt)
 PHP-Nuke Haber V.1 Paylas..
(86022 okuma, 121 yanıt)
 title değiştirme..
(10406 okuma, 6 yanıt)
 Arkadaşlar bu sorunun çöz..
(10081 okuma, 6 yanıt)
 Php Nuke 8.1..
(4369 okuma, 0 yanıt)
 merhaba..
(10334 okuma, 9 yanıt)
 Anasayfa için boş modül o..
(13608 okuma, 13 yanıt)
 admin panelinde Access De..
(6444 okuma, 2 yanıt)
 Bu başlığa hiç cevap gelm..
(26552 okuma, 25 yanıt)
 Nuke Tema yapilisi..
(17186 okuma, 16 yanıt)
 Mavisce-net temasina bann..
(8772 okuma, 6 yanıt)
 PHP-Nuke wTeam - eklentil..
(6663 okuma, 2 yanıt)
 coppermine hata..
(10759 okuma, 8 yanıt)
 içerik tanıtımı..
(6325 okuma, 2 yanıt)
 Haber Ve İçeriğe Resim Ek..
(7210 okuma, 3 yanıt)
 google keywords..
(9014 okuma, 6 yanıt)
 8.0'da html sorunu..
(5524 okuma, 1 yanıt)
 PHP-Nuke_8.1.3.5+NukeSent..
(54541 okuma, 76 yanıt)
 üye olunurken gereksiz is..
(10073 okuma, 7 yanıt)
 Arkadaşlar kolifa haber s..
(6387 okuma, 2 yanıt)
 Hesabınız'a tıklayınca te..
(10563 okuma, 7 yanıt)
Netopsiyon Online: Forums
Netopsiyon Online :: Başlık görüntüleniyor - <i f r a m e yardimi
 AramaArama   RütbelerRütbeliler   ProfilProfil   GirişGiriş 


<i f r a m e yardimi

 
Bu forum kilitlendi: mesaj gönderemez, cevap yazamaz ya da başlıkları değiştiremezsiniz   Bu başlık kilitlendi: mesajları değiştiremez ya da cevap yazamazsınız    Netopsiyon Online Forum Ana Sayfa -> Php-Nuke
Önceki başlık :: Sonraki başlık  
Yazar Mesaj
hanifi
Mesaj: 100+
Mesaj: 100+





Kayıt: Jul 09, 2005
Mesajlar: 152
Konum: istanbul

MesajTarih: 2007-07-06, 23:03:30    Mesaj konusu: <i f r a m e yardimi Alıntıyla Cevap Gönder

Kod:
<?php
// ==========================================
// PHP-NUKE: Shout Box
// ==========================
//
// Copyright (c) 2003-2005 by Aric Bolf (SuperCat)
// http://www.OurScripts.net
//
// Copyright (c) 2002 by Quiecom
// http://www.Quiecom.com
//
// This program is free software. You can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation
// ===========================================

if (eregi("block-Shout_Box.php",$_SERVER['PHP_SELF'])) {
    Header("Location: index.php");
    die();
}

global $prefix, $ShoutSubmit, $ShoutComment, $db, $user, $c o o k i e, $shoutuid, $top_content, $mid_content, $bottom_content, $ShoutMarqueewidth, $ShoutMarqueeheight, $currentlang;

function ShoutBox($ShoutSubmit, $prefix, $ShoutComment, $db, $user, $c o o k i e, $shoutuid) {

   global $admin, $admin_file, $currentlang, $top_content, $mid_content, $bottom_content, $ShoutMarqueewidth, $ShoutMarqueeheight;

   $self = ereg_replace("/", "",$_SERVER['PHP_SELF']);
   if ($admin_file == '') { $admin_file = 'admin'; }
   if ((is_admin($admin)) AND ("".$admin_file.".php" == $self)) {
      $sqlV = "select * from ".$prefix."_config";
      $resultV = $db->sql_query($sqlV);
      $confV = $db->sql_fetchrow($resultV);
      if ($confV['Version_Num'] >= '7.6') {
         $preURL = 'index.php?url=';
      } else {
         $preURL = '';
      }
   }

   if ($currentlang) {
      include_once("modules/Shout_Box/lang-block/lang-$currentlang.php");
   } else {
      include_once("modules/Shout_Box/lang-block/lang-english.php");
   }

   $PreviousShoutComment = $ShoutComment;

   include("config.php");

   c o o k i edecode($user);
   $username = $c o o k i e[1];

   if ($username == "") { $username = "Anonymous"; }

   $sql = "select * from ".$prefix."_shoutbox_conf";
   $result = $db->sql_query($sql);
   $conf = $db->sql_fetchrow($result);

   // Check if block is in center position
   $sql = "select bposition from ".$prefix."_blocks where blockfile='block-Shout_Box.php'";
   $SBpos = $db->sql_query($sql);
   $SBpos = $db->sql_fetchrow($SBpos);
   if ($SBpos['bposition'] == 'c' || $SBpos['bposition'] == 'd') {
      $SBpos = 'center';
      $SBborder = 1;
   } else {
      $SBpos = 'side';
      $SBborder = 0;
   }

   // Find user's IP
   if (getenv("HTTP_CLIENT_IP") && strcasecmp(getenv("HTTP_CLIENT_IP"), "unknown")) {
      $uip = getenv("HTTP_CLIENT_IP");
   } else if (getenv("HTTP_X_FORWARDED_FOR") && strcasecmp(getenv("HTTP_X_FORWARDED_FOR"), "unknown")) {
      $uip = getenv("HTTP_X_FORWARDED_FOR");
   } else if (getenv("REMOTE_ADDR") && strcasecmp(getenv("REMOTE_ADDR"), "unknown")) {
      $uip = getenv("REMOTE_ADDR");
   } else if (isset($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] && strcasecmp($_SERVER['REMOTE_ADDR'], "unknown")) {
      $uip = $_SERVER['REMOTE_ADDR'];
   } else {
      $uip = "";
   }
   if ($uip == 'unknown') { $uip = $_SERVER['REMOTE_ADDR']; }
   if ($uip == "") { $uip = $_SERVER['REMOTE_ADDR']; }
   if ($uip == "") { $uip = "noip"; }
   if ($uip == 'unknown') { $uip = "noip"; }

   //do IP test then ban if on list
   if($conf['ipblock'] == "yes") {
      $sql = "select * from ".$prefix."_shoutbox_ipblock";
      $ipresult = $db->sql_query($sql);
      while ($badips = $db->sql_fetchrow($ipresult)) {
         if (eregi("\*", $badips['name'])) { // Allow for Subnet bans like 123.456.*
            $badipsArray = explode(".",$badips['name']);
            $uipArray = explode(".",$uip);
            $i = 0;
            foreach($badipsArray as $badipsPart) {
               if ($badipsPart == "*") { $BannedShouter = "yes"; break; }
               if ($badipsPart != $uipArray[$i] AND $badipsPart != "*") { break; }
               $i++;
            }
         } else {
            if($uip == $badips['name']) { $BannedShouter = "yes"; break; }
         }
      }
   }
   //do name test then ban if on list (only applies to registered users)
   if ($conf['nameblock'] == "yes" AND $BannedShouter != "yes") {
      $sql = "select * from ".$prefix."_shoutbox_nameblock";
      $nameresult = $db->sql_query($sql);
      while ($badname = $db->sql_fetchrow($nameresult)){
         if ($username == $badname['name']) { $BannedShouter = "yes"; break; }
      }
   }
   if ($BannedShouter != "yes") {

   if ($ShoutSubmit == "ShoutPost") {
   // start processing shout
   if ($shoutuid) { $username = "$shoutuid"; }
   //shoutuid tests
   $username = trim($username); // remove whitespace off ends of nickname
   if($conf['anonymouspost'] == "yes") {
      $unum = strlen($username);
      if ($unum < 2) { $ShoutError = ""._NICKTOOSHORT.""; }
      if (!$username OR $username == ""._NAME."") { $ShoutError = ""._NONICK.""; }
      if (eregi(".xxx", $username) AND $conf['blockxxx'] == "yes") { $username = "Anonymous"; }
      if (eregi("j a v a s c r i p t:(.*)", $username)) { $username = "Anonymous"; }
      $username = htmlspecialchars($username, ENT_QUOTES);
      $username = ereg_replace("&amp;amp;", "&amp;",$username);
   }
   if (!is_user($user) && ($username) && $username != "Anonymous") {
      $username = ereg_replace(" ", "_",$username);
   }

   $ShoutComment = trim($ShoutComment); // remove whitespace off ends of shout
   $ShoutComment = preg_replace('/\s+/', ' ', $ShoutComment); // convert double spaces in middle of shout to single space
   $num = strlen($ShoutComment);
   if ($num < 1) { $ShoutError = ""._SHOUTTOOSHORT.""; }
   if ($num > 2500) { $ShoutError = ""._SHOUTTOOLONG.""; }
   if (!$ShoutComment) { $ShoutError = ""._NOSHOUT.""; }
   if ($ShoutComment == ""._SB_MESSAGE."") { $ShoutError = ""._NOSHOUT.""; }
   $ShoutComment = ereg_replace(" [.] ", ".",$ShoutComment);
   if (eregi(".xxx", $ShoutComment) AND $conf['blockxxx'] == "yes") {
      $ShoutError = ""._XXXBLOCKED."";
      $PreviousShoutComment = "";
   }
   if (eregi("j a v a s c r i p t:(.*)", $ShoutComment)) {
      $ShoutError = ""._JSINSHOUT."";
      $PreviousShoutComment = "";
   }

   $ShoutComment = htmlspecialchars($ShoutComment, ENT_QUOTES);
   $ShoutComment = ereg_replace("&amp;amp;", "&amp;",$ShoutComment);

   // Scan for links in the shout. If there is, replace it with [URL] or block it if disallowed
   $i = 0;
   $ShoutNew = '';
   $ShoutArray = explode(" ",$ShoutComment);
   foreach($ShoutArray as $ShoutPart) {
      if (is_array($ShoutPart) == TRUE) { $ShoutPart = $ShoutPart[0]; }
      if (eregi("http:\/\/", $ShoutPart)) {
         if (((!is_user($user)) AND ($conf['urlanononoff'] == "no")) OR ((is_user($user)) AND ($conf['urlonoff'] == "no"))) { $ShoutError = ""._URLNOTALLOWED.""; break; }
         // fix for users adding text to the beginning of links: HACKhttp://www.website.com
         $ShoutPartL = strtolower($ShoutPart);
         $spot = strpos($ShoutPartL,"http://");
         if ($spot > 0) { $ShoutPart = substr($ShoutPart, $spot); }
         $ShoutNew[$i] = "[<a rel=\"nofollow\" target=\"_blank\" href=\"$ShoutPart\">URL</a>]";
      } elseif (eregi("ftp:\/\/", $ShoutPart)) {
         if (((!is_user($user)) AND ($conf['urlanononoff'] == "no")) OR ((is_user($user)) AND ($conf['urlonoff'] == "no"))) { $ShoutError = ""._URLNOTALLOWED.""; break; }
         $ShoutPartL = strtolower($ShoutPart);
         $spot = strpos($ShoutPartL,"ftp://");
         if ($spot > 0) { $ShoutPart = substr($ShoutPart, $spot); }
         $ShoutNew[$i] = "[<a rel=\"nofollow\" target=\"_blank\" href=\"$ShoutPart\">FTP</a>]";
      } elseif (eregi("irc:\/\/", $ShoutPart)) {
         if (((!is_user($user)) AND ($conf['urlanononoff'] == "no")) OR ((is_user($user)) AND ($conf['urlonoff'] == "no"))) { $ShoutError = ""._URLNOTALLOWED.""; break; }
         $ShoutPartL = strtolower($ShoutPart);
         $spot = strpos($ShoutPartL,"irc://");
         if ($spot > 0) { $ShoutPart = substr($ShoutPart, $spot); }
         $ShoutNew[$i] = "[<a rel=\"nofollow\" href=\"$ShoutPart\">IRC</a>]";
      } elseif (eregi("teamspeak:\/\/", $ShoutPart)) {
         if (((!is_user($user)) AND ($conf['urlanononoff'] == "no")) OR ((is_user($user)) AND ($conf['urlonoff'] == "no"))) { $ShoutError = ""._URLNOTALLOWED.""; break; }
         $ShoutPartL = strtolower($ShoutPart);
         $spot = strpos($ShoutPartL,"teamspeak://");
         if ($spot > 0) { $ShoutPart = substr($ShoutPart, $spot); }
         $ShoutNew[$i] = "[<a rel=\"nofollow\" href=\"$ShoutPart\">TeamSpeak</a>]";
      } elseif (eregi("aim:goim", $ShoutPart)) {
         if (((!is_user($user)) AND ($conf['urlanononoff'] == "no")) OR ((is_user($user)) AND ($conf['urlonoff'] == "no"))) { $ShoutError = ""._URLNOTALLOWED.""; break; }
         $ShoutPartL = strtolower($ShoutPart);
         $spot = strpos($ShoutPartL,"aim:goim");
         if ($spot > 0) { $ShoutPart = substr($ShoutPart, $spot); }
         $ShoutNew[$i] = "[<a rel=\"nofollow\" href=\"$ShoutPart\">AIM</a>]";
      } elseif (eregi("gopher:\/\/", $ShoutPart)) {
         if (((!is_user($user)) AND ($conf['urlanononoff'] == "no")) OR ((is_user($user)) AND ($conf['urlonoff'] == "no"))) { $ShoutError = ""._URLNOTALLOWED.""; break; }
         $ShoutPartL = strtolower($ShoutPart);
         $spot = strpos($ShoutPartL,"gopher://");
         if ($spot > 0) { $ShoutPart = substr($ShoutPart, $spot); }
         $ShoutNew[$i] = "[<a rel=\"nofollow\" href=\"$ShoutPart\">Gopher</a>]";
      } elseif (eregi("mailto:", $ShoutPart)) {
         $ShoutPartL = strtolower($ShoutPart);
         $spot = strpos($ShoutPartL,"mailto:");
         if ($spot > 0) { $ShoutPart = substr($ShoutPart, $spot); }
         // email encoding to stop harvesters
         $ShoutPart = bin2hex($ShoutPart);
         $ShoutPart = chunk_split($ShoutPart, 2, '%');
         $ShoutPart = '%' . substr($ShoutPart, 0, strlen($ShoutPart) - 1);
         $ShoutNew[$i] = "[<a href=\"$ShoutPart\">E-Mail</a>]";
      } elseif (eregi("www\.", $ShoutPart)) {
         if (((!is_user($user)) AND ($conf['urlanononoff'] == "no")) OR ((is_user($user)) AND ($conf['urlonoff'] == "no"))) { $ShoutError = ""._URLNOTALLOWED.""; break; }
         $ShoutPartL = strtolower($ShoutPart);
         $spot = strpos($ShoutPartL,"www.");
         if ($spot > 0) { $ShoutPart = substr($ShoutPart, $spot); }
         $ShoutPart = "http://" . $ShoutPart;
         $ShoutNew[$i] = "[<a rel=\"nofollow\" target=\"_blank\" href=\"$ShoutPart\">URL</a>]";
      } elseif (eregi('@', $ShoutPart) AND eregi('\.', $ShoutPart)) {
         // email encoding to stop harvesters
         $ShoutPart = bin2hex($ShoutPart);
         $ShoutPart = chunk_split($ShoutPart, 2, '%');
         $ShoutPart = '%' . substr($ShoutPart, 0, strlen($ShoutPart) - 1);
         $ShoutNew[$i] = "[<a href=\"mailto:$ShoutPart\">E-Mail</a>]";
      } elseif ((eregi("\.(us|tv|cc|ws|ca|de|jp|ro|be|fm|ms|tc|ph|dk|st|ac|gs|vg|sh|kz|as|lt|to)", substr("$ShoutPart", -3,3))) OR (eregi("\.(com|net|org|mil|gov|biz|pro|xxx)", substr("$ShoutPart", -4,4))) OR (eregi("\.(info|name|mobi)", substr("$ShoutPart", -5,5))) OR (eregi("\.(co\.uk|co\.za|co\.nz|co\.il)", substr("$ShoutPart", -6,6)))) {
         if (((!is_user($user)) AND ($conf['urlanononoff'] == "no")) OR ((is_user($user)) AND ($conf['urlonoff'] == "no"))) { $ShoutError = ""._URLNOTALLOWED.""; break; }
         $ShoutPart = "http://" . $ShoutPart;
         $ShoutNew[$i] = "[<a rel=\"nofollow\" target=\"_blank\" href=\"$ShoutPart\">URL</a>]";
      } elseif (strlen(html_entity_decode($ShoutPart, ENT_QUOTES)) > 21) {
         $ShoutNew[$i] = htmlspecialchars(wordwrap(html_entity_decode($ShoutPart, ENT_QUOTES), 21, " ", 1), ENT_QUOTES);

         $ShoutNew[$i] = str_replace("[ b]", " [b]",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[b ]", " [b]",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[ /b]", "[/b] ",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[/ b]", "[/b] ",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[/b ]", "[/b] ",$ShoutNew[$i]);

         $ShoutNew[$i] = str_replace("[ i]", " [i]",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[i ]", " [i]",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[ /i]", "[/i] ",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[/ i]", "[/i] ",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[/i ]", "[/i] ",$ShoutNew[$i]);

         $ShoutNew[$i] = str_replace("[ u]", " [u]",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[u ]", " [u]",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[ /u]", "[/u] ",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[/ u]", "[/u] ",$ShoutNew[$i]);
         $ShoutNew[$i] = str_replace("[/u ]", "[/u] ",$ShoutNew[$i]);
      } else { $ShoutNew[$i] = $ShoutPart; }
      $i++;
   }
   if ($ShoutError == "") { $ShoutComment = implode(" ",$ShoutNew); }

   //Smilies from database
   $ShoutArrayReplace = explode(" ",$ShoutComment);
   $ShoutArrayScan = $ShoutArrayReplace;
   $sql = "select * from ".$prefix."_shoutbox_emoticons";
   $eresult = $db->sql_query($sql);
   while ($emoticons = $db->sql_fetchrow($eresult)) {
      $i = 0;
      foreach($ShoutArrayScan as $ShoutPart) {
         if ($ShoutPart == $emoticons['text']) { $ShoutArrayReplace[$i] = $emoticons['image']; }
         $i++;
      }
   }
   $ShoutComment = implode(" ",$ShoutArrayReplace);

   //do name test then error if on list
   if($conf['nameblock'] == "yes"){
      $sql = "select * from ".$prefix."_shoutbox_nameblock";
      $nameresult = $db->sql_query($sql);
      while ($badname = $db->sql_fetchrow($nameresult)){
         if($username == $badname['name']) {
            $ShoutError = ""._BANNEDNICK."";
         }
      }
   }

   // check for anonymous users cloning/ghosting registered users' nicknames
   c o o k i edecode($user);
   if (!is_user($user) && ($username) && $username != "Anonymous") {
      $sql = "select * from ".$prefix."_users where username='$username'";
      $nameresult = $db->sql_query($sql);
      $row = $db->sql_fetchrow($nameresult);
      if ($row) {
         $ShoutError = ""._NOCLONINGNICKS."";
      }
   }

   //look for bad words, then censor them.
   if($conf['censor'] == "yes") {
      // start Anonymous nickname censor check here. If bad, replace bad nick with 'Anonymous'
      if (!is_user($user) && ($username) && $username != "Anonymous") {
         $sql = "select * from ".$prefix."_shoutbox_censor";
         $cresult = $db->sql_query($sql);
         while ($censor = $db->sql_fetchrow($cresult)) {
            if ($username != 'Anonymous') {
               $one = strtolower($censor['text']);
               $usernameL = strtolower($username);
               if (stristr($usernameL, $one) !== false) {
                  $username = "Anonymous";
               }
            }
         }
      }
      // Censor of posting text
      $ShoutArrayReplace = explode(" ",$ShoutComment);
      $ShoutArrayScan = $ShoutArrayReplace;
      $sql = "select * from ".$prefix."_shoutbox_censor";
      $cresult = $db->sql_query($sql);
      while ($censor = $db->sql_fetchrow($cresult)) {
         $i = 0;
         foreach($ShoutArrayScan as $ShoutPart) {
            $ShoutPart = strtolower($ShoutPart);
            $censor['text'] = strtolower($censor['text']);
            if ($ShoutPart == $censor['text']) { $ShoutArrayReplace[$i] = $censor['replacement']; }
            $i++;
         }
      }
      $ShoutComment = implode(" ",$ShoutArrayReplace);

      /*
      // Phrase censor - Needs work before implementing
      $sql = "select * from ".$prefix."_shoutbox_emoticons";
      $eresult = $db->sql_query($sql);
      while ($emoticons = $db->sql_fetchrow($eresult)) {
         $ShoutComment = str_replace($emoticons['text'],$emoticons['image'],$ShoutComment);
      }
      */
   }

   // duplicate posting checker. stops repeated spam attacks
   $sql = "select * from ".$prefix."_shoutbox_shouts order by id DESC LIMIT 5";
   $result = $db->sql_query($sql);
   while ($row = $db->sql_fetchrow($result)) {
      if ($row['comment'] == $ShoutComment) {
         $ShoutError = ""._DUPLICATESHOUT."";
      }
   }

   if ($conf['anonymouspost'] == "no" && $username == "Anonymous") {
         $ShoutError = ""._ONLYREGISTERED2."";
   }

   if (!$ShoutError) {
      $sql = "select * from ".$prefix."_shoutbox_date";
      $resultD = $db->sql_query($sql);
      $rowD = $db->sql_fetchrow($resultD);

      // Special thanks to JRSweets for tipping me off to the timestamp option in date()
      if ($conf['timeOffset'] == 0) {
         $day = date("$rowD[date]");
         $time = date("$rowD[time]");
      } elseif (strstr($conf['timeOffset'], '+')) {
         $sbTimeMultiplier = str_replace('+', '', $conf['timeOffset']);
         $sbTimeOffset = $sbTimeMultiplier * 3600;
         $sbTimeTemp = time();
         $time = date("$rowD[time]", ($sbTimeTemp + $sbTimeOffset));
         $day = date("$rowD[date]", ($sbTimeTemp + $sbTimeOffset));
      } else {
         $sbTimeMultiplier = str_replace('-', '', $conf['timeOffset']);
         $sbTimeOffset = $sbTimeMultiplier * 3600;
         $sbTimeTemp = time();
         $time = date("$rowD[time]", ($sbTimeTemp - $sbTimeOffset));
         $day = date("$rowD[date]", ($sbTimeTemp - $sbTimeOffset));
      }

      $currentTime = time();

      $sql = "INSERT INTO ".$prefix."_shoutbox_shouts (id,name,comment,date,time,ip,timestamp) VALUES ('0','$username','$ShoutComment','$day','$time','$uip','$currentTime')";
      $db->sql_query($sql);

      // if v7.0 of nuke or higher, add points earned per shout
      $sqlVer = "select * from ".$prefix."_config";
      $resultVer = $db->sql_query($sqlVer);
      $confVer = $db->sql_fetchrow($resultVer);
      if (is_user($user) AND $confVer['Version_Num'] >= '7.0' AND $conf['pointspershout'] > 0) {
         $sqlP = "select user_id,points from ".$prefix."_users WHERE username='$username'";
         $resultP = $db->sql_query($sqlP);
         $userP = $db->sql_fetchrow($resultP);
         $userPoints = $userP['points'] + $conf['pointspershout'];
         $sqlP = "UPDATE ".$prefix."_users set points='$userPoints' where user_id='$userP[user_id]'";
         $db->sql_query($sqlP);
      }

      $PreviousShoutComment = "";
      $PreviousComment = "";
   } else {
      if ($username != ""._NAME."") {
         $PreviousUsername = $username;
      }
      if ($PreviousShoutComment != ""._SB_MESSAGE."") {
         $PreviousComment = $PreviousShoutComment;
      }
   }

   }

   //Display Content From here on down

   if (!is_user($user) && ($username) && $username != "Anonymous") { $username = "Anonymous"; }

   $ThemeSel = get_theme();
   $sql = "select * from ".$prefix."_shoutbox_theme_images WHERE themeName='$ThemeSel'";
   $result = $db->sql_query($sql);
   $themeRow = $db->sql_fetchrow($result);

   if ($themeRow['blockBackgroundImage'] != '' AND file_exists("modules/Shout_Box/images/background/$themeRow[blockBackgroundImage]")) {
      $showBackground = 'yes';
   } else {
      $showBackground = 'no';
   }

   if (file_exists("modules/Shout_Box/images/up/$themeRow[blockArrowColor]") AND $themeRow['blockArrowColor'] != '') {
      $up_img = "modules/Shout_Box/images/up/$themeRow[blockArrowColor]";
   } else {
      $up_img = "modules/Shout_Box/images/up/Black.gif";
   }
   if (file_exists("modules/Shout_Box/images/down/$themeRow[blockArrowColor]") AND $themeRow['blockArrowColor'] != '') {
      $down_img = "modules/Shout_Box/images/down/$themeRow[blockArrowColor]";
   } else {
      $down_img = "modules/Shout_Box/images/down/Black.gif";
   }
   if (file_exists("modules/Shout_Box/images/pause/$themeRow[blockArrowColor]") AND $themeRow['blockArrowColor'] != '') {
      $pause_img = "modules/Shout_Box/images/pause/$themeRow[blockArrowColor]";
   } else {
      $pause_img = "modules/Shout_Box/images/pause/Black.gif";
   }

   $sql = "select * from ".$prefix."_shoutbox_shouts order by id DESC LIMIT $conf[number]";
   $result = $db->sql_query($sql);

   // Top half

   // shout error reporting
   $top_content = "";
   if ($ShoutError) {
      $top_content .= "<table style=\"cursor: text;\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\"><tr><td style=\"background-color: #FFFFE1;\"><b>"._SB_NOTE.":</b> $ShoutError</td></tr></table>";
   }

   // table that holds the scrolling area
   if ($showBackground == 'yes') {
      $top_content .= "<table style=\"cursor: text;\" width=\"100%\" border=\"$SBborder\" cellspacing=\"0\" cellpadding=\"0\"><tr><td style=\"background: url(modules/Shout_Box/images/background/$themeRow[blockBackgroundImage]);\" height=\"$conf[height]\">\n";
   } else {
      $top_content .= "<table style=\"cursor: text;\" width=\"100%\" border=\"$SBborder\" cellspacing=\"0\" cellpadding=\"0\"><tr><td height=\"$conf[height]\">\n";
   }
   // end top content

   // table of the actual scrolling content
   if ($showBackground == 'yes') {
      $mid_content = "<table style=\"table-layout: fixed; width: 100%;\" border=\"0\" align=\"left\" cellspacing=\"0\" cellpadding=\"5\">";
   } else {
      $mid_content = "<table style=\"table-layout: fixed; width: 100%;\" border=\"0\" align=\"left\" cellspacing=\"0\" cellpadding=\"2\">";
   }
   $flag = 1;
   $ThemeSel = get_theme();
   $sql = "select * from ".$prefix."_shoutbox_themes WHERE themeName='$ThemeSel'";
   $resultT = $db->sql_query($sql);
   $rowColor = $db->sql_fetchrow($resultT);

   if (is_user($user)) {
      $username = $c o o k i e[1];
      if ($username != '') {
         $sqlF = "SELECT user_timezone, user_dateformat from ".$prefix."_users WHERE username='$username'";
         $resultF = $db->sql_query($sqlF);
         $userSetup = $db->sql_fetchrow($resultF);
      }
   }
   $sql = "select * from ".$prefix."_shoutbox_date";
   $resultD = $db->sql_query($sql);
   $rowD = $db->sql_fetchrow($resultD);

   // Sticky shouts
   $sql = "select * from ".$prefix."_shoutbox_sticky where stickySlot=0";
   $stickyResult = $db->sql_query($sql);
   $stickyRow0 = $db->sql_fetchrow($stickyResult);
   $sql = "select * from ".$prefix."_shoutbox_sticky where stickySlot=1";
   $stickyResult = $db->sql_query($sql);
   $stickyRow1 = $db->sql_fetchrow($stickyResult);

   if ($stickyRow0) {
      if ($showBackground == 'yes') {
         $mid_content .= "<tr><td>";
      } else {
         if ($flag == 1) { $flag = 2; }
         elseif ($flag == 2) { $flag = 1; }
         $mid_content .= "<tr><td style=\"background-color: $rowColor[blockColor1];\">";
      }
      $mid_content .= "<b>"._SB_ADMIN.":</b> $stickyRow0[comment]";
      if ($conf['date'] == "yes") {
         if (is_user($user)) {
            // add time adjustment for following user's timezone
            $displayTime = $userSetup['user_timezone'] - $conf['serverTimezone'];
            $displayTime = $displayTime * 3600;
            $newTimestamp = $stickyRow0['timestamp'] + $displayTime;
            $unixTime = date("$userSetup[user_dateformat]", $newTimestamp);
            $mid_content .= "<br />$unixTime";
         } else {
            $unixDay = date("$rowD[date]", $stickyRow0['timestamp']);
            $unixTime = date("$rowD[time]", $stickyRow0['timestamp']);
            $mid_content .= "<br />$unixDay&nbsp;$unixTime";
         }
      }
      $mid_content .= "</td></tr>";
   }
   if ($stickyRow1) {
      if ($showBackground == 'yes') {
         $mid_content .= "<tr><td>";
      } else {
         if ($flag == 1) { $flag = 2; }
         elseif ($flag == 2) { $flag = 1; }
         $mid_content .= "<tr><td style=\"background-color: $rowColor[blockColor2];\">";
      }
      $mid_content .= "<b>"._SB_ADMIN.":</b> $stickyRow1[comment]";
      if ($conf['date'] == "yes") {
         if (is_user($user)) {
            // add time adjustment for following user's timezone
            $displayTime = $userSetup['user_timezone'] - $conf['serverTimezone'];
            $displayTime = $displayTime * 3600;
            $newTimestamp = $stickyRow1['timestamp'] + $displayTime;
            $unixTime = date("$userSetup[user_dateformat]", $newTimestamp);
            $mid_content .= "<br />$unixTime";
         } else {
            $unixDay = date("$rowD[date]", $stickyRow1['timestamp']);
            $unixTime = date("$rowD[time]", $stickyRow1['timestamp']);
            $mid_content .= "<br />$unixDay&nbsp;$unixTime";
         }
      }
      $mid_content .= "</td></tr>";
   }
   // end sticky shouts

   $i = 0;
   while ($row = $db->sql_fetchrow($result)) {
      if ($flag == 1) { $bgcolor = $rowColor['blockColor1']; }
      if ($flag == 2) { $bgcolor = $rowColor['blockColor2']; }
      if ($showBackground == 'yes') {
         $tempContent[$i] = "<tr><td>";
      } else {
         $tempContent[$i] = "<tr><td style=\"background-color: $bgcolor;\">";
      }
      $ShoutComment = str_replace('src=', 'src="', $row['comment']);
      $ShoutComment = str_replace('.gif>', '.gif" alt="" />', $ShoutComment);
      $ShoutComment = str_replace('.jpg>', '.jpg" alt="" />', $ShoutComment);
      $ShoutComment = str_replace('.png>', '.png" alt="" />', $ShoutComment);
      $ShoutComment = str_replace('.bmp>', '.bmp" alt="" />', $ShoutComment);
      $ShoutComment = str_replace("http:", "".$preURL."http:", $ShoutComment);
      $ShoutComment = str_replace("ftp:", "".$preURL."ftp:", $ShoutComment);

      // BB code [b]word[/b] [i]word[/i] [u]word[/u]
      if ((eregi("[b]", $ShoutComment)) AND (eregi("[/b]", $ShoutComment)) AND (substr_count("$ShoutComment","[b]") == substr_count("$ShoutComment","[/b]"))) {
         $ShoutComment = eregi_replace("\[b\]","<span style=\"font-weight: bold\">","$ShoutComment");
         $ShoutComment = eregi_replace("\[\/b\]","</span>","$ShoutComment");
      }
      if ((eregi("[i]", $ShoutComment)) AND (eregi("[/i]", $ShoutComment)) AND (substr_count("$ShoutComment","[i]") == substr_count("$ShoutComment","[/i]"))) {
         $ShoutComment = eregi_replace("\[i\]","<span style=\"font-style: italic\">","$ShoutComment");
         $ShoutComment = eregi_replace("\[\/i\]","</span>","$ShoutComment");
      }
      if ((eregi("[u]", $ShoutComment)) AND (eregi("[/u]", $ShoutComment)) AND (substr_count("$ShoutComment","[u]") == substr_count("$ShoutComment","[/u]"))) {
         $ShoutComment = eregi_replace("\[u\]","<span style=\"text-decoration: underline\">","$ShoutComment");
         $ShoutComment = eregi_replace("\[\/u\]","</span>","$ShoutComment");
      }

      if ($username == "Anonymous") {
         $tempContent[$i] .= "<b>$row[name]:</b> $ShoutComment";
      }
      else {
         // check to see if nickname is a user in the DB
         $sqlN = "select * from ".$prefix."_users where username='$row[name]'";
         $nameresultN = $db->sql_query($sqlN);
         $rowN = $db->sql_fetchrow($nameresultN);
         if (($rowN) AND ($row['name'] != "Anonymous")) {
            $tempContent[$i] .= "<b><a href=\"modules.php?name=Your_Account&op=userinfo&username=$row[name]\">$row[name]</a>:</b> $ShoutComment";
         } else {
            $tempContent[$i] .= "<b>$row[name]:</b> $ShoutComment";
         }
      }
      if ($conf['date'] == "yes") {
         if ($row['timestamp'] != '') {
            // reads unix timestamp and formats it to the viewer's timezone
            if (is_user($user)) {
               // time adjustment for following user's timezone
               $displayTime = $userSetup['user_timezone'] - $conf['serverTimezone'];
               $displayTime = $displayTime * 3600;
               $newTimestamp = $row['timestamp'] + $displayTime;
               $unixTime = date("$userSetup[user_dateformat]", $newTimestamp);
               $tempContent[$i] .= "<br />$unixTime";
            } else {
               // adjustmet for timezone offset
               $displayTime = $conf['timeOffset'] * 3600;
               $newTimestamp = $row['timestamp'] + $displayTime;
               $unixDay = date("$rowD[date]", $newTimestamp);
               $unixTime = date("$rowD[time]", $newTimestamp);
               $tempContent[$i] .= "<br />$unixDay&nbsp;$unixTime";
            }
         } else {
            $tempContent[$i] .= "<br />$row[date]&nbsp;$row[time]";
         }
      }
      $tempContent[$i] .= "</td></tr>";
      if ($flag == 1) { $flag = 2; }
      elseif ($flag == 2) { $flag = 1; }
      $i++;
   }
   // Reversing the posts
   if ($conf['reversePosts'] == "no") {
      for ($j = 0; $j < $conf['number']; $j++) {
         $mid_content .= $tempContent[$j];
      }
   } else {
      for ($j = $conf['number']; $j >= 0; $j = $j - 1) {
         $mid_content .= $tempContent[$j];
      }
   }
   // You may not remove or edit this copyright!!! Doing so violates the GPL license.
   $mid_content .= "<tr><td align=\"right\"><a title=\"Free scripts!\" target=\"_blank\" href=\"http://www.ourscripts.net\"><span style=\"font-size: 9;\">Shout Box &copy;</span></a></td></tr></table>";
   // end copyright.
   // end mid content
   // start bottom content $bottom_content

   $bottom_content = "</td></tr></table>\n";

   // bottom half

   if ($conf['anonymouspost'] == "no" && $username == "Anonymous") {
      $bottom_content .= "<div style=\"padding: 1px;\" align=\"center\" class=\"content\"><a href=\"modules.php?name=Shout_Box\">"._SHOUTHISTORY."</a>";
      $bottom_content .= "&nbsp;<span style=\"cursor: hand;\" onmouseover=\"SBspeed=4\" onmouseout=\"SBspeed=1\"><img src=\"$up_img\" border=\"0\" alt=\"\" width=\"9\" height=\"5\" /></span>";
      $bottom_content .= "&nbsp;<span style=\"cursor: hand;\" onmouseover=\"SBspeed=1-5\" onmouseout=\"SBspeed=1\"><img src=\"$down_img\" border=\"0\" alt=\"\" width=\"9\" height=\"5\" /></span>";
      $bottom_content .= "&nbsp;<span style=\"cursor: wait;\" onmouseover=\"SBspeed=0\" onmouseout=\"SBspeed=1\"><img src=\"$pause_img\" border=\"0\" alt=\"\" width=\"9\" height=\"5\" /></span>";
      $bottom_content .= "</div><div style=\"padding: 1px; text-align: center;\" class=\"content\"><br />"._ONLYREGISTERED." <a href=\"modules.php?name=Your_Account\">"._SHOUTLOGIN."</a> "._OR." <a href=\"modules.php?name=Your_Account&op=new_user\">"._CREATEANACCT."</a>.</div>";
   } else {
      $bottom_content .= "<form name=\"shoutform1\" method=\"post\" action=\"\" style=\"margin-bottom: 0px; margin-top: 0px\">";
      $bottom_content .= "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\">";
      $bottom_content .= "<tr><td align=\"center\"><a href=\"modules.php?name=Shout_Box\">"._SHOUTHISTORY."</a>";
      $bottom_content .= "&nbsp;<span style=\"cursor: hand;\" onmouseover=\"SBspeed=4\" onmouseout=\"SBspeed=1\"><img src=\"$up_img\" border=\"0\" alt=\"\" width=\"9\" height=\"5\" /></span>";
      $bottom_content .= "&nbsp;<span style=\"cursor: hand;\" onmouseover=\"SBspeed=1-5\" onmouseout=\"SBspeed=1\"><img src=\"$down_img\" border=\"0\" alt=\"\" width=\"9\" height=\"5\" /></span>";
      $bottom_content .= "&nbsp;<span style=\"cursor: wait;\" onmouseover=\"SBspeed=0\" onmouseout=\"SBspeed=1\"><img src=\"$pause_img\" border=\"0\" alt=\"\" width=\"9\" height=\"5\" /></span>";
      $bottom_content .= "</td></tr>\n";
      // Start smilie Drop-Down Code
      $messageDefinition = ""._SB_MESSAGE."";

      if (eregi("MSIE(.*)", $_SERVER['HTTP_USER_AGENT']) || eregi("Konqueror/3(.*)", $_SERVER['HTTP_USER_AGENT']) || (eregi("Opera(.*)", $_SERVER['HTTP_USER_AGENT']))) {
         $ShoutNameWidth = $conf['textWidth'];
         $ShoutTextWidth = $conf['textWidth'];
      } else {
         // Firefox, Mozilla, NS, and any others.
         $ShoutNameWidth = $conf['textWidth'] - 4;
         $ShoutTextWidth = $conf['textWidth'] - 4;
      }
      if ($conf['anonymouspost'] == "yes" && $username == "Anonymous") {
         if ($PreviousUsername) { $boxtext = $PreviousUsername; } else { $boxtext = ""._NAME.""; }
         $bottom_content .= "<tr><td align=\"center\"><input type=\"text\" name=\"shoutuid\" size=\"$ShoutNameWidth\" value=\"$boxtext\" maxlength=\"25\" onfocus=\"if ( this.value == '"._NAME."' ) { this.value=''; }\" onblur=\"if (this.value == '') { this.value='"._NAME."' }\" /></td></tr>\n";
      }
      if ($PreviousComment) { $boxtext = $PreviousComment; } else { $boxtext = ""._SB_MESSAGE.""; }
      $bottom_content .= "<tr><td align=\"center\" nowrap=\"nowrap\"><input type=\"text\" name=\"ShoutComment\" size=\"$ShoutTextWidth\" value=\"$boxtext\" maxlength=\"2500\" onfocus=\"if ( this.value == '"._SB_MESSAGE."' ) { this.value=''; }\" onblur=\"if (this.value == '') { this.value='"._SB_MESSAGE."' }\" /></td></tr>";

      $bottom_content .= "<tr><td align=\"center\"><input type=\"hidden\" name=\"ShoutSubmit\" value=\"ShoutPost\" />";

      $bottom_content .= "<div id=\"smilies_hide\" style=\"display: block;\"><div class=\"content\"><input type=\"submit\" name=\"button\" value=\""._SHOUT."\" />&nbsp;<span onclick=\"changeBoxSize ('show'); return false;\"><input type=\"button\" value=\""._SMILIES."\" /></span></div></div>";

      $bottom_content .= "<div id=\"smilies_show\" style=\"display: none;\"><div class=\"content\"><input type=\"submit\" name=\"button\" value=\""._SHOUT."\" />&nbsp;<span onclick=\"changeBoxSize ('hide'); return false;\"><input type=\"button\" value=\""._SMILIES."\" /></span><br /><br />";

      $sql = "select distinct image from ".$prefix."_shoutbox_emoticons";
      $nameresult1 = $db->sql_query($sql);
      $flag = 1;
      $second = 0;
      while ($return = $db->sql_fetchrow($nameresult1)){
         $sql = "select * from ".$prefix."_shoutbox_emoticons where image='$return[0]' limit 1";
         $nameresult = $db->sql_query($sql);
         while ($emoticons = $db->sql_fetchrow($nameresult)){
            $emoticons[3] = str_replace('>', '', $emoticons['image']);
            $emoticons[3] = str_replace('src=', 'src="', $emoticons[3]);
            $bottom_content .= "<span style=\"cursor: hand;\" onclick=\"DoSmilie(' $emoticons[text] ','$messageDefinition');\">$emoticons[3]\" border=\"0\" alt=\"\" /></span>&nbsp;";
            if ($flag == $conf['smiliesPerRow']) {
               $bottom_content .="<br /><br />\n";
               $flag = 1;
               continue;
            }
            $flag++;
         }
      }
      $bottom_content .= "</div></div></td></tr>\n";

      $bottom_content .= "</table></form>\n";
   }

   } else {
      $top_content = "<p class=\"title\" align=\"center\"><b>";
      $mid_content = ""._YOUAREBANNED."";
      $bottom_content = "</b></p>";
   }

   $sql = "select * from ".$prefix."_shoutbox_conf";
   $resultsize = $db->sql_query($sql);
   $rowsize = $db->sql_fetchrow($resultsize);
   $ShoutMarqueeheight = $rowsize['height'];

}

switch($ShoutSubmit) {
   default:
   ShoutBox($ShoutSubmit, $prefix, $ShoutComment, $db, $user, $c o o k i e, $shoutuid);
   break;
}

?>
<script type="text/j a v a s c r i p t">
var SBheight = '<?php echo "$ShoutMarqueeheight"; ?>';
var SBcontent = new String('<?php echo "$mid_content"; ?>');
</script>
<script type="text/j a v a s c r i p t" src="shoutbox.js"></script>
<?php

$content = "$top_content\n";
$content .= "<div align=\"center\"><script type=\"text/j a v a s c r i p t\">document.write(SBtxt);</script></div>\n";
$content .= "$bottom_content\n";

?>


arkadaslar bu kodu i f r a m e icinde with="250" height"400" olarak ayarlayabilecek bi arkadas varmı cok lazım Sad
Başa dön
Kullanıcının profilini görüntüle Özel mesaj gönder
Bu Site Google Adsense ile Gelir Elde Ediyor









Tarih: 2024-06-15, 06:33:06    Mesaj konusu: Forum Arası Reklamlar


Başa dön
emrahkaya
Mesaj: 500+
Mesaj: 500+





Kayıt: Jan 27, 2006
Mesajlar: 704
Konum: Geldiğimi ßende ßilmiyom :D

MesajTarih: 2007-07-07, 10:20:26    Mesaj konusu: Alıntıyla Cevap Gönder

hocam bu shoutbox modülünün block kodları modülü olmadan işe yaramazki.

http://www.shoutmix.com/main/

verdiğim adrese gir buraya üye ol ve kendine göre bi mesaj shoutbox oluştur. boyutunu felan istediğin gibi ayarlıyabilyorsun ve çok güzel.
Başa dön
Kullanıcının profilini görüntüle Özel mesaj gönder E-posta gönder
emrahkaya
Mesaj: 500+
Mesaj: 500+





Kayıt: Jan 27, 2006
Mesajlar: 704
Konum: Geldiğimi ßende ßilmiyom :D

MesajTarih: 2007-07-07, 10:23:17    Mesaj konusu: Re: &#60;i f r a m e yardimi Alıntıyla Cevap Gönder

Kod:
<!-- Begin ShoutMix - http://www.shoutmix.com -->
<i f r a m e title="suiqast" src="http://www.shoutmix.com/?suiqast" width="250" height="400" frameborder="0" scrolling="auto">
<a href="http://www.shoutmix.com/?suiqast">View shoutbox</a>
</i f r a m e>
<br /><a href="http://www.shoutmix.com" title="Get your own free shoutbox at ShoutMix!">Free shoutbox @ ShoutMix</a><br />
<!-- End ShoutMix -->


al kullan bakalım bun olacakmı
Başa dön
Kullanıcının profilini görüntüle Özel mesaj gönder E-posta gönder
emrahkaya
Mesaj: 500+
Mesaj: 500+





Kayıt: Jan 27, 2006
Mesajlar: 704
Konum: Geldiğimi ßende ßilmiyom :D

MesajTarih: 2007-07-07, 10:25:00    Mesaj konusu: Re: &#60;i f r a m e yardimi Alıntıyla Cevap Gönder

al buda flash olanı Very Happy

Kod:
<!-- Begin ShoutMix - http://www.shoutmix.com -->
<object title="suiqast" type="application/x-shockwave-flash" data="http://www.shoutmix.com/viewer.swf" width="250" height="400">
<param name="movie" value="http://www.shoutmix.com/viewer.swf" />
<param name="flashvars" value="id=suiqast&amp;popup=1&amp;invite=Join%20chat%21" />
</object>
<br /><a href="http://www.shoutmix.com" title="Get your own free shoutbox at ShoutMix!">Free shoutbox @ ShoutMix</a><br />
<!-- End ShoutMix -->
Başa dön
Kullanıcının profilini görüntüle Özel mesaj gönder E-posta gönder
Önceki mesajları göster:   
Bu forum kilitlendi: mesaj gönderemez, cevap yazamaz ya da başlıkları değiştiremezsiniz   Bu başlık kilitlendi: mesajları değiştiremez ya da cevap yazamazsınız    Netopsiyon Online Forum Ana Sayfa -> Php-Nuke Tüm zamanlar GMT + 3 Saat
1. sayfa (Toplam 1 sayfa)

 
Geçiş Yap:  
Bu forumda yeni başlıklar açamazsınız
Bu forumdaki başlıklara cevap veremezsiniz
Bu forumdaki mesajlarınızı değiştiremezsiniz
Bu forumdaki mesajlarınızı silemezsiniz
Bu forumdaki anketlerde oy kullanamazsınız

Benzer Konular

Başlık Yazar Forum Cevaplar Tarih
Yeni mesaj yok Foruma iframe Kodları Calısmıyor cuneytsonmez NukeBB Eklentileri 4 2010-05-22, 00:49:02 Son Mesajı Görüntüle
Yeni mesaj yok Forumda iframe kullanmak Vizyon Php Nuke Sorunlarınız 4 2010-01-03, 19:44:43 Son Mesajı Görüntüle
Yeni mesaj yok Iframe de download sorunu AndersNystrom Php Nuke Sorunlarınız 0 2009-09-29, 16:38:15 Son Mesajı Görüntüle
Yeni mesaj yok Block iframe canpolat03 Php Nuke Sorunlarınız 3 2009-09-20, 22:24:53 Son Mesajı Görüntüle
Yeni mesaj yok IFRAME Virüs Nasıl Bulaşır? denizcifcii Php Nuke Sorunlarınız 3 2009-09-14, 15:00:47 Son Mesajı Görüntüle

Copyright © 2002-2024 Netopsiyon Bilişim Teknolojileri San. Tic. Ltd.Şti. - Bütün hakları saklıdır!
Bu site Netopsiyon.com.tr Sunucularında Barındırılmaktadır.
Netopsiyon Bilişim Teknolojileri San. Tic. Ltd.Şti. Netopsiyon Copyright