-
Content count
268 -
Joined
-
Last visited
-
Days Won
1
sijo last won the day on September 4 2010
sijo had the most liked content!
Profile Information
-
Real Name
Stein Ivar Johnsen
-
Gender
Male
-
Location
Norway
- Website
-
I am sorry to tell that osCommerce VTS will no longer be suported. I have closed my netshop and will be doing other things in the future. I wish you all a Happy New Year!
-
I have never tested it on a local machine and I dont have the possibility to do it either. I dont think I can help you with this, sorry... You could try to comment out these two lines like this: //if (!check_defs('virus.def')) //trigger_error("Virus.def vulnerable to overwrite, please change permissions", E_USER_ERROR);
-
First: You should not list your serverpath in public like you did here. Since I dont now the addons you are using, you have to compare reported files with your original one to see if there is any diffs or maybe files that should not be there. Files reported in ocVTS' folder AV are ok.. And you should rename your admin dir.
-
Q1: It's a 'nota bene ' because some unfriendly scripts could turn off error reporting for some reason.. Q2: It could be done, but I dont have the time to look into it now...
-
You have to check against the original osC (or add-ons) files if you are uncertain...
-
Thanks, now it's right..:)
-
Simple Multi Image Add-on (Un-Limited) with FancyBox Popups
sijo replied to spooks's topic in General Add-Ons Support
This is what you have in your code: <?php } <!-- Simple multi image addon --> <tr><td>Additional Images:</td><td class="main" colspan="3"><table summary=""><tr> And it should be: (diff on line 3 here) <?php } ?> <!-- Simple multi image addon --> <tr><td>Additional Images:</td><td class="main" colspan="3"><table summary=""><tr> -
Yes, it's the link..:blush:
-
It happens when I click the "Sitemonitor" menu button now. (Before I press Configure). And yes, the code for the fix ($adminSM) is in my file.
-
Working fine here, but the "Logged in as: c (Logoff)" is back...
-
Try to put it at the end of these files: catalog\includes\footer.php catalog\includes\application_bottom.php
-
Download Dynamenu" for osCommerce v1.11 "Missing Images" update After that, implement what you want from the fixes and updates you find on the same side.
-
You're welcome..
-
My Sitemonitor is working ok, but I wonder why this is happening: In osC admin panel to the right of the top menubar it says: (I have changed my username here ) Logged in as: steini (Logoff) But after clicking Sitemonitor -> Configure this is what it says: Logged in as: c (Logoff) And stays that way until I close admijn panel and restart it again. Why is Sitemonitor changing the username info on that line?
-
Your site loaded fine in ie8..