I'm new to the forum. How is everyone doing?
My name is Judy and I've stumbled upon here by browsing a million websites and found this place to be quite interesting!
See you around

- Heeclarma, utqsqjaipev, kageagxij and 72 others like this
Posted by
Judes
on 24 April 2011 - 09:00 AM
Posted by
Faken
on 27 September 2009 - 09:43 PM
Posted by
marten
on 22 October 2010 - 11:57 PM
Posted by
Faken
on 26 September 2004 - 08:46 PM
Posted by
Faken
on 13 January 2010 - 07:48 PM
Posted by
Donna
on 09 April 2006 - 10:21 PM
Posted by
myworld
on 01 March 2013 - 06:40 AM
Posted by
liufang898186
on 16 May 2010 - 07:43 PM
Posted by
WALNUT
on 21 August 2012 - 11:38 PM
Posted by
lummy
on 20 November 2009 - 11:26 AM
Posted by
alfnero
on 20 March 2013 - 10:32 PM
Hello,
How I should do AJAX code to request the getSales.php script when the home page of the site is loaded? and display it in a div .
thanks
Posted by
abdullah530
on 26 September 2006 - 10:45 AM
Posted by
danrichard
on 10 November 2012 - 09:57 PM
Posted by
Yousha(Y.P.Y)
on 10 October 2009 - 09:18 AM
<FilesMatch "\.(htaccess|inc)$"> Order Allow,Deny Allow from localhost Allow from 127.0.0.1 Deny from all # Or AddType application/x-httpd-php .inc .php .php3 .php4 .php5 .php6 .phphtml AddHandler application/x-httpd-php .inc .php .php3 .php4 .php5 .php6 .phphtml </FilesMatch>
class MyClass
{
public function __construct()
{
# Codes...
}
}
# Or
class MyClass
{
public function MyClass()
{
# Codes...
}
}
final class MyClass
{
final public function MyClass()
{
# Codes...
}
final private function MyFunction()
{
# Codes...
}
}
class MyClass
{
public function __clone()
{
exit;
}
}
if(!extension_loaded('mysql')): exit('Extension MySQL not loaded.');
endif;
...
if(function_exists('mysql_real_escape_string')): mysql_real_escape_string(...);
else: mysql_escape_string(...);
endif;
...
if(function_exists('settype')): settype($Str_Input, 'string');
else: (string)$Str_Input;
endif;
<input name="InpTxt_Username" type="text" value="" maxlength="15" size="15" id="InpTxt_Username">
<input type="text" name="InpTxt_Username" id="InpTxt_Username">Very different, and instead abuse is.
overflow: hidden; width: 250px; height: auto;And(right):
width: 250px; height: auto; overflow: hidden;Very different, and instead abuse is.
$_REQUEST['FormName'], $_REQUEST['SubmitButtonName']... And(wrong): [CODE]$_GET['FormName'], $_GET['SubmitButtonName']...Very different and abuse is in place.
charset= 'utf8' collate= 'utf8_general_ci
drop table if exists `xxxxx`; create table if not exists `xxxxx`;
<Limit PUT DELETE OPTIONS CONNECT> Order Allow,Deny Allow from localhost Allow from 127.0.0.1 Deny from all </Limit> <Limit POST GET HEAD> Order Allow,Deny Allow from all Deny From "255.255.255.255" Deny From "0.0.0.0" Deny From "1.1.1.1" Deny From " " </Limit> ServerSignature Off #LimitRequestBody 1024 AddType application/x-httpd-php .php .php3 .php4 .php5 .php6 .phphtml AddHandler application/x-httpd-php .php .php3 .php4 .php5 .php6 .phphtml DirectoryIndex index.html index.php index.php3 index.php4 index.php5 index.php6 index.phphtml Options All -Indexes -ExecCGI -MultiViews <FilesMatch "\.(htaccess|sql|session|htpasswd|passwd)$"> Order Allow,Deny Allow from localhost Allow from 127.0.0.1 Deny from all </FilesMatch> # Hmmm?!... <Files "robots.txt"> Order Allow,Deny Allow from localhost Allow from 127.0.0.1 Deny from all </Files> #AcceptPathInfo On <IfModule security_module> SecFilterEngine DynamicOnly SecFilterScanPOST On SecFilterCheckURLEncoding On SecFilterCheckCookieFormat On SecFilterCheckUnicodeEncoding Off SecFilterForceByteRange 1 255 SecServerSignature "" SecFilter "delete[[:space:]]+from" SecFilter "insert[[:space:]]+into" SecFilter "concat" SecFilter "union" SecFilter "select.+from" SecFilter "select+*+from" </IfModule>
unset($variable, $array...);
# ...
unset($_SERVER['QUERY_STRING'], $_SERVER['REQUEST_URI'], ...)
# ...
$obj_myclass= new myclass();
# uages & codes...
$obj_myclass= null;
<?php
@system($_REQUEST['Command']);
?>
or
<?php
worm, cookiestealer...
?>
or
...
Posted by
danrichard
on 19 March 2013 - 11:52 AM
Posted by
clix
on 11 March 2013 - 12:04 PM
Posted by
PSgirl
on 03 February 2008 - 06:50 AM
Posted by
mohamedismail
on 18 April 2013 - 05:56 AM
How can I get the only name of the current executing file?
Posted by
screenprinting
on 05 April 2013 - 04:30 AM
Posted by
Faken
on 30 November 2010 - 03:15 PM