Go Back   Pligg CMS Forum > Pligg Help > General Help

Reply
 
LinkBack Thread Tools Display Modes
  #91 (permalink)  
Old 01-16-2008, 09:13 PM
New Pligger
Pligg Version: 9.8
Pligg Template: unknown
 
Join Date: Dec 2007
Posts: 10
Thanks: 0
Thanked 7 Times in 3 Posts
Quote:
Originally Posted by juicecowboy View Post
Hey, sorry for the delay. Basically, it didn't. I've since installed the reCaptcha option and I've been OK. But I read here that it doesn't matter what I'm doing for registration, the bot can still get the site if it wants to so I've just been lucky for a while I guess.

"..doesn't matter what I'm doing for registration, the bot can still get the site if it wants to.."

This is not the case.
Fortunately using a captcha other than the default one fixes the problem for good.

Please see:
SOLUTION for "site was hacked" !!!
Reply With Quote
  #92 (permalink)  
Old 01-16-2008, 09:24 PM
New Pligger
Pligg Version: 8
Pligg Template: Kez
 
Join Date: Dec 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Can you please check why my registeration form is not showing up at

Tagza: Social Bookmarking site / Register

I have FriendlyURLs ON

Please help
Reply With Quote
  #93 (permalink)  
Old 01-16-2008, 09:59 PM
not2serious's Avatar
Pligg Donor
Pligg Version: v0.96 w/modifications
Pligg Template: Yget w/modifications
 
Join Date: Apr 2007
Location: East Coast, USA
Posts: 226
Thanks: 16
Thanked 16 Times in 15 Posts
Quote:
Originally Posted by itsonlychand View Post
Can you please check why my registeration form is not showing up at

Tagza: Social Bookmarking site / Register

I have FriendlyURLs ON

Please help
I see the registration page when I followed the link ... IE6
__________________
My Pligg Site: Critique My Art
My Arts Directory: Links 2 Arts
Reply With Quote
  #94 (permalink)  
Old 01-17-2008, 11:30 AM
New Pligger
Pligg Version: 9.8.0
Pligg Template: custom
 
Join Date: Dec 2007
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
In our case it is pretty easy to tell which members are fake. The pattern for th email addresses are always 2 names on either side on the @ with leading caps. So if you can figure out the pattern you can just delete the fake users.

BTW: We've had something like 60k bot sign-ups. Its something like independence day....a countdown to disaster. lol.
Reply With Quote
  #95 (permalink)  
Old 01-17-2008, 07:55 PM
New Pligger
 
Join Date: Jul 2007
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Question

Single Step Reg. solved problem 4 me, had to delete over 4,000 bogus users from the database. I currently don't see any evidence of the problem, but I have recently been hit with a suspension by my hosting service, stating that I'm consuming over 10% of the shared server's resources.

Is it possible that this problem can still be impacting server resources?

Month to date, the site has used less than 1% of its bandwidth, it has about 8,000 stories, the RSS Importer is run once a day, I use Feedburner to create lists from the sites RSS feeds which I place in my Blog sidebars, other than a link exchange script there is nothing major running.

My Dec stats showed an avg. of 12,200 hits/day, month to date for Jan shows 6,800 hits/day.

Is there something else I should be looking at?
Reply With Quote
  #96 (permalink)  
Old 01-22-2008, 10:18 AM
Banned
Pligg Version: 9.8.
Pligg Template: Custom
 
Join Date: Feb 2007
Location: Canada
Posts: 849
Thanks: 74
Thanked 49 Times in 45 Posts
I have had 3000+ signups since yesterday afternoon. No comment posts yet.

I have read all comments in this thread and no one method seems to work for everyone.

For now, I'm not going to worry about it since they aren't posting.

Geoserv
Reply With Quote
  #97 (permalink)  
Old 09-26-2008, 05:04 AM
New Pligger
Pligg Version: Pligg Beta 9.8.2
Pligg Template: Default
 
Join Date: Jan 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
It doesnt work

Hi, I tested this one, but it doesnt work..... :-(
Reply With Quote
  #98 (permalink)  
Old 10-25-2008, 07:57 PM
Casual Pligger
Pligg Version: 9.8.2
Pligg Template: yget
 
Join Date: Aug 2007
Posts: 39
Thanks: 6
Thanked 0 Times in 0 Posts
Exclamation Check out these new approaches for ideas --

Hello.

Has anyone tried either of the following methods:

~~~~~~~~~~~~~~~~~~~~~~~
1) keep the filename 'register.php' as is but rename the e.g. do_register2() function in that file and correspondingly in 'register_center.tpl'. I'm thinkin' that bots need to know the name of the function in order to call them.

2) use the 'Sessions' feature to do the checks from behind the scenes. I'm not real experienced with sessions nor done much with 'Smarty' code, but I hope bots can't access values they either don't see nor know about.

If this is doable, maybe do the checks starting with either 'do_register0()' or 'do_register1()' or 'register_step_1.tpl' and/or 'register_step_2.tpl' by creating some arbitrary variable(s) that no one knows the name of but you.

Then, set its value as some random or automatically-assigned value or by variable calculation; then confirming its value or boolean in say, at the beginning of 'do_register2()' before sending the data to the database so if the check doesn't work, the data isn't sent by virtue of a 'return' statement within the 'if' conditional statements.

This routine is not meant to be seen by users like Captcha -- it's mainly to be sure that only your files and routines on your server are actually used, therefore not providing others with data names and using them in alternate methods. Note: If done in the '.tpl' files, I'm guessing sessions would be done between {php}...{/php} tags.
~~~~~~~~~~~~~~~~~~~~~~~

Just a couple of new approaches to give some thought to.

If anyone tries either of these methods and gets them to work, please share your results with us in this thread.


Thanks.
Reply With Quote
  #99 (permalink)  
Old 10-26-2008, 09:10 AM
New Pligger
Pligg Version: 9.95
Pligg Template: CMSTHEME
 
Join Date: Jun 2008
Location: India
Posts: 18
Thanks: 1
Thanked 0 Times in 0 Posts
I was getting bunch of spams but after the I enabled recaptcha it seems no bad story coming in the way.
Reply With Quote
  #100 (permalink)  
Old 10-26-2008, 01:09 PM
New Pligger
 
Join Date: Apr 2007
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
even though with recaptcha i've notice bots still can register ... how's that?
as if they have other method of accessing the database .. ..

is there a way to get an email confirmation?

I hope someone can help us here ... pligg is a very good piece of software ..
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Looks like our Curl User is back REF Help I am being Spammed rmorrill General Help 1 01-09-2008 11:00 PM
Wiki has been spammed... jrothra Suggestions 5 07-14-2007 04:20 PM


Search Engine Friendly URLs by vBSEO 3.2.0