Results 1 to 5 of 5

Thread: Pagerank in admin panel

  1. #1
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default Pagerank in admin panel

    While validating links in the admin panel, is their a mod that will allow the pagerank of link to be viewed?

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    None yet, I don't think anyone has found a use/need for something like that yet. For most directories page rank is useless anyways.

  3. #3
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

    Default

    Thanks for the reply. Not for me it isn't. I have found most spam links coming from sites with no page rank. Most not all. On one of my directories I use this option to quickly weed out spammers. thus on that directory you must have a PR 2 to be excepted. Just helps me run several directories without wasting any more time than needed. That's all. I get so many auto submissions and 50 percent are in wrong cats. I need all the time saving I can get...If you have any suggestions on this I am all ears for sure....again thanks for the reply

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Are they spam submissions or are they mostly misdirected submisions? The following settings can help you reduce spam submissions and misdirected submissions.

    Only registered user can add new link (yes)
    Enable User Validation (yes)
    Require visit category on submission(yes)

    In captcha.php you can change the following

    Code:
    $key = GenerateRandomString(4, TRUE);
    to

    Code:
    $key = GenerateRandomString(5, TRUE);
    to confuse autosubmitters that rely on indexu only using 4 characters.

    If you want to go up to 5 characters you need to change the following as well

    Code:
      // box color
      $image = imagecreatetruecolor(81, 31);
      $back = imagecolorallocate($image, intval(rand(224, 255)), intval(rand(224,255)), intval(rand(224, 255)));
      imagefilledrectangle($image, 0, 0, 81, 31, $back);
    to
    Code:
      // box color
      $image = imagecreatetruecolor(90, 31);
      $back = imagecolorallocate($image, intval(rand(224, 255)), intval(rand(224,255)), intval(rand(224, 255)));
      imagefilledrectangle($image, 0, 0, 90, 31, $back);
    Also remember, that some sites just don't have pagerank or they don't have pagerank yet. You can't base all submissions on that factor alone

  5. #5
    Join Date
    Apr 2007
    Location
    Olongapo, Philippines
    Posts
    138

Similar Threads

  1. Blank Admin Panel
    By CEC in forum Indexu Lite
    Replies: 11
    Last Post: 05-02-2006, 10:31 PM
  2. Spanish in admin control panel
    By lexpression in forum v5.x
    Replies: 0
    Last Post: 02-16-2005, 11:40 AM
  3. can't access admin panel
    By cafepharma in forum Indexu Lite
    Replies: 1
    Last Post: 04-29-2004, 02:00 PM
  4. can't access admin panel
    By cafepharma in forum v5.x
    Replies: 0
    Last Post: 08-16-2002, 10:10 AM

Posting Permissions

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