just asking about captcha in php!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
waldopulanco
Forum Newbie
Posts: 4
Joined: Fri Apr 16, 2010 1:43 am

just asking about captcha in php!

Post by waldopulanco »

sir can you help me how to retrieve Captcha in this website http://www.cproxy.com/default.aspx?pg=13&lg=2 using php script?


just like this website http://fyou.noads.biz/bk/ they can retrieve the captcha from cproxy.com.

please help me i need the php code to retrieve the captcha!!

Thanks in advance!!
roders
Forum Commoner
Posts: 68
Joined: Tue Oct 20, 2009 9:29 am

Re: just asking about captcha in php!

Post by roders »

You will find attached a zip file. Extract it, open guestbook.php in your browser and it very easy.
Attachments
captcha.zip
(16.83 KiB) Downloaded 56 times
waldopulanco
Forum Newbie
Posts: 4
Joined: Fri Apr 16, 2010 1:43 am

Re: just asking about captcha in php!

Post by waldopulanco »

thank you roders!!
i want to retrieve the captcha from this website http://www.cproxy.com/default.aspx?pg=13&lg=2
because i want to create a multiple registration box from cproxy. in 1 click 3 registration is made. the problem is i dont know how to grab the captcha from cproxy.com. i have an idea but i dont know if it work, the function is file_get_contents(). only captcha that i need to grab.
waldopulanco
Forum Newbie
Posts: 4
Joined: Fri Apr 16, 2010 1:43 am

Re: just asking about captcha in php!

Post by waldopulanco »

here my instant cproxy signup http://waldo.99k.org/ but the problem is i dont know how to grab the captcha from cproxy.com. if i have a captcha reader. i put this the php script captcha reader to server-index.php, this server-index.php is in include ('server-index.php'); on index.php. but the server-index.php is empty or no script. i will put the script of captcha reader on the server-index.php. please make me a php chaptcha reader please please.

note: do not use curl() function because this function is disable to my server!!

Thank you so much!!
User avatar
JAY6390
Forum Newbie
Posts: 20
Joined: Sat Apr 17, 2010 6:51 am
Location: UK

Re: just asking about captcha in php!

Post by JAY6390 »

I'm guessing you are asking how to read the captcha image not how to create one
waldopulanco
Forum Newbie
Posts: 4
Joined: Fri Apr 16, 2010 1:43 am

Re: just asking about captcha in php!

Post by waldopulanco »

JAY6390 wrote:I'm guessing you are asking how to read the captcha image not how to create one
YES you correct!!
how to read the captcha from this website http://www.cproxy.com/default.aspx?pg=13&lg=2
Post Reply