Is anyone else having this issues, after e-mail confirmation mod install?
User Management Sorting wrong any advice?
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| |||
| Quote:
I did it and just noticed by a user, registration its not working, I tried creating a user and the result is failed. Did you test creating a user for confirming its working ok ? I did it and also have default image verification in pligg 9.8.2. Peter. |
| ||||
|
Here is what I learned from the previous attack. Don't patch anything on your pligg site unless it is proven working by the anyone or suggested by the Pligg Dev team. My pligg site is now sitting fine after patching one piece of code - renaming register.php. As far as I know, the spammer is using this file in his/her/they code. So, if all of us is to renamed it something different --- he/she/they need to go each of our site before the attack. I am planning on renaming it at least once a week. How to do it? Go to /libs/html1.php and find this code; If ($x == "register") {return my_pligg_base."/register.php";} replaced register.php to anything you want like register-no-spammer.php ------------------------------------- my pligg site: eBenta.Com / Published |
| |||
|
I got spamed as well - over 10'000 new users! Funnily and luckily enough there's not a single comment spam.
__________________ Pligg - a Swiss version of Pligg (very much online) |
| |||
| Quote:
|
| The Following User Says Thank You to katlis For This Useful Post: | ||
| ||||
| Quote:
|
| |||
|
yeah my data base is fine too just the User Management page that's displaying all weird?
|
| ||||
|
I received no comments either, that would have been a mess... I did although received 800+ users before I followed: Quote:
__________________ ------------------------------------------------------ http://www.neweasyrecipe.com http://www.feedthebull.com Last edited by Iceburg; 12-15-2007 at 08:11 PM.. Reason: spelling |
| |||
| Quote:
Code: <?php
$myFile = "ip.txt";
$fh = fopen($myFile, 'a') or die("can't open file");
if (getenv('HTTP_X_FORWARDED_FOR')) {
$ip=(getenv('HTTP_X_FORWARDED_FOR'));
}
else {
$ip=(getenv('REMOTE_ADDR'));
}
$stringData = "$ip\n";
fwrite($fh, $stringData);
fclose($fh);
?>
|
| ||||
|
Well I lied... Changing register.php to a new name didn't work. Adding the rewrite mod to the .htaccess file didn't work. I am still getting new users in, and the e-mail mod is sending me failures, so I came in this morning to 1200 new failure message. Luckily for me godaddy stopped relaying after the 1200. Anyway, anyone successfully shut down and verified a fix for this?
__________________ ------------------------------------------------------ http://www.neweasyrecipe.com http://www.feedthebull.com |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
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 |









Linear Mode

