indiemusicfinds
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Embedding between posts on homepage only.thanks alchymyth!
it worked (:Forum: Fixing WordPress
In reply to: Embedding between posts on homepage only.oh and I’d been trying something like this before
<?php if (is_home() && $count == 1) : ?> <CENTER> Example </CENTER> <?php endif; $count++; ?> </div>
Forum: Fixing WordPress
In reply to: Google Adsense Hack on my Blogthe theme one, i think, it’s in the wordpress panel. Appearance-Editor
i’m fairly sure that’s what’s doing it, it looks very suspect. I want someone who understands these files to confirm first though.
Forum: Fixing WordPress
In reply to: Google Adsense Hack on my BlogI’m guessing it’ll be in header.php
Forum: Fixing WordPress
In reply to: Google Adsense Hack on my BlogI’ve just found this in my functions.php
} eval(str_rot13('shapgvba purpx_sbbgre(){$y=\'Gurzr ol : <n uers="uggc://jjj.jroubfgvatercbeg.pbz/orfg-cuc-ubfgvat.ugzy">CUC Jro Ubfgvat</n>\';$s=qveanzr(__SVYR__).\'/sbbgre.cuc\';$sq=sbcra($s,\'e\');$p=sernq($sq,svyrfvmr($s));spybfr($sq);vs(fgecbf($p,$y)==0){rpub \'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\';qvr;}}purpx_sbbgre();'));
It looks a bit out of place and the uggc://jjj. part looks like an odd version of https://www. where these codes might be being fed from.
Can someone tell me whether this is supposed to be here before i take it out?
There’s another one at the bottom of fuctions.php as follows} eval(str_rot13('shapgvba purpx_urnqre(){vs(!(shapgvba_rkvfgf("purpx_shapgvbaf")&&shapgvba_rkvfgf("purpx_s_sbbgre"))){rpub(\'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}')); ?>
Forum: Fixing WordPress
In reply to: Google Adsense Hack on my Blogno worries i just found it in sidebar.php.
I hope this doesn’t become a game of cat and mouse.
Forum: Fixing WordPress
In reply to: Google Adsense Hack on my BlogThanks, yes I just took it out.
Now another one has appeared in my side bar at the bottom.
Do you know how to get rid of this one?
It’s not showing up as a Widget in Appearance-Widgets.Forum: Fixing WordPress
In reply to: Google Adsense Hack on my Blogthe same thing happened to me last night at https://indiemusicfinds.com
the adsense ads look identical too, I emailed google adsense one of the links so they can ban the account so they don’t get the money.
I think I’ve just found the code that’s doing it in my Theme’s Main Index Template.
There’s something about adsense and a JS script. I’m not sure how much of it I need to take out though, i don’t want to break anything.I’m worried that they’ve put some other code in the wordpress files to allow them backdoor access again which it looks like has happened with yours for them to keep putting it back.
Posted by <span><?php the_author() ?></span> | Posted in <span><?php the_category(', ') ?></span> | Posted on <?php the_time('d-m-Y') ?> </h3><script type="text/javascript"><!-- google_ad_client = "pub-2269506850128822"; /* 728x90, created 7/25/09 */ google_ad_slot = "7353594443"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div>
Can you tell me whether this is the code I need to remove anyone? I’m not expert with this stuff.