Search
1.
(Joomla! Extensions/Joomla Components)
MiniScript minifies and aggregates all JS & CSS from the JDocument object of Joomla! into a single file for each.
2.
(Code/Joomla!)
... for possible inclusion in the JomSocial core.
Adding LinkedTube consists of two easy steps. First, create the file components/com_community/libraries/videos/linkedtube.php and add the following code: ...
3.
(Other/Other)
... site will no longer be based on Joomla! and will instead be running in CakePHP. The decision to do this came as a hard one, because I do so love the Joomla! framework, but I finally came to the conclusion ...
4.
(Comments/All)
... );
}
}
closedir($dh);
}
// http://www.php.net/manual/en/function.unlink.php#94766
function recursiveDelete( $str )
{
if( is_file( $str ) )
{
return @unlink( $str );
}
elseif( is_dir( ...
5.
(Code/Joomla!)
... ensuring the component was up to date, and double checking the .htaccess, I reasoned that it must be a bug in the router.php. After slogging through the code, I managed to find a fix.
The configuration ...
6.
(Code/Joomla!)
... jdoc:include tags outside the template itself. In order to load a module position using PHP, use the following snippet:
<?php
require_once(JPATH_ROOT.DS.'libraries'.DS.'joomla'.DS.'application'.DS.'module'.DS.'helper.php');
$document ...
7.
(Code/Joomla!)
If you've ever had the need to load the Joomla! framework inside an external, non-Joomla! PHP script (say, when using Jumi), you can use this handy script to load the necessary files to allow you to use ...
8.
(Code/Joomla!)
... = 216.113.188.202.
In order to resolve this, I dove into the notification script at administrator/components/com_virtuemart/notify.php to see how it was determining what constituted a "fraudulent" IP ...
9.
(Code/Joomla!)
...
JomSocial's applications are echoed in the template using the following:
<?php echo $content; ?>
Since this is just echoing text, I figured with some creative coding, I could pull the Wall ...
10.
(Comments/All)
Ahem,
Yours is short and doesn't use an extra function call, but does it also strip newlines and tabs?
Also, looking now at the PHP manual for trim, it seems I missed NUL and vertical tab: http: ...
11.
(Comments/All)
... $query;
$avatar = parent::_getList( $query, 0, 99999 );
return $avatar;
}
But the $avatar isn't returning anything. Where am I going wrong? My query string works in phpMyAdmin to return ...
12.
(Code/Joomla!)
... and as far as I can tell that parameter is an integer value. To plug this hole, I simply changed line 41 of components/com_lyftenbloggie/models/lyftenbloggie.php to use JRequest's getInt() method instead ...
13.
(Business/Services)
...
CSS
JavaScript
Mootools
jQuery
PHP
Flash
How much does this cost?
This service costs an hourly fee of $30.
How does it work?
You contact me with your requirements, explained ...
14.
(Code/Joomla!)
... Tags
[img]http://victim-site.com/index.php?option=com_user&task=logout[/img]
Path Disclosure: Profile View 'id' parameter
Passing non-numeric values for the 'id' parameter of the profile page results ...
15.
(Code/Joomla!)
webee 1.1.1, a Joomla commenting plugin, suffers from multiple vulnerabilities.
SQL Injection
The 'articleId' is not sanitized.
index2.php?option=com_webeecomment&task=default&articleId=999 union ...
16.
(Code/Joomla!)
... I needed to get the class that generates the menu item select, which was done by including it in my view.html.php:
include_once(JPATH_ROOT.DS.'libraries'.DS.'joomla'.DS.'html'.DS.'parameter'.DS.'element'.DS.'menuitem.php');
Also ...
17.
(Code/Joomla!)
... an install file for my component in component.install.php. I then made sure to add these files to the component's xml install file under the administrator files section.
<administration>
...
<files ...
18.
(Code/Joomla!)
...
REQUIRES: magic_quotes_gpc OFF
index.php?option=com_fbb&func=advsearch&q=&exactname=1&childforums=1&limitstart=0&searchuser=%' AND SUBSTRING(@@version,1,1)=5 -- '
If MySQL is version 5, this will ...
19.
(Code/Joomla!)
... "div" );
for (var i = 0; i < elements.length; i++) {
if ( elements[i].className == "componentheading" ) {
elements[i].innerHTML = "<?php echo htmlentities($cat->name); ...
20.
(Code/Joomla!)
... secret stored in configuration.php. During the token check, the submitted token can then be verified against what is stored in the database without a direct string comparison.
Granted, an insecure extension ...
Featured Extensions
|
$3.00
|
$1.00
|
$20.00
|
$1.00
FREE You Save: $1.00 |



