[PHP] Account Maker with captcha bypass

10/12/2013 16:39 midaree#31
[Only registered and activated users can see links. Click Here To Register...]

running mysql and apache... curl should be enabled. What is going on?
10/12/2013 17:37 wintechz#32
Set "short_open_tag" to "On" in php.ini
10/13/2013 02:36 midaree#33
Quote:
Originally Posted by wintechz View Post
Set "short_open_tag" to "On" in php.ini
Was set to the default of on, but im assuming I was supposed to remove ; before each line? I did, no change. Here is my exact format as it appears in php.ini:
short_open_tag
Default Value: On
Development Value: Off
Production Value: Off
*edit.
I uncommented the extension=php_curl.dll in php.ini in every possible location it could be in. (which was only one)
10/13/2013 08:11 wintechz#34
No, do not remove ; before each line.

Do not touch this:
Quote:
; Quick Reference ;
(...)
; short_open_tag
; Default Value: On
; Development Value: Off
; Production Value: Off
Search for:
Quote:
short_open_tag = Off
10/13/2013 21:44 midaree#35
Worked! thanks a ton.
10/14/2013 14:30 mbox99#36
Thanks i'll try this :D
10/15/2013 21:24 baletka#37
What do I have to do if I'm getting set chmod so i can write cookie files? I set chmod to all files in folder to 666, is that ok?
10/15/2013 21:27 wintechz#38
755 or 777 on a FOLDER that contains all the files
10/16/2013 13:16 AimLike'#39
Not bad, but really easy to programming :-D
10/16/2013 20:21 escequi#40
Can't put ref links on the hosted version?
10/16/2013 20:43 baletka#41
Quote:
Originally Posted by bobbyjayblack View Post
Is this still working? It gets stuck at try #1 for me.
Using Ubuntu with apache2, and php5

15:21:21> creating account (username: FantasyBlueberrie15, password: p3l39o)...
15:21:21> try #1
I have same problem, any idea what could be wrong?
10/16/2013 21:45 Rayfi#42
15:44:13> creating account (username: BunKitten95, password: dn022a)...
15:44:13> try #1
15:44:13> could not read captcha image (image invalid)
15:44:13> try #2
15:44:13> could not read captcha image (image invalid)
15:44:13> try #3
15:44:13> could not read captcha image (image invalid)

I have all time this error... The script can't read the captcha image...
10/20/2013 18:59 arthasdk#43
anyone write a guide on how to host this using xampp???

edit : nvm , random guessing worked so far and im stuck on
19:01:19> creating account (username:
Notice: Undefined variable: uname in C:\xampp\htdocs\enhanced\index.php on line 110
, password:
Notice: Undefined variable: pwd in C:\xampp\htdocs\enhanced\index.php on line 112
)...
19:01:19> try #1
19:01:22> captcha: = DK7V
19:01:23> could not create account
19:01:23> try #2
19:01:26> captcha: = GYNT
19:01:27> could not create account
19:01:27> try #3
19:01:30> captcha: = FH8U
19:01:31> could not create account

Pic :
[Only registered and activated users can see links. Click Here To Register...]
11/16/2013 18:21 mbox99#44
wintechz for some reason when i try to host your version the ref box doesn't show up :/