[Plugin: ViperBar] Settings page javascript redirect
-
In Firefox, when I try to view the Viperbar settings, my browser gets redirected to this url:
https://searchdiscovered.com/?dn=www.viperchill.com%2C+www.viperchill.com&fp=ft7sDjUew5WyjLiQnQdVjx4TmN9oGmNWwtAYTYARk0TRxBYzRrZu56sdf3qbvIkHd5%2FRS1YSS5nG1wQfbbhtgQ%3D%3D&prvtof=LoqgnJ4XmNuMfP59yif9cqAZp%2FfTCTCVYMxFtGPQN1B9e2CtHp3tgluq%2FYPEPiothjqGwVXsTY8IpAxEQarqhAJiJgQzY7gad%2FX4vfqveMk%2BSSce8JuZQWajLfkpgr8B&poru=H%2B%2BwUZ73BXqqMi04Zq%2B2kauxCpbUlHpqClAORn8cZ0vNMJMKNfu2wL1pZOGBQOyCL%2BMmA7FQynTTi%2BFZ8LcWxpS0OrGHl4Xo1e1S56qReTvg0tx873cgj%2B0N4dTJY7Cj&cifr=1&In Chrome, this is what I see:
https://i44.tinypic.com/2mww847.pngI’m not sure if this is intentional, or if I have a virus, or the ViperChill.com website has a virus, but there are two workarounds if you’re having the same issue:
Option 1:
Just disable javascript in your browser.Option 2:
1. Go to plugins, then click Edit under ViperBar
2. On the Plugin Files right sidebar, choose viperbar/admin/admin_main.php
3. Scroll down to this line:// The header for the plugin settings is loaded from Viperchill.com for user benefit. echo '<div id="Viper_main_container">' . file_get_contents( 'https://www.viperchill.com/rss/plugin_header.php?plugin=viperbar' );
4. Comment out the second part, like so:
// The header for the plugin settings is loaded from Viperchill.com for user benefit. //echo '<div id="Viper_main_container">' . file_get_contents( 'https://www.viperchill.com/rss/plugin_header.php?plugin=viperbar' );
5. Hit save, and you’re good to go!
- The topic ‘[Plugin: ViperBar] Settings page javascript redirect’ is closed to new replies.