leandroprz
Dseda
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
$this->post['stars'] = intval(str_replace(",", "", $this->post['posts'])/1000);
{
$this->post['starsc'] = $this->post['stars'] + 1;
$this->post['s_ext'] = 'yellow';
}
for ($iCount=0; $iCount<($this->post['starsc']); $iCount++)
{
$this->post['stars_display'] .= '<img src="images/galaga/s_'.$this->post[s_ext].'.gif" alt="" />';
}
for ($iCount=0;
Enviame el enlace del hack a mi bandeja de mensajes privados.Skavenger dijo:no anda :S
y si lo posteo al codigo entero ?
$this->post['stars'] = intval(str_replace(",", "", $this->post['posts'])/1000);
if ($this->post['stars'] >= 500)
{
$this->post['stars'] = 499;
}
if ($this->post['stars'] >= 400)
{
$this->post['starsc'] = $this->post['stars'] - 399;
$this->post['s_ext'] = 'red';
}
elseif ($this->post['stars'] >= 300)
{
$this->post['starsc'] = $this->post['stars'] - 299;
$this->post['s_ext'] = 'blue';
}
elseif ($this->post['stars'] >= 200)
{
$this->post['starsc'] = $this->post['stars'] - 199;
$this->post['s_ext'] = 'green';
}
elseif ($this->post['stars'] >= 100)
{
$this->post['starsc'] = $this->post['stars'] - 99;
$this->post['s_ext'] = 'grey';
}
else
{
$this->post['starsc'] = $this->post['stars'] + 1;
$this->post['s_ext'] = 'yellow'; }
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?