Results 1 to 10 of 10

Thread: Spam possibilites

  1. #1
    linksor.com is offline Active Member
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    341

    Default Spam possibilites

    I have found that spammers are registering automatically (or manually if recaptcha is activated) on IU directories as a users, filling details (especially homepage and biography) and putting there a lot of wierd links !

    So, take care and edit templates.

    OR disallow in robots.txt file user_search.php and user_detail.php

  2. #2
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    I'm pretty sure they use something like roboform or 1password. Do they create linkback in the user's profile page?
    www.nicecoder.com
    www.dodyrw.com

  3. #3
    linksor.com is offline Active Member
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    341

    Default

    Yes - there is a linkback (homepage) to the site.

  4. #4
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    It is a new backlink method. Be careful. Google it for "angela backlink" for detail.

    I will remove html tag of user detail in next release.
    Let me know if you have any idea.
    www.nicecoder.com
    www.dodyrw.com

  5. #5
    piet's Avatar
    piet is offline Active Member
    Join Date
    Jun 2007
    Posts
    255

    Default

    Is it a option to make it like it needs to be approved by the admin before it shows?
    just like the ratings.
    indexu unlimited license for sale pm me for more info
    Directories for sale pm me for more info

  6. #6
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    There is no option for approval at the moment. But you may remove the link for member listing.

    Code:
    user_search.php and user_detail.php
    www.nicecoder.com
    www.dodyrw.com

  7. #7
    Dr. Jekyll is offline Registered User
    Join Date
    Mar 2008
    Location
    Rome, Italy
    Posts
    118

    Default

    Quote Originally Posted by piet View Post
    Is it a option to make it like it needs to be approved by the admin before it shows?
    just like the ratings.

    This is a good idea

  8. #8
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    What happen if they are approved then they begin adding their backlinks?
    I think it is better if indexu can scan anchor links in profile page. Good?
    www.nicecoder.com
    www.dodyrw.com

  9. #9
    hermit36 is offline Registered User
    Join Date
    Feb 2008
    Posts
    87

    Default

    it sounds gd, although indexu is a gd software but there are still alot of template issues which might bring down its name it will be better if we can customized the user registration page just like link

  10. #10
    dody is offline Administrator
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,731

    Default

    Here is the easiest way. I removed any html codes.

    /user_detail.php line 36.
    Code:
        $detail                 = $users_obj->GetUserDetail($username);
    
        foreach ($detail as $k => $v) {
          $detail[$k] = strip_tags($v);
        }
    
        $biography              = stripslashes($detail["biography"]);
    This code is implemented for next release.
    www.nicecoder.com
    www.dodyrw.com

Similar Threads

  1. spam attack
    By smyhte in forum v5.x
    Replies: 5
    Last Post: 12-22-2007, 11:55 AM
  2. Spam Links....
    By FSGDAG in forum v5.x
    Replies: 7
    Last Post: 12-11-2007, 01:17 PM
  3. SPAM - Again - How did they.....
    By webwerx in forum v5.x
    Replies: 49
    Last Post: 10-17-2007, 03:38 AM
  4. Problems With Spam? (mod)
    By inspireme in forum Blocks and Modification
    Replies: 1
    Last Post: 10-06-2007, 10:20 AM
  5. Linking spam?
    By yesonline in forum v5.x
    Replies: 4
    Last Post: 03-06-2005, 11:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •