|
Events
|
|
Sorry! There are no calendar events available at the moment.
|
|
Random Guwno Quote
|
| #131 | pl | <guwno> jestem Mareg, moja glowa jest zajebista z jednym wyjatkiem
<guwno> moja glowa przypomina nielichej wielkosci globus |
|
|
Board Stats
|
Total Members: 150
Total Posts: 796
Total Topics: 149
Total Categories: 2
Total Boards: 7
Most Online: 214
|
|
 |
kqSigRotator 1.3.1 | 28 Mar 11 |
16:54:20 by KrzaQ | Views: 436 | Comments: 0
Newer version
<?php // just add a coma and 'extension' to add more $AllowedExtensions = array('png','gif','jpg','jpeg'); $Directory = './sig.png/'; // optional $MyLink = 'http://www.debil.eu/kq.png';
/***************** DO NOT ROUCH BELOW *****************/
function IfAllowedExt($FileName){ global $AllowedExtensions; foreach($AllowedExtensions as $ext){ if(preg_match('/\.'.$ext.'$/i', $FileName)) return true; } return false; }
if ($handle = opendir($Directory)){ $i=0; while (false !== ($file = readdir($handle))) { if(IfAllowedExt($file)){ $ListOfFiles[$i] = $file; $i++; } } closedir($handle); }
sort($ListOfFiles);
if(!isset($_GET['i']) && !isset($_GET['p'])){ srand((double)microtime()*1000000); $RandNum = rand(0,count($ListOfFiles)-1); }else if(isset($_GET['p'])){ $arr = array(); for($i = 0; $i < count($ListOfFiles); $i++){ $arr[md5($ListOfFiles[$i])] = $i; } if(isset($arr[$_GET['p']])) $RandNum = $arr[$_GET['p']]; else{ srand((double)microtime()*1000000); $RandNum = rand(0,count($ListOfFiles)-1); } }else{ $RandNum = $_GET['i']; }
if(isset($_GET['debug'])){ echo '<table cellspacing=1 cellpadding=1 style="font-family: Courier;"><tr style="text-align: center"><td>No.</td><td width=400>File Name</td><td width=300>md5</td></tr>'; for($i = 0; $i < count($ListOfFiles); $i++){ if($i == $RandNum){ $FileMd5 = md5($ListOfFiles[$i]); $FileCaption = ''.$ListOfFiles[$i].''; }else{ $FileMd5 = md5($ListOfFiles[$i]); $FileCaption = $ListOfFiles[$i]; } echo "<tr><td>$i.</td><td>$FileCaption</td><td><a href=\"$MyLink/?p=$FileMd5\"><img src=\"$MyLink/?p=$FileMd5\"/></a></td></tr>"; } echo '</table>'; echo 'total: '.count($ListOfFiles).' current random: '.$RandNum.'<br>'; echo 'Signature Rotator script by KrzaQ<br>ver. 1.3.1'; }else{ Header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); Header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); Header("Pragma: no-cache"); Header("Content-Type: image/png"); readfile($Directory.$ListOfFiles[$RandNum]); } ?>
|
|
|
 |
D2 Muler 0.1 and D2:BoD 0.8.0 build 544 | 04 Nov 10 |
14:53:08 by KrzaQ | Views: 1026 | Comments: 2
 Will pick items from the ground and put them on newly created mules.  D2 BoD changes: - Ability to reserve proxies.
- Added support for account/character creation and character deletion.
- Removed obsolete start button.
- No longer compatible with pre build 520 plugins.
|
|
|
Pages: [1]
|
|
RSS feed
|
|
|
Random Bash Quote
|
| #51 | pl | -!- Ossory has joined #gay.pl
<Ossory> omg
<Ossory> co ja tu robie |
|
|