In one of your mods, I found a SQL Injection in.. Fillip is most likely passed out ATM, so not sure who I should contact.
I won't say which mod it is in this thread so that people don't go and look for it..
Who to contact?
(
Warning: mysqli_query() [function.mysqli-query]: (42000/1064): You...
on my vbshop https://www.bugabuse.net/vbshop.php the hover doesnt work. so people can't see how much the prices for things are etc. i debugged a bit with firebug
googled a bit - https://www.bugabuse.net/dbtech/vbshop/clientscript/vbshop_hover.js...
https://developers.google.com/speed/pagespeed/insights#url=https_3A_2F_2Fwww.bugabuse.net_2Fmembers_2Falex__j__leon.html&mobile=false&rule=SpriteImages
use CSS sprites instead of indivdual images.
Possible?
Can be made?
Thanks..
1) Make it so, it will MD5() the shouts page and if it has changed, it will send out a request to refresh, but if it hasnt, it does nothing.. this would save alot of serverload and lag.
2) Allow CDN for the shouts and stuff. (This would require the MD5() Thingy)
Ok, thanks
when you have https on your forum, and someone posts an image that uses http, you lose ur https on that page. my idea is to pretty much download all images and save them internaly. or even 'GET' them and cache them. Here is the code I've made up to nearly emulate it:
<?php
session_start()...