|
Show the downloads for a specific site (WCDDL v2) - Printable Version +- WCDDL Skins and Mods (http://wcddl.org) +-- Forum: WCDDL Skins and Mods (/Forum-WCDDL-Skins-and-Mods) +--- Forum: WCDDL Modules (/Forum-WCDDL-Modules) +---- Forum: WCDDLv2 Modules (/Forum-WCDDLv2-Modules) +---- Thread: Show the downloads for a specific site (WCDDL v2) (/Thread-Show-the-downloads-for-a-specific-site-WCDDL-v2) |
Show the downloads for a specific site (WCDDL v2) - c0rrupt - 07-26-2012 04:35 PM Show the downloads for a specific site (WcDDL V2) create file: wcddl_site.php paste inside PHP Code: <?phpopen: index.php find: PHP Code: <?phpreplace with: PHP Code: <?phpfind: PHP Code: <td>Rating</td></tr> replace with: PHP Code: <td>Provided by</td><td>Rating</td></tr> find: PHP Code: <td><?=$dl['rating']?></td></tr> replace with: PHP Code: <td><a href="index.php?site=<?=$dl['surl']?>" target="_blank"><?=$dl['sname']?></a></td><td><?=$dl['rating']?></td></tr> Screen Shot: mod by jomasaco. |