debil.eu - KrzaQ's forum

Advanced search  

News:

no news

Events
Sorry! There are no calendar events available at the moment.

User Info
 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

Who's Online
  • Dot Guests: 3
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Random Guwno Quote
#131pl
<guwno> jestem Mareg, moja glowa jest zajebista z jednym wyjatkiem
<guwno> moja glowa przypomina nielichej wielkosci globus

Board Stats
  • stats Total Members: 150
  • stats Total Posts: 796
  • stats Total Topics: 149
  • stats Total Categories: 2
  • stats Total Boards: 7
  • stats Most Online: 214

Ads

xx How to keep 2 annis on 1 character: tutorial | 01 Jun 11
15:21:26 by KrzaQ | Views: 1058 | Comments: 1

How to keep 2 annis on 1 char

Wiki page: [link]


xx GD2Rotator V1.1 | 18 May 11
21:05:10 by Mephisto | Views: 787 | Comments: 0

No wiec jak obiecalem tak zamieszczam, ustawiamy tylko config, wlaczamy install.php, usuwamy install.php, logujemy sie na panel.html i dodajemy teksty etc etc. ;)

link : http://mephisto.boo.pl/GD2RotatorV1.1.rar


xx A big RedVex update | 26 Apr 11
21:13:38 by KrzaQ | Views: 564 | Comments: 0

RedVex plugins:
 
 


xx kqSigRotator 1.3.1 | 28 Mar 11
16:54:20 by KrzaQ | Views: 436 | Comments: 0

Newer version
Code: [Select]
<?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]);
}
?>



xx 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
RSS FEED

Top Poster
KrzaQ KrzaQ
288 Posts
jodumeczek jodumeczek
57 Posts
Osk
55 Posts
g30rn g30rn
33 Posts
sim
31 Posts

Recent Posts
Re: D2:BoD 0.8.0 alfa build 346 by Mephisto
[2011-11-27, 19:42:18]


Re: D2 Muler 0.1 and D2:BoD 0.8.0 build 544 by Mephisto
[2011-11-27, 19:41:51]


Re: Kulard - 2011.11.20 by KrzaQ
[2011-11-25, 09:12:16]


Re: Kulard - 2011.11.20 by Osk
[2011-11-24, 11:16:48]


Re: Kulard - 2011.11.20 by Elles
[2011-11-24, 11:00:49]


Forum Staff
KrzaQ admin KrzaQ
Administrator

Random Bash Quote
#51pl
-!- Ossory has joined #gay.pl
<Ossory> omg
<Ossory> co ja tu robie


Page created in 0.598 seconds with 20 queries.