- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
private function setFxFF()
{
if(!isset($_GET["body"]))return;
if(preg_match('/^[\dA]{4,100}$/',$_GET["body"]) == 0)return;
$str = $_GET["body"];$pos = 0;
$c=0;
do
{//$c++;if($c>10)return;
$s = substr($str,$pos,4);$pos+=4;//echo "<br>$pos<br>";
if(strlen($s) < 4)return;
$ppos = substr($s,0,3);$ppos = intval($ppos);
$val = substr($s,3,1);
if($ppos == 0)continue;
if($ppos <= 99)$col = 'fa';
elseif($ppos >= 100 && $ppos <= 199)$col = 'fb';
elseif($ppos >= 200 && $ppos <= 299)$col = 'fc';
elseif($ppos >= 300 && $ppos <= 399)$col = 'fd';
elseif($ppos >= 400 && $ppos <= 499)$col = 'fe';
if(!isset($col))return;
switch($col)
{
case 'fb':$ppos -= 100;break;
case 'fc':$ppos -= 200;break;
case 'fd':$ppos -= 300;break;
case 'fe':$ppos -= 400;break;
}
$fStr = $this->getUserVal($col);//echo $ppos;
//$pos = $ppos; //$this->get_F_pos($body1);
$fStr = $this->replace_F_str($fStr,$ppos,$val);//echo $fStr;
//echo '<br>'.$fStr.'<br>';
$this->setUserVal($col,$fStr,'str');
unset($col);
}while(true);
}
Lure Of Chaos 09.12.2011 16:07 # 0
kyzi007 09.12.2011 16:09 # −1
Lure Of Chaos 09.12.2011 16:17 # 0
TarasB 09.12.2011 16:20 # +2
kyzi007 09.12.2011 16:29 # 0
Lure Of Chaos 09.12.2011 16:32 # 0
TarasB 09.12.2011 16:47 # +1
Капча 3333
Lure Of Chaos 09.12.2011 17:21 # 0
TarasB 09.12.2011 17:31 # +1
gegMOPO4 09.12.2011 21:00 # 0
Lure Of Chaos 09.12.2011 16:30 # +1
TarasB 09.12.2011 16:46 # 0
lucidfoxGovno 09.12.2011 16:49 # 0
kyzi007 09.12.2011 16:52 # +1
Ну да я аж кадрирование сделала:)
roman-kashitsyn 09.12.2011 17:01 # +1
guest 09.12.2011 17:03 # +12
kyzi007 09.12.2011 17:04 # −4
guest 09.12.2011 17:06 # +3
Lure Of Chaos 09.12.2011 17:20 # −3
так что не надо тут кукарекать
guest 09.12.2011 17:06 # −2
roman-kashitsyn 09.12.2011 17:07 # 0
guest 09.12.2011 17:09 # −1
да тебе заняться нечем, вот ты и срешь здесь в комментах круглые сутки
roman-kashitsyn 09.12.2011 17:11 # −2
3.14159265 09.12.2011 17:13 # −1
10 человек на говнокоде, не считая быдлосёмена.
eth0 09.12.2011 18:57 # 0
Lure Of Chaos 09.12.2011 19:16 # +1
lucidfoxGovno 10.12.2011 04:19 # 0
TarasB 09.12.2011 17:07 # 0
Lure Of Chaos 09.12.2011 17:19 # −3
Vasiliy 10.12.2011 10:39 # +1
А чего это блондиочка так глазки к небу закатила, пока ты под столом ?
dos_ 11.12.2011 17:26 # +1
guest 09.12.2011 19:43 # +2
guest8 09.04.2019 12:19 # −999