Navigacija

Vartotojų tinkle

Prisijungusių svečių: 121
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,966
Naujausias narys: LnKnPrK1

Naujausi straipsniai

Paskutiniai nariai

LnKnPrK1 2 dienos
inti 5 dienos
kileedyg 7 savaitės
Reikalas13 savaitės
Kižas14 savaitės
Bruksnys15 savaitės
laleceylan5016 savaitės
minimukas17 savaitės
N-2019 savaitės
Rytis20 savaitės
DjArtas21 savaitės
WolfHammer21 savaitės
Nostesi32 savaitės
Wisedocs32 savaitės
asdasdddz35 savaitės
Paslapties K...37 savaitės
Audrius_1739 savaitės
Simbijanas51 savaitės
Karinacraft52 savaitės
Žmogus55 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.230
Naujienų: 529
Straipsnių: 235
Temų: 52,591
Postų: 522,551
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

LnKnPrK1
2026 Bir. 21 09:06:52
Sveiki, gal kas is administracijos gali parasyti man PM,aciu

minimukas
2026 Vas. 21 08:02:25
oi oi akinanti šypsen yra dar cia gyvu? akinanti šypsen

N-20
2026 Vas. 6 21:02:05
O mes dar gyvi šypsosi)

WolfHammer
2026 Sau. 25 01:01:35
drovus

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? šypsosi

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
reikia ištrinti
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems

Autorius: T-Boy Peržiūrų: 1215      Spausdinti temą
2010 Lie. 29 21:07:16          1 žinutė iš 3
Spausdinti pranešimą
Reikia ištrinti tą vieta, kad chate neberodytų IP adreso, nes kai aš ištrinu man iš vis shoutbox neberodo. :D
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------+
| Shoutbox v6.01.4 - Modded by Shedrock 2006
+----------------------------------------------------*/

if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }

if (file_exists(INFUSIONS."shoutbox_panel/locale/".$settings['locale'].".php")) {
   include INFUSIONS."shoutbox_panel/locale/".$settings['locale'].".php";
} else {
   include INFUSIONS."shoutbox_panel/locale/English.php";
}

require_once INFUSIONS."shoutbox_panel/bb_script.php";

   echo "<script type='text/javascript' language='JavaScript'>
function textCounter(field, countfield, maxlimit) {
if (field.value.length > maxlimit) // if too long...trim it!
field.value = field.value.substring(0, maxlimit);
// otherwise, update 'characters left' counter
else
countfield.value = maxlimit - field.value.length;}
</script>

   <script type='text/javascript' src='".INFUSIONS."shoutbox_panel/editor.js'></script>
   <script language='javascript' type='text/javascript'>

function fuzetext(elname, wrap1, wrap2) {
   if (document.selection) { // for IE
      var str = document.selection.createRange().text;
      document.forms['shoutform'].elements[elname].focus();
      var sel = document.selection.createRange();
      sel.text = wrap1 + str + wrap2;
      return;
   } else if ((typeof document.forms['shoutform'].elements[elname].selectionStart) != 'undefined') { // for Mozilla
      var txtarea = document.forms['shoutform'].elements[elname];
      var selLength = txtarea.textLength;
      var selStart = txtarea.selectionStart;
      var selEnd = txtarea.selectionEnd;
      var oldScrollTop = txtarea.scrollTop;
      //if (selEnd == 1 || selEnd == 2)
      //selEnd = selLength;
      var s1 = (txtarea.value).substring(0,selStart);
      var s2 = (txtarea.value).substring(selStart, selEnd)
      var s3 = (txtarea.value).substring(selEnd, selLength);
      txtarea.value = s1 + wrap1 + s2 + wrap2 + s3;
      txtarea.selectionStart = s1.length;
      txtarea.selectionEnd = s1.length + s2.length + wrap1.length + wrap2.length;
      txtarea.scrollTop = oldScrollTop;
      txtarea.focus();
      return;
   } else {
      insertText(elname, wrap1 + wrap2);
   }
}
</script>";

openside($locale['120']);

   if (checkrights("S") && $action == "delete" && isNum($shout_id)) {
   $result = dbquery("DELETE FROM ".DB_PREFIX."shoutbox WHERE shout_id='$shout_id'");
}
if (iMEMBER || $settings['guestposts'] == "1") {
   if (isset($_POST['post_shout'])) {
      $flood = false;
      if (iMEMBER) {
         $shout_name = $userdata['user_id'];
      } elseif ($settings['guestposts'] == "1") {
         $shout_name = trim(stripinput($_POST['shout_name']));
         $shout_name = preg_replace("(^[0-9]*)", "", $shout_name);
         if (isNum($shout_name)) $shout_name="";
      }
         $shout_message = str_replace("\n", " ", $_POST['shout_message']);
         $shout_message = preg_replace("/^(.{255}).*$/", "$1", $shout_message);
         $shout_message = preg_replace("/([^\s]{85})/", "$1\n", $shout_message);
         $shout_message = trim(stripinput(censorwords($shout_message)));
         $shout_message = str_replace("\n", "<br>", $shout_message);

      if ($shout_name != "" && $shout_message != "") {
         $result = dbquery("SELECT MAX(shout_datestamp) AS last_shout FROM ".$db_prefix."shoutbox WHERE shout_ip='".USER_IP."'");
         if (!iSUPERADMIN || dbrows($result) > 0) {
            $data = dbarray($result);
            if ((time() - $data['last_shout']) < $settings['flood_interval']) {
               $flood = true;
               $result = dbquery("INSERT INTO ".$db_prefix."flood_control (flood_ip, flood_timestamp) VALUES ('".USER_IP."', '".time()."')");
               if (dbcount("(flood_ip)", "flood_control", "flood_ip='".USER_IP."'") > 4) {
                  if (iMEMBER) $result = dbquery("UPDATE ".$db_prefix."users SET user_status='1' WHERE user_id='".$userdata['user_id']."'");
               }
            }
         }
         if (!$flood) $result = dbquery("INSERT INTO ".$db_prefix."shoutbox (shout_name, shout_message, shout_datestamp, shout_ip) VALUES ('$shout_name', '$shout_message', '".time()."', '".USER_IP."')");
      }
      fallback(FUSION_SELF.(FUSION_QUERY ? "?".FUSION_QUERY : ""));
   }
//Added Ban MOD Start
   if ($step == "ban") {
      if ($act == "on") {
         if ($user_id != 1) {
            $result = dbquery("UPDATE ".$db_prefix."users SET user_status='1' WHERE user_id='$user_id'");
            header("Location:".BASEDIR."news.php");
         }
      } elseif ($act == "off") {
         $result = dbquery("UPDATE ".$db_prefix."users SET user_status='0' WHERE user_id='$user_id'");
            header("Location:".BASEDIR."news.php");

      }
   }
//Added Ban MOD End

//Smiley Popup.
   echo "<script type='text/javascript' language='JavaScript'>
<!-- Begin
function smileys(URL) {
day = new Date();
id = day.getTime();
eval(\"page\" + id + \" = window.open(URL, '\" + id + \"', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=90,left = 407,top = 329');\");
}
// End Smiley Popup-->
</script>

<form name='shoutform' method='post' action='".FUSION_SELF.(FUSION_QUERY ? "?".str_replace("&","&amp;",FUSION_QUERY) : "")."'>
<div align='center'>".$locale['fb_001']." <input style='margin-top:5px; margin-bottom:2px; padding-left:10px; padding-right:0px;' class='textbox' readonly type='text' name='commentlen' size='3' maxlength='3' value='200'></div>
<table align='center' cellpadding='0' cellspacing='0'>
<tr>
<td colspan='2'>\n";
   if (iGUEST) {
   echo $locale['121']."<br>
<input type='text' name='shout_name' value='' class='textbox' maxlength='30' style='width:140px;'><br>".$locale['122']."<br>\n";
   }
   echo "<center><textarea onKeyDown=\"textCounter(this.form.shout_message,this.form.commentlen,200);\" onKeyUp=\"textCounter(this.form.shout_message,this.form.commentlen,200);\" id='shout_message' name='shout_message' rows='4' class='textbox' style='margin-bottom:-5px; width:140px;'>".str_replace("<br>", "", $data['shout_message'])."</textarea>
</td></tr><tr>
<td align='center'>
<input style='margin-top:10px; margin-bottom:10px;' alt='".$locale['fb_002']."' title='".$locale['fb_002']."' type='submit' name='post_shout' value='".$locale['123']."' class='button'>
<div  style='margin-top:-5px; margin-bottom:-1px;' align='center' class='tbl2'>
<a style='text-decoration:none; font-weight:normal;' href=\"javascript:smileys('".INFUSIONS."shoutbox_panel/smileys.php')\"><img src='".BASEDIR."/infusions/shoutbox_panel/images/smile_big.jpg' border'0' ></a>
<a style='text-decoration:none; font-weight:normal;' href=\"javascript:fuzetext('shout_message','','');\"><img src='".BASEDIR."/infusions/shoutbox_panel/images/bb_big.jpg' border'0' ></a>
<a style='text-decoration:none; font-weight:normal;' href=\"javascript:fuzetext('shout_message','','');\"><img src='".BASEDIR."/infusions/shoutbox_panel/images/u_big.jpg' border'0' ></a>
<a style='text-decoration:none; font-weight:normal;' href=\"javascript:fuzetext('shout_message','','');\"><img src='".BASEDIR."/infusions/shoutbox_panel/images/url_big.jpg' border'0' ></a>
<a style='text-decoration:none; font-weight:normal;' href=\"javascript:defuze(bb_colors)\"><img src='".BASEDIR."/infusions/shoutbox_panel/images/color_big.jpg' border'0' ></a></div><br />
<div id='bb_colors'>
<script language='javascript' type='text/javascript'>
<!--
colorPalette('v', 10, 7)
//--></script><br />
<script language='javascript' type='text/javascript'>defuze(bb_colors)</script>
</div></td>
</tr>
</table>
</form>";

} else {
   echo "<center>".$locale['125']."</center><br>\n";
}
$result = dbquery("SELECT count(shout_id) FROM ".$db_prefix."shoutbox");
$numrows = dbresult($result, 0);
$result = dbquery(
   "SELECT * FROM ".$db_prefix."shoutbox LEFT JOIN ".$db_prefix."users
   ON ".$db_prefix."shoutbox.shout_name=".$db_prefix."users.user_id
   ORDER BY shout_datestamp DESC LIMIT 0,".$settings['numofshouts']
);
if (dbrows($result) != 0) {
   $i = 0;
   while ($data = dbarray($result)) {

//Modded for user ban display names.
if (iMEMBER){if ($data['user_status'] == 1) {
   echo "";
   }else{
   echo "<span class='shoutboxname'><a href=\"javascript:fuzetext('shout_message','@".$data['user_name'].":%20-%20','');\"><img src='".INFUSIONS."shoutbox_panel/amp.png' border'0'  alt='".$locale['fb_006']."' title='".$locale['fb_006']."'></a></span> ";
}
   }else if ($data['user_status'] == "1") {
   echo "<span style='color:#0000FF;' title='".$locale['fb_011']."'><b># </b></span>";
   }else if ($data['user_status'] == "0"){
   echo "<img alt='' src='".THEME."images/bullet.gif'> ";
   }
if ($data['user_status'] == 1) {
      if (iMEMBER){
   echo "<span style='color:#0000FF;' title='".$locale['fb_011']."'><b># </b></span>";
   }else if ($data['user_status'] == "0"){
   echo "<img alt='' src='".THEME."images/bullet.gif'> ";
   }
}
//end ban display names.

//Modded for colored names.
      $shoutcount = dbcount("(shout_id)", "shoutbox", "shout_name='".$data['user_id']."'");
      if ($data[user_level] == "103") {
      $userx = "<font color='#F75013'><b>".$data[user_name]."</b></font>";
      }else if ($data[user_level] == "102") {
      $userx = "<font color='#008000'><b>".$data[user_name]."</b></font>";
      }else if ($data[user_level] == "101") {
      $userx = "<font color='#3333CC'><b>".$data[user_name]."</b></font>";
      }if ($data['user_status'] == 1) {
      $userx = "<font color='#B0B0B0' title='".$locale['fb_011']."'>".$data[user_name]."</font>";
}
// end color mod.

      if ($data['user_name']) {
         echo "<a href='".BASEDIR."profile.php?lookup=".$data['shout_name']."' class='side'>$userx</a>\n";
      } else {
         echo $data['shout_name']."\n";
      }
      echo "<br>\n<span class='shoutboxdate'>".showdate("shortdate", $data['shout_datestamp'])."</span>";

   $wiadomosc = nl2br(parseshoutubb(parseubb(parsesmileys($data['shout_message']))));
   $shout_wiadomosc = wordwrap($wiadomosc , 500, " ", 1);

         if ($userdata['user_level'] >= 103) {
         echo "<br>\n[<a href='".ADMIN."shoutbox.php".$aidlink."&amp;action=edit&amp;shout_id=".$data['shout_id']."' class='side'>".$locale['048']."</a> - <a href='".FUSION_SELF.$aidlink."&amp;action=delete&amp;shout_id=".$data['shout_id']."' class='side'>".$locale['049']."</a>] ";
         if ($data['user_status'] == "1") {
         echo "[<a href='".FUSION_SELF.$aidlink."&amp;step=ban&amp;act=off&amp;sortby=$sortby&amp;rowstart=$rowstart&amp;user_id=".$data['user_id']."' class='side'>".$locale['fb_008']."</a>]";
         }else if ($data[user_level] == "103") {
         echo"";
         }else if ($data['user_status'] == "0") {
         echo "[<a href='".FUSION_SELF.$aidlink."&amp;step=ban&amp;act=on&amp;sortby=$sortby&amp;rowstart=$rowstart&amp;user_id=".$data['user_id']."' class='side'>".$locale['fb_009']."</a>]";
         }
   echo "<br><span style='font-size:8px;'>".$locale['fb_010']."".$data['user_ip']."</span><br>";
   } else {
   echo "<br>\n";
}
      echo "<span class='shoutbox'>".$shout_wiadomosc ."</span><br>\n";
      if ($i != $numrows) echo "<br>\n";
   }
   if ($numrows > $settings['numofshouts']) {
      echo "<center>\n<img src='".THEME."images/bullet.gif' alt=''>
<a href='".INFUSIONS."shoutbox_panel/shoutbox_archive.php' class='side'>".$locale['126']."</a>
</center>\n";
   }
} else {
   echo "<div align='left'>".$locale['127']."</div>\n";
}
closeside();
?>




2 atsakymai:
2010 Lie. 29 21:07:31          2 žinutė iš 3
Spausdinti pranešimą
Taigi pasimk ir atkelk atgal ir bus. o jei nori kad ip neroditu trink po biski gal surasi kur parasyta akinanti šypsen
0


Naujokas Mokinuosi elgtis su PHP-Fusion
2010 Lie. 29 21:07:18          3 žinutė iš 3
Spausdinti pranešimą
Šitą vietą surandam ir nutrinam:

   echo "<br><span style='font-size:8px;'>".$locale['fb_010']."".$data['user_ip']."</span><br>";


0


www.creatium.lt
Peršokti į forumą: