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 (http://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
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");
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
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
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 (http://www.cytek.de/phpowercode.html)
Es handelt sich wohl um ein Verschlüsselungstool für php-Scripte.