Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use without composer? #42

Closed
TheZoker opened this issue Apr 21, 2015 · 5 comments
Closed

Use without composer? #42

TheZoker opened this issue Apr 21, 2015 · 5 comments

Comments

@TheZoker
Copy link

Is it possible to use this script without using composer? Its not installed on my webspace, but I need the recaptcha php script...

Thank you

@TheZoker
Copy link
Author

I tried to use it with the 'recaptchalib.php' file, but I only got a captcha that looks like this:
img_2015 04 21_13h23m00s_001_

Why is it so big and not the tiny one, showed on the recaptcha website?

@Rikk
Copy link

Rikk commented Apr 24, 2015

We need an autoloader... Until Google gets real and understands that not everyone needing Recaptcha will want to install a whole new software just to compile a simple autoloader!
Fortunately, @orlitzky has made one: #34
Get it from his fork: https://github.com/orlitzky/recaptcha/tree/manual-install

@TheZoker
Copy link
Author

Works great :)
Can you may tell me, why the recaptche is so big? Because normally its a way tinier isn't it?
reCaptcha 2.0

@Rikk
Copy link

Rikk commented Apr 25, 2015

There is an alternative mode, which is used when Javascript is disabled (copy code and paste below, after captcha is accepted). It is also big (shows a captcha) when it has suspects about you... The screenshot looks like you fill in the first case.

@TheZoker
Copy link
Author

Javascript is enabled in my browser (and not blocked) and on other pages the captcha is small. Could it be a issue with anything else?

edit:
By mistake I included this file:
https://www.google.com/recaptcha/api.js?fallback=true
And the fallback=true caused the big captcha :P

BTW: Here is another solution to include it without composer: http://stackoverflow.com/questions/27274157/new-google-recaptcha-with-checkbox-server-side-php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants