Hello Members, there is poker software and other unwanted hidden links in my blog http://geo-hosting.com/ . you can see in page source. I have changed theme already but links are still there and I am unable to find out those links where placed in my blog and how. can anyone help me to remove those hidden links. if yes then post solution here or PM me. here are those links info: <a href="http://relieve-headache-treatment.com/">headache</a> <a href="http://fibromyalgiasyndrome.org/">fibromyalgia syndrome</a> <a href="http://clusterheadache.info/">cluster headache</a> <a href="http://sciaticnervedamage.net/">sciatic nerve damage</a> <a href="http://fibromyalgia-pain-symptoms.com/">fibromyalgia</a> <a href="http://glaucomaclinical.com/">glaucoma</a> <a href="http://rankexplorer.com">Poker Software</a> <a href="http://www.buyziagenonline.com/">buy ziagen</a> <a href="http://buyezetimibe.com/">ezetimibe</a> <a href="http://buycipro24.com/">buy cipro</a> <a href="http://www.paydayloans250.com/">payday loans</a> <a href="http://newyork-travel-guide.com/">newyork travel</a> <a href="http://www.fastpaydayloan24.com/">payday loan</a> thanks
If you can search through the code and not find the required links, it is most probable that 1. the links are encoded in the footer, or 2. script is hooked into the footer through the functions.php Try pasting the encoded footer.php if necessary.
Hey yes sometimes the links not show. I am very confused about these links. please help me to find and remove those links.
They are being showed from wp_footer() Probably some plugin did this. Or someone put them in your plugin directory.
First, reinstall your blog from the WordPress dashboard. That will make sure that the links are not in a WordPress file. Second, uninstall all plugins and then activate them one by one to see which one is responsible for the links, if any. Another method would be to copy all the files, from the ftp, to your computer(WordPress files too) and use a software like "TextCrawler"(google it) to search in all the files for those links. Try also searching for "base64" because some people encode the piece of code responsible for showing the links.