Zen Cart Logo
Forums / Basic Configuration / Unwanted text on some admin pages after installing the block IP mod

Unwanted text on some admin pages after installing the block IP mod

Views: 929

Results 1 to 3 of 3
5 Mar 2012, 11:16 PM
#1
itcetera avatar

itcetera

New Zenner

Join Date:
Nov 2010
Location:
Spokane Wa
Posts:
79
Plugin Contributions:
0

Unwanted text on some admin pages after installing the block IP mod

Hello,
My problem is that I installed the block IP mod in my store it seemed to work fine but it left this text on top of most of the admin pages.
/** * require the ip blocker function */ require(DIR_WS_FUNCTIONS . 'ip_blocker.php'); ip_blocker();

for example the ADMIN home page. When I view the page source it shows up as

body

Attributes

onload = init()

I uninstalled the program. It was still there so I deleted the related files from the admin section of the site. and it is still there.
I have read everything I can find and can't seem to solve this. Basically I just need to know where to go to edit this line out.

Thank you in advance

P.S. I am not experienced in programing:huh:

Brad
http://theelectricaldepot.com V1. 3.9.h

5 Mar 2012, 11:24 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Unwanted text on some admin pages after installing the block IP mod

Sounds like you've not fully uninstalled the addon. If it replaced files when you installed it, then you'll need to put back the original versions of those files.

This is where I start when odd things are happening such as leftovers from uninstalled addons or other unexpected oddities: http://www.zen-cart.com/wiki/index.php/Troubleshoot_-_Diagnosing_Obscure_Issues. Works for me every time.

5 Mar 2012, 11:27 PM
#3
itcetera avatar

itcetera

New Zenner

Join Date:
Nov 2010
Location:
Spokane Wa
Posts:
79
Plugin Contributions:
0

Re: Unwanted text on some admin pages after installing the block IP mod

Thank you I will gratefully take your advice!
:D