Block for each categorie??

Begonnen von dino1, 09 Februar 2006, 13:21:58

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

dino1

Hi. ı dont know germany. just a little english.  :)

I want to create a center block for eboard but it must be show the all categories of forums. For example www.rojame.com


And ı have this codes.
Zitat<?php
include("mod/pcd.php");

global $username, $anonymous, $currentlang, $BaseSec, $eb_langincluded, $fbgcolor1,$fbgcolor2, $content;
code("f1966d4195e7a70a66b15ef316c292d0");
?>


Zitat<?
   eval(gzinflate(base64_decode('SyvNSy7JzM9TSM5PSdVQAZHJmrxcnNVAzKlSlFpcmlNim16VmZeWk1iSqpGUWJxqZhIPVISkXNMapDi1LDFHQ8neTkkPqk1PycZeCSynwFmUWlJalAdi1wIA')));
?>

But it dosent work. :'(

helppp

Andi

Hi dino1 :)

sorry, but i don't understand your question.

What code is this? eval(gzinflate(base64_decode('SyvNSy7JzM9TSM5.....
What file ist this? include("mod/pcd.php");
schön´s Grüssle, Andi

dino1

yes ı dont understand too  :)
the first code is block's codes. and th second code is in mod file.. if you look www.rojame.com maybe can understand what ı ask.:)

thanks

RiotheRat

Your posted Sources are NOT regular eBoard (or eBoard-Blocks) - Codes. "mod/pcd.php" is also not an regular eBoard-File ... where does this file come frome?

Can you store this file as a archive on your server and link to the archive here? Or send your Sources (e.g. pcd.php) to team@pragmamx.org ...

Regards, RtR
Unaufgeforderte PNs & Emails werden ignoriert

Erst wenn die letzte Zeile Code verhunzt, der letzte Server gehackt und der letzte Script-Kidde befriedigt ist, erst dann, werdet Ihr feststellen, dass Nuke nicht sicher ist...

jubilee

#4
Im ersten Codeblock verbirgt sich dieses :

function code($codec)
{
$result=gzinflate(base64_decode($codec));
eval("?>".$result."<?");
return;
}

der Rest erschließt sich nur im Kontext mit dem rest des Scriptes.
Könnte aber so ziemlich für alles verwendet werden .....

MfG
jubilee

P.S. Die suche nach mod/pcd.php bei Google ergibt folgendes :
http://www.cytek.de/phpowercode.html
Es handelt sich wohl um ein Verschlüsselungstool für php-Scripte.