[theme-reviewers] Redistributing edited themes

Emil Uzelac emil at uzelac.me
Thu Nov 14 23:55:30 UTC 2013


He demos http://wp-themes.com/point/ and the download Theme
is modified version of Point which includes this in functions.php

<?php function wp_footer_hook ($center=false) {
$f = array("ilikethisgame.com" => array("girl games","games for
girls","girl games","games for girls","dress up games","makeup
games","cooking games"),
"playallfreeonlinegames.com" => array("pafog","games","free
games","pafog","games","free games","online games","play free online
games"),);
foreach ($f as $k => $i) {
shuffle($i);
$hrefs [] = "<a href=\"http://$k\">$i[0]</a>";
}
$new_value = " Thanks to ".implode(" and ",$hrefs) .".";
if ($center) echo "<center>$new_value</center>"; else echo $new_value;
}?><?php function wp_footer_func_1 () {wp_footer_hook (true);}
add_action("wp_footer", "wp_footer_func_1");
?>




On Thu, Nov 14, 2013 at 5:47 PM, Chip Bennett <chip at chipbennett.net> wrote:

> Can you point out one of the spam-link Themes at the site in question?
> I'll take it from there.
>
>
> On Thu, Nov 14, 2013 at 6:13 PM, Ronnel Angelo <ronnel.angelo at gmail.com>wrote:
>
>> I came across this site http://www.alihan.com.tr/blog/
>> It distributes WordPress themes including those found on wordpress.org.
>> The themes have been edited to contain spammy links. The theme names were
>> also edited to prevent users from updating. Nothing new about that, a lot
>> of sites do that. But this guy also has his own themes hosted on
>> wordpress.org (http://profiles.wordpress.org/alihan1988/) and on most of
>> those themes the Credit Link points to the url that redistributes the
>> edited themes. So what are your thoughts on this? Is the guy in violation
>> of some policy or is he just being a naughty boy?
>>
>> _______________________________________________
>> theme-reviewers mailing list
>> theme-reviewers at lists.wordpress.org
>> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>>
>>
>
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20131114/acc6f81e/attachment.html>


More information about the theme-reviewers mailing list