SCRIPTACULOUS! CAPTCHA army scripts...

Status
Not open for further replies.


Wow suddenly I only get a broken link to the captcha images. I'm using 2 different servers (eu/us) and I didn't make a lot of emails (only like 10 in total).
 
They probably just disabled hotlinking. Easy solution is to download the image and display it - it's probably the best idea anyway.
 
hmm i think something is wrong with the str_prelace statement, dunno why it popped up all of the sudden though.

I put
PHP:
 $this->signup['captcha'] = $matches[0];

Beneath
PHP:
        $this->signup['captcha'] = str_replace($matches[1], 'https://www.google.com/accounts/' . $matches[1], $matches[0]);

And it looks like it's working (haven't tested it yet but i dd get the captcha back)
 
I can display the captch back, .looks like it's something in your str_replace statement.

I put
PHP:
 $this->signup['captcha'] = $matches[0];
Below
PHP:
         $this->signup['captcha'] = str_replace($matches[1], 'https://www.google.com/accounts/' . $matches[1], $matches[0]);
 
  • Like
Reactions: chatmasta
Status
Not open for further replies.