MT2GS CMS by hennink

07/02/2012 05:33 TischKante.™#1
Hey , leute !

Suche jemanden der sich damit auskennt !

Habe folgendes Problem :

Wenn ich oder sonst wer sich Registrieren will das Captcha funktioniert nicht ...
da ist immer das selbe Bild !

Wer ahnung davon hat soll mich bitte in Skype adden als belohnung gibts auch nen bissl e*gold ;).

Skype

-tischkante8




Mit freundlichen Grüßen,
07/02/2012 06:03 blackout85#2
da wird dein hoster die cash time zu hoch eingestellt haben
07/02/2012 06:17 TischKante.™#3
Das heißt genau was ? ...
Kann ich die ändern lassen oder irgendwie ?

Kannst du mich mal bitte in Skype adden ?

hier is die Capatcha.php

PHP Code:
<?PHP
  session_name
("m2hp");
  
session_start();
  
  
header("Content-Type: image/png");                                // Sets the Content of this file to an PNG-Image
  
  
$ttf "./franconi.ttf";                                          //Schriftart 
  
  
$_SESSION["captcha_id"] = "";                                     // Clears the old value
  
  
$zufallszahl mt_rand(50000,60000);                              // Generates a random number between 50000 and 60000
  
  
$_SESSION["captcha_id"] = $zufallszahl;                           // Sets the value of the session
  
  
$bild imagecreatefromgif("bg.gif");                             // Creates a new image from background file
  
  
$weisser imagecolorallocate($bild255255255);              // Sets white text color
  
  
imagettftext($bild1110520$weisser$ttf$_SESSION["captcha_id"]); 
  
//imagestring($bild, 3, 8, 6,  $_SESSION["captcha_id"], $weisser);  // Prints the random number von the image
  
  
ImagePNG($bild);                                                  // Output for the generated image
?>





Das ist halt das Hintergrund Bild , wenn ich mich dann registrieren will ist halt nur das Bild da ohne zahlen ... :/

[Only registered and activated users can see links. Click Here To Register...]
07/02/2012 16:30 EventMaster1#4
wieso nimmste nicht die orginal captcha.php ??? und probierst es damit mal o.Ö
07/02/2012 17:22 .Mr'Zerpexx#5
PHP Code:
<?PHP
  session_name
("m2hp");
  
session_start();
  
  
header("Content-Type: image/png");                                // Sets the Content of this file to an PNG-Image
  
  
$ttf "./franconi.ttf";                                          //Schriftart 
  
  
$_SESSION["captcha_id"] = "";                                     // Clears the old value
  
  
$zufallszahl mt_rand(50000,60000);                              // Generates a random number between 50000 and 60000
  
  
$_SESSION["captcha_id"] = $zufallszahl;                           // Sets the value of the session
  
  
$bild imagecreatefromgif("bg.gif");                             // Creates a new image from background file
  
  
$weisser imagecolorallocate($bild255255255);              // Sets white text color
  
  
imagettftext($bild1110520$weisser$ttf$_SESSION["captcha_id"]); 
  
//imagestring($bild, 3, 8, 6,  $_SESSION["captcha_id"], $weisser);  // Prints the random number von the image
  
  
ImagePNG($bild);                                                  // Output for the generated image
?>
Meine sieht soo aus o: ich hab ka woher ich die hab. müsste mir damals freund gegeben haben..