Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirections #25

Open
aargenis opened this issue Apr 30, 2020 · 2 comments
Open

Redirections #25

aargenis opened this issue Apr 30, 2020 · 2 comments

Comments

@aargenis
Copy link

Every time that I try to edit or view posts (Prestashop backend) it redirects to this website http://ww1.xpert-idea.com/ or http://ww1.survey-smiles.com/

@toar86
Copy link

toar86 commented May 3, 2020

remove content function hookdisplayAdminAfterHeader
on modules/xipblog/xipblog.php

@estralyo
Copy link

estralyo commented Jul 10, 2020

Every time that I try to edit or view posts (Prestashop backend) it redirects to this website http://ww1.xpert-idea.com/ or http://ww1.survey-smiles.com/

Go to the file xipblog.php located in /modules/xipblog/ and search for this code on line 1064 and 1073:

$data = @Tools::file_get_contents('http://xpert-idea.com/promotion/promotion_top.php');

change it to this:

// $data = @Tools::file_get_contents('http://xpert-idea.com/promotion/promotion_top.php');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants