Support » Plugin: Ultimate Blogroll » ublinks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tinaponting

    (@tinaponting)

    This plugin is DEAD???

    Thread Starter tinaponting

    (@tinaponting)

    HI:)
    The plugin has a not wanted guest!

    ultimate-blogroll/gui/Page
    Someone wants a free link; if(@$gui["support"] == "yes" && ++$tel == $rand) {
    
                    echo "<tr>";
                    echo "<td><a href="http://www.cadeauwebwinkel.be" title="Cadeau (kado) of origineel geschenk voor verjaardag, Valentijn en Moederdag">GetTarget($gui["target"]).$this->GetFollow($gui["nofollow"]).">Cadeauwebwinkel.be</a></td>";
                    echo "<td>n/a</td>";
                    echo "<td>n/a</td>";
                    echo "<td>n/a</td>";
                    echo "<td>n/a</td>";
                    echo "<td>n/a</td>";
                    echo "</tr>"
    
    Change it to:
            foreach($gui["table_links"] as $links) {
                if(@$gui["support"] == "yes" && ++$tel == $rand) {
    
                    echo "<tr>";
                    echo "<td>n/a</td>";
                    echo "<td>n/a</td>";
                    echo "<td>n/a</td>";
                    echo "<td>n/a</td>";
                    echo "<td>n/a</td>";
                    echo "</tr>";
    
    Set:folder to: 644!

    And it is in all versions!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ublinks’ is closed to new replies.