

Rwe
Members-
Content count
129 -
Joined
-
Last visited
Profile Information
-
Real Name
Reinder
-
Gender
Male
-
Location
Netherlands
Recent Profile Visitors
4,514 profile views
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Rwe replied to spidometrs's topic in General Add-Ons Support
I found the same in my logfiles: error log: PHP Warning: Use of undefined constant CHARSET - assumed 'CHARSET' ----------------------------- This error was initiated by a bot / hacker with a couple of te next urls : access.log: [06/May/2020:14:55:04 +0200] "GET /somebrand-m-429.html?ceid=kj1oe5oi9m948qfga4evf5dt2f&pHFd%3D8021%20AND%201%3D1%20UNION%20ALL%20SELECT%201%2CNULL%2C%27%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E%27%2Ctable_name%20FROM%20information_schema.tables%20WHERE%202%3E1--%2F%2A%2A%2F%3B%20EXEC%20xp_cmdshell%28%27cat%20..%2F..%2F..%2Fetc%2Fpasswd%27%29%23 HTTP/1.0" 200 9791 "-" "Opera/9.12 (Windows NT 5.0; U; ru)" seems this url takes the system down and CHARSET cannot be found. ? -
Rene, misschien checkout_confirmation.php ipv checkout_conformation.php ?
-
I fixed it with this: RewriteRule ^write.php$ ext/modules/content/reviews/write.php [NC,L,R] Placed just above the USU5 rewrite rules in .htaccess Or is there a better way? Thanks Reinder
-
Okay i understand. I think this same issue will also affect write_pwa.php? ( addon purchase without account) . I cannot test this at the moment as the review link is in the order confirmation e-mail.
-
Does the url need to be rewriten? Once logged in and then clicking the link it just works with in the adress bar http://www.myshop.com/ext/modules/content/reviews/write.php?products_id=3 It is like something goes wrong with processing the href_link over the login page?
-
USU5. just noticed a problem with the write review URL's. when not logged in to my shop and trying to write a review , then after login the link to write a review should be : www.myshop.com/ext/modules/content/reviews/write.php in fact it redirects after login or after create a new account to : www.myshop.com/write.php (this returns a 404) when already logged in there is not a problem with the url. I suspect it has something to do with : "set php_self in the local scope" in application_top.php because when i set the old code back it works as it should. but my knowledge is limited on this.. anyone have some ideas how to fix this ? thanks Reinder
-
-
Trouble with user.css on Phoenix
Rwe replied to 14steve14's topic in osCommerce Online Merchant Community Bootstrap Edition
No only for the main h1 tags, sorry i thought you where looking for this. -
Trouble with user.css on Phoenix
Rwe replied to 14steve14's topic in osCommerce Online Merchant Community Bootstrap Edition
It will make them smaller, i thought you wanted that. -
Trouble with user.css on Phoenix
Rwe replied to 14steve14's topic in osCommerce Online Merchant Community Bootstrap Edition
Try : .display-4{font-size:200%!important} -
Hello @raiwa installed the Related_Products_234_BS_6.6. google structured data test gives all related products as separated products and not related to any product w3c validatation gives the following errors: Error: The itemprop attribute was specified, but the element is not a property of any item. ( isRelatedTo, url, name, offers, pricecurrency, price) i have installed the HT product_schema.php wich works correctly for the main product. is there something missing in the HT product_schema.php, some code for related products? i am Using Frozen v2.3.4.1 CE
-
Please can u also explain why? Just curious to know. Best regards.
-
Rwe started following Harald Ponce de Leon
-
@raiwa Thanks for your explaination, I made it by moving the files to the modules/content/navigation folder and make the nescessary changes in the files.( _HEADER_ to _NAVBAR etc. ) i did not change template_top.
-
@raiwa How can this addon be placed above the header navbar? thanks in advance
-
Bootstrap 4 in 2.3.4.1
Rwe replied to burt's topic in osCommerce Online Merchant Community Bootstrap Edition
I noticed that the header navbar has changed too. More options for background and screensize Categoriebox can set level of subcategories to show, inside the code, nice. A few of my addon modules need to be updated for bs4 Needs some work but until now not difficult to do. its fast and adapts better to smaller screensizes ig tablet size. Thanks @burt -
These seem to be forum spammers, they sign up and later they will try to spam their sh*t on your forms using the signup details. if i look in my error.log i can see that they also try to visit contact_us.php and www.forum.mysite.nl even if it does not exist. i block them by honeypot system, its working .