Small Admin Modifications for Easying Admins Work for Free Phpld Ver. 2.0

Discussion in 'Directories' started by paidhosting, Jan 18, 2007.

  1. #1
    Hello,
    I get over 50+ submissions daily and usually approve them on the weekend which makes over 200 + or more links in one day, and it had been a time consuming job for me as i had to go to google , type site:the url of domain to check if domain is blacklisted or not (if domain does not show up i remove it as i do not want my site to have unwanted url to effect everyone else by getting my site blacklisted).

    Another thing that kept me annoying was no way to check for duplicate link on site, so made small modification to sort those things out.

    Some might like this some might not , but greenies appreciated if you use it or find it interesting.

    This is for Admin Side Section only..

    For google Site Cache and Duplicate Link Checking modification :

    Open templates\admin\dir_approve_links.tpl

    Locate
    
     <a class="htt" id="URL{$id}" href="{$row.$col}" target="_blank">{$row.$col|regex_replace:"`.+://`":""|truncate:30:"..."}</a>
          <span id="tURL{$id}" class="tt">{$row.$col}</span>
    
    Code (markup):
    Replace with
    
      <div><a href=http://www.google.ca/search?q=site:{$row.$col} target=\"_blank\">Google </a></div>
    	  <div><a class="htt" id="URL{$id}" href="{$row.$col}" target="_blank">{$row.$col|regex_replace:"`.+://`":""|truncate:30:"..."}</a>
    	<div><a href=http://www.sbclansite.com/index.php?search-btn=Search+Directory&q={$row.$col} target=\"_blank\">Check</a></div>  
          <span id="tURL{$id}" class="tt">{$row.$col}</span> </div>
    
    Code (markup):
    Replace www.sbclansite.com with the location of your directory say yourdomain.com/directory/ otherwise you will be querying my site ......
    If anyone is interested in Thumbnail display modifications for links (if you cannot find source or help on getting it enabled let me know will post the modifications for the same.)

    Here are screenshots of the above modifications in action:
    Checking for Duplicate Link : [​IMG]
    Result :
    [​IMG]

    Google Cache Checking:
    [​IMG]

    Result :
    [​IMG]

    Regards & Enjoy.
     
    paidhosting, Jan 18, 2007 IP
  2. Freewebspace

    Freewebspace Notable Member

    Messages:
    6,213
    Likes Received:
    370
    Best Answers:
    0
    Trophy Points:
    275
    #2
    I think we can prevent multiple URL submissions in PHPLD2.1 but it seems that is not working

    But yours mod will be good for all the owners of PHPLD free versions
     
    Freewebspace, Jan 19, 2007 IP
  3. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I hope so , have not checked 2.1 yet but might try that out also. Its free right?
     
    paidhosting, Jan 19, 2007 IP
  4. dvduval

    dvduval Notable Member

    Messages:
    3,372
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #4

    Yes, it is free. And if anyone wants to volunteer to help list bugs or improvements that would be very helpful, I would be happy to help release a slightly improved v2.1
     
    dvduval, Jan 19, 2007 IP
  5. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You can include those modifications to the script also the directoryspys prupdater tool, i can provide thumbnail modification too. It helps when an old script gets a small twist. Other bugs = payment link submission issue (not sure if you will work on that). Captcha issue (does not work on all servers). A simple contact form with captcha(wait i do not think that exists on new version either).

    Regards
     
    paidhosting, Jan 19, 2007 IP
  6. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280
    #6
    Nice tool. I will install it in my directory.

    I have also trid to make a link description page in PHPLD 2.0. I am using it on my directory. If you are interested you can download a free copy too.

    http://www.goodprlinks.com/link-detail-mod.php
     
    YIAM, Jan 19, 2007 IP
  7. paidhosting

    paidhosting Peon

    Messages:
    4,822
    Likes Received:
    483
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thats excellent work yiam maybe you and i can work together and get some nice modified phpld out for users. What you say?

    PS : where can i download it from?


    NVM found it :)
    Regards
     
    paidhosting, Jan 19, 2007 IP
  8. YIAM

    YIAM Notable Member

    Messages:
    2,480
    Likes Received:
    240
    Best Answers:
    0
    Trophy Points:
    280