Vergleich captcha.php - 1.6.3 - 1.6.10

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: captcha.php 5380 2011-02-21 12:04:43Z Tomm $

 * $Id: captcha.php 5560 2011-08-28 21:53:04Z PirataNervo $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 250Zeile 250
			//$pos_x = $pos_x + $string_width + ($string_width/4);
$pos_x = $spacing / 4 + $i * $spacing;
$pos_y = ceil(($img_height-$string_height/2));

			//$pos_x = $pos_x + $string_width + ($string_width/4);
$pos_x = $spacing / 4 + $i * $spacing;
$pos_y = ceil(($img_height-$string_height/2));

			
if($pos_x + $string_width > $img_width)
{
$pos_x = $pos_x - ($pos_x - $string_width);
}

 

// Draw a shadow
$shadow_x = my_rand(-3, 3) + $pos_x;


// Draw a shadow
$shadow_x = my_rand(-3, 3) + $pos_x;