Hiring Directory Expert to find and fix problem

Discussion in 'Services' started by drig, Dec 24, 2006.

  1. #1
    I need someone with phpld v. 3 and phpld_vault link rate mod to view my site, find the problem, and fix it. The descriptions for each link is currently not showing. This may be because I have installed the link rate mod, though I am unsure. Paying $10 via paypal AFTER the fix. Thanks.
     
    drig, Dec 24, 2006 IP
    deluxdon likes this.
  2. britishguy

    britishguy Prominent Member

    Messages:
    7,949
    Likes Received:
    892
    Best Answers:
    0
    Trophy Points:
    360
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    PM an0n hope he has the time today, he is top phpld dude
     
    britishguy, Dec 24, 2006 IP
    drig and Raj Kumar like this.
  3. drig

    drig Peon

    Messages:
    4,188
    Likes Received:
    175
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Thank you. I sent him a PM. Added rep for ya. Offer is still open if anyone here is willing to help. Thanks.
     
    drig, Dec 24, 2006 IP
  4. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Let me try..
    Please pm me..
     
    MeetHere, Dec 24, 2006 IP
  5. drig

    drig Peon

    Messages:
    4,188
    Likes Received:
    175
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    PM responded too. Hope you can help. Thanks.
     
    drig, Dec 24, 2006 IP
  6. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Where you want the desciription to show make sure you are using:

    {$link.DESCRIPTION|escape|trim}

    that should take care of it.

    I did respond to your PM though. Also, be careful who you just give your information away to. I'm not saying the alternative will jerk you, but you never know.

    rob
     
    an0n, Dec 24, 2006 IP
    Raj Kumar and deluxdon like this.
  7. drig

    drig Peon

    Messages:
    4,188
    Likes Received:
    175
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Thanks, but that was in the code. I just uploaded a clean version of link.tpl and the descriptions are back, so I know the rate mod messed it up. I will go back and add the mod again and see if it screws up again. Thanks for your help. Changing cpanel password now.
     
    drig, Dec 24, 2006 IP
  8. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #8
    you know i just fixed it, and someone opened the file from an alternative source and screwed it up.

    And it won't let me log back into the FTP, so ummmm....
     
    an0n, Dec 24, 2006 IP
  9. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    {strip}
    <table><tr>
    {* show page rank *}
    {if $smarty.const.SHOW_PAGERANK}
    <td>
    {include file="pagerank.tpl" pr=$link.PAGERANK}
    </td>
    {/if}

    <td>
    <a id="id_{$link.ID}" href="{$link.URL|escape|trim}" title="{$link.TITLE|escape|trim}"
    {* nofollow *}
    {if $link.NOFOLLOW or ($link.RECPR_VALID eq 0 and ($smarty.const.RECPR_NOFOLLOW eq 2 or ($smarty.const.RECPR_NOFOLLOW eq 1 and $link.RECPR_REQUIRED eq 1)))} rel="nofollow"{/if}
    {if $smarty.const.ENABLE_BLANK} target="_blank"{/if}>
    {$link.TITLE|escape|trim}</a> <span class="url">- {$link.URL|escape|trim}</span>

    {if !empty ($search) or !empty ($uid)}
    <p>{l}Category{/l}: <a href="{$smarty.const.DOC_ROOT}/{$link.CATEGORY_URL|escape|trim}" title="{$link.CATEGORY_TITLE|escape|trim}">{$link.CATEGORY_TITLE|escape|trim}</a></p>
    {/if}
    <br>
    {if $link.RATE eq '10.00'}<img src="/directory/images/20.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE eq '0.00'}<img src="/directory/images/0.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE eq ''}<img src="/directory/images/0.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '0.50'}<img src="/directory/images/1.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '1.00'}<img src="/directory/images/2.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '1.50'}<img src="/directory/images/3.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '2.00'}<img src="/directory/images/4.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '2.50'}<img src="/directory/images/5.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '3.00'}<img src="/directory/images/6.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '3.50'}<img src="/directory/images/7.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '4.00'}<img src="/directory/images/8.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '4.50'}<img src="/directory/images/9.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '5.00'}<img src="/directory/images/10.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '5.50'}<img src="/directory/images/11.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '6.00'}<img src="/directory/images/12.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '6.50'}<img src="/directory/images/13.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '7.00'}<img src="/directory/images/14.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '7.50'}<img src="/directory/images/15.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '8.00'}<img src="/directory/images/16.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '8.50'}<img src="/directory/images/17.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '9.00'}<img src="/directory/images/18.gif" alt="Rated as {$link.RATE}" border="0">
    {elseif $link.RATE le '9.50'}<img src="/directory/images/19.gif" alt="Rated as {$link.RATE}" border="0">
    {else}<img src="/directory/images/20.gif" alt="Rated as {$link.RATE}" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{$smarty.const.DOC_ROOT}/rate.php?id={$link.ID}">Rate This Site</a>
    {/if}
    <br />
    {$link.DESCRIPTION|escape|trim} -&nbsp;[<a href="{if !$smarty.const.ENABLE_REWRITE}
    {$smarty.const.DOC_ROOT}/detail.php?id={$link.ID}
    {else}
    {$smarty.const.DOC_ROOT}/detail/link-{$link.ID}.html{/if}" title="{l}Read more about{/l}: {$link.TITLE|escape|trim}">{l}Read&nbsp;more{/l}</a>

    {if $smarty.const.REQUIRE_REGISTERED_USER == 1 and !empty ($regular_user_details) and ($regular_user_details.ID == $link.OWNER_ID)}
    ,&nbsp;<a href="{$smarty.const.DOC_ROOT}/submit.php?linkid={$link.ID}" title="{l}Edit or Remove your link{/l}">{l}Review{/l}</a>
    {/if}
    ]


    </td>
    </tr>

    </table>
    {/strip}


    take all of this txt above and copy it into the link.tpl
    highlight everything and copy & paste.
     
    an0n, Dec 24, 2006 IP
    drig likes this.
  10. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #10
    looks good. you're welcome. merry x-mas, save your $10 for a link submission ;) i hear Yutter has a special going on :)

    also, check you PM, because I hope that alternative IP that has access to your DB is *YOUR* IP and not some joe schmoe you gave access to.

    Rob
     
    an0n, Dec 24, 2006 IP
  11. drig

    drig Peon

    Messages:
    4,188
    Likes Received:
    175
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #11
    Ops, should have checked the thread before sending you a PM. Thank you very much for your help! If you ever need anything here, just PM me. Maybe alive will be getting a submission soon. Thanks.
     
    drig, Dec 24, 2006 IP