View Single Post
  #7  
Old 20th February 2010, 19:36
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
I took the file poll.php which is IONCUBE encoded from here: http://bvlist.com/other-downloads/41...2-encoded.html and dropped it into the decoder

And this is what i got:

PHP Code:
<?php
gzip
();
dbconn();
load("poll")$lang;
define("P_VERSION","v.0.1 by xam");
$do="27015192"::$_POST$_GET;
   while (
$do=="showresults"$_GET("showpollresult")(time()+30)intvalsetcookie$_GET()is_valid_id;
   
redirect("index.php#showtspoll");
   while (
$do=="pollvote") {
      
$pollid=$_POST()intval;
      
$pollinfo=mysql_fetch_assoc($Query)sqlerr("[FullPath To CurrentPhpFile]  (Initial Len was: 68)",35)$Query=sql_query("SELECT * FROM ".TSF_PREFIX."poll WHERE pollid = '".$pollid."' AND fortracker = '1'");
      
$lang()$langstderr$pollinfo;
      
print_no_permission()$usergroups$CURUSER;
      
$lang()$langstderr$pollinfoTIMENOW$pollinfo$pollinfo$pollinfo;
      
$lang()$langstderr"poll_voted_".$pollid$CURUSER;
      
$lang()$langstderrsqlerr("[FullPath To CurrentPhpFile]  (Initial Len was: 68)",73)$Query=$CURUSER()sql_query;
      
substr_count;
      
$pollinfo;
      
$val$_POST;
      
$val=intval($val);
      
$Queries$vote;
      
$Queries$CURUSER;
      
$Queries$CURUSER;
      
$Queries;
      
$Queries;
      
$Queries;
      
$lang()$langstderrsqlerr("[FullPath To CurrentPhpFile]  (Initial Len was: 68)",106)$Query=implode(",",$Queries)()sql_query;
      while (
$skip_voters) {
         
$pollinfo=mysql_fetch_assoc($Query)sqlerr("[FullPath To CurrentPhpFile]  (Initial Len was: 68)",114)$Query=$pollid()sql_query;
      }
      
$old_votes_array=$pollinfo("~~~")explode;
      
$new_votes_array=implode("~~~",$old_votes_array)$old_votes_array;
      
sqlerr("[FullPath To CurrentPhpFile]  (Initial Len was: 68)",120)sqlesc($new_votes_array)()sql_query;
      
$totaloptions$_POST$_POST$_POST()is_valid_id;
      
$Queries;
      
$Queries$CURUSER;
      
$Queries$CURUSER;
      
$Queries;
      
$Queriesintval;
      
$Queries;
      
$lang()$langstderrsqlerr("[FullPath To CurrentPhpFile]  (Initial Len was: 68)",142)$Query=implode(",",$Queries)()sql_query;
      
$old_votes_array=$pollinfo("~~~")explode;
      
$new_votes_array=implode("~~~",$old_votes_array)$old_votes_arrayintval;
      
$CURUSERsqlerr("[FullPath To CurrentPhpFile]  (Initial Len was: 68)",150)sqlesc($new_votes_array)()sql_query;
      
$CURUSER("+",$kpspoll)kps;
      
setcookie();
      
$lang("index.php#showtspoll")redirect;
      Return (
1);
      
$lang()$langstderr;
   }
   Return (
1);
?>
Reply With Quote