here's what i did till now
1-i got the latest code from subversion
2-uploaded it to mu-plugin folder , result : not working and not shown
on the site
3-uploaded it to plugins directory, result : working but on the blog
that activate it but the registration form shows the recaptcha box
above the contents in a very ugly way , when it's left blank there's
no error message and when it's typed incorrectly i got this error
message
Warning: extract() [function.extract]: First argument should be an
array in /dir/.to./wp-signup.php on line 290
Fatal error: Call to a member function get_error_code() on a non-
object in /dir/.to./wp-signup.php on line 292
so i guess it needs
to be only activated by the site admin/s
to be placed under mu-plugins
and controlled from the admin panel for the signup page at least ,
so it shouldn't be under settings tab , it should goes under siteadmin
tab
most of wpmu users are into coding and hacking it , so it won't be a
big problem to get everything done by hardcoding the files itself -
the same as the plugin you saw from wpmudev -
this way you will save alot of time coding for a solution , depending
on the code of wpmudev to place the code on registration form without
backend options , the private and pub keys to be placed manually in
the files , then for every blog to activate the normal wp-recaptcha
manually
thanks jorge for your help which i think will be of a big help to alot
of other wpmu users
On Jun 5, 9:54 am, "Jorge Peña" <
jorgepbl...@gmail.com> wrote:
> That's the plugin that I looked at to modify my code, I hope it works, if
> not, I'll figure it out eventually but let me know how it goes as quickly as
> you can so that I can finish this as quickly as I can myself.
>
> On Wed, Jun 4, 2008 at 11:36 PM, fouad fakhr <
fouad.fa...@gmail.com> wrote:
>
> > i tried the version available on wordpress plugin directory but didn't
> > work on the signup-wp.php page
> > i'll try the subversion and inform you about the results
>
> > the problem is huge cuz even the people on wpmu don't know well about
> > recaptcha !!!!
> > or they don't believe recaptcha will be of any difference to splogs
> > the only captcha plugin available for wpmu is kinda weak , it only
> > contains few numbers to be shown and the user can't choose to refresh
> > it nor to listen to the letters and it's only 4 numbers are shown
> > actually i tried it and made no huge difference to the spam blogs
> > created daily on the system
> > you can find it here
> >
http://wpmudev.org/project/WPMU-Signup-Captchai think it might help
> > you to take a look at the source of this plugin
>
> > i really don't know why the two communities of WPMU and reCAPTCHA
> > didn't meet or even know about eachother yet , as i know recaptcha is
> > the most powerful captcha over here and wpmu install is a target to
> > every spammer online
>
> > i'll try my best helping and trying it with you
>
> > On Jun 5, 3:33 am, "Jorge Peña" <
jorgepbl...@gmail.com> wrote:
> > > A zip is now available here:
> >
http://downloads.wordpress.org/plugin/wp-recaptcha.zipincase you don't
> > > want to use subversion.
>
> > > On Wed, Jun 4, 2008 at 5:28 PM, Jorge Peña <
jorgepbl...@gmail.com>
> > wrote:
> > > > I *think* I've enabled WPMU support but I'm not positive as I don't
> > have
> > > > an installation to try it on. Do you have experience with Subversion?
> > Would
> > > > you mind checking out the latest revision from
> > > >
http://svn.wp-plugins.org/wp-recaptcha/trunk/?If you don't know how