By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.
Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.
After subscribing to one of our subscription, the products are immediately downloadable.
It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.
AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.
All active subscribers will be able to continue enjoying support until the end of their subscription.
The components will be free and no support will be provided anymore for the other users.
Changelog
Low-level security issue has been fixed , you should upgrade to the last version ASAP.Security Fix: Add File Filter for Upload
Fix: Workaround to avoid bug with some SEO extension
Fix: Show Contact on CB not working
Fix: Fatal error: Call to undefined function recurseSearch() in mod_paidsystem_feat.php on line 205 Conflict when Adsmanager ads module and Paidsystem Feat module are on the same page
Fix: New feature / Fix: You can now choose to send the message with the Joomla email or the user email.
Fix: add title on <a> to prevent bug with poor written SEO plugin
Fix: remove extra htmlspecialchars
Hello,
An old issue fixed 1 year ago has been published on several websites these latest days.
This issue allow user to upload and execute some php code. This issue appears between version 2.6 and 2.9.13.
This article is just to tell you that you don't have any problem with your current AdsManager if version is >= 2.9.13.
So every one using version under 2.9.13 should upgrade to recent version. (which should be done like any software all the time)
In any case, if you want to secure your old version you can apply this quick fix or contact us per email (This email address is being protected from spambots. You need JavaScript enabled to view it.)
in components/com_adsmanager/controller.php
In function upload() just after
// Clean the fileName for security reasons
$fileName = preg_replace('/[^\w\._]+/', '', $fileName);
add
$ext = strrpos($fileName, '.');
$fileName_b = strtolower(substr($fileName, $ext+1));
if (!in_array($fileName_b,array("jpg","jpeg","gif","png"))) {
exit();
}
Maintenance Release
AdsManager
Fix: SQL error if cron activated "ordering" doesn't exist.
Fix: PHP Warning: implode(): in controllers/fields.php on line 87
New: Support CB 2.0.X
Fix: No more offset between the search fields
Fix: If no image no slider displayed
Fix: Chosen form now translatable
Fix: Little workaround on conditional field not displayed the first time but with initial value
Fix: prevent SQL error with rootid incorrect
Fix: Bug in admin with jQuery not loaded in 2.5 replace jQuery by jQ
Fix: Don't fill IP field with admin IP in backend if IP value is empty
Fix: Plugin captcha
PaidSystem
Fix: Syntax PHP Error generate PHP Notice
Fix: Fix Javascript Error if top/featured/highlight not set
VirtualMoney
Fix: CB plugins for 1.9.x and 2.0.x
Fix: INVOICING_NO_TAX translation added
Fix: Sh404 language
Invoicing
New: Customer can edit Invoicing Profile from the frontend
Fix: CB plugins for 1.9.x and 2.0.x
Fix: sh404 language
New: Change the default order page to be more simple
Fix: Default tax is now 20%
Fix : The customer notes works correctly now.