Thread: How to unlock?
View Single Post
Old 01-07-2006, 01:44 PM  
mr_F
Member
 
Join Date: Jul 2005
Posts: 33
Default

maybe you should consider another scripting language.
i've used asp* and it is complete crap.

the following code displayed a locked file (php code) for me:

Code:
<pre>
<?

	$handle = fopen("0",'r');
	while (!feof($handle))
	{
		$buffer = fgets($handle,1000);
		echo $buffer;
	}
	fclose($handle);
?>
</pre>
displayed this ...
Code:
wkup 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
wkdn 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tagline CENSORED
ratio 0 0 0 0 0 0 0 0 0 0
password CENSORED EVEN THOUGH IT'S A HASH ;)
monthup 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
monthdn 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
limits 0 0 -1 -1 -1
ips CENSORED
groups 0 107
flags X3
dayup 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
daydn 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
credits 0 0 0 0 0 0 0 0 0 0
allup 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
alldn 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
admingroups
so it's nothing you have to change with the daemon, it's the garbage scripting language
mr_F is offline   Reply With Quote