Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
html encoder
08-21-2012, 09:16 PM
Post: #1
html encoder
Hi,

could anyone get this working

http://pastebin.com/3JrFM4NQ

it gives an error here:
=========================
do
{
$v = each( $table )[1];
$k = each( $table )[0];
if ( each( $table ) )
{
$tbl[$v] = $k;
}
=========================

Also the original file has some strange character encoding in it.

for exmple: Á+ˆŽ“³éJô„Xš„ŽÏk¤

Don't know how to convert it.
Huh

h**p://www.ioncube.com/html_encoder.php

ThanksSmile
Find all posts by this user
Quote this message in a reply
08-21-2012, 09:26 PM
Post: #2
RE: html encoder
(08-21-2012 09:16 PM)tigger123 Wrote:  Hi,

could anyone get this working

http://pastebin.com/3JrFM4NQ

it gives an error here:
=========================
do
{
$v = each( $table )[1];
$k = each( $table )[0];
if ( each( $table ) )
{
$tbl[$v] = $k;
}
=========================

Also the original file has some strange character encoding in it.

for exmple: Á+ˆŽ“³éJô„Xš„ŽÏk¤

Don't know how to convert it.
Huh

h**p://www.ioncube.com/html_encoder.php

ThanksSmile

$v = each( $table )[1];
$k = each( $table )[0];
its known bug of LISTs:
list($v,$k) = each( $table );

>>>>>Read this first>>>>>
Decoding temp stopped in all directions till HNY maybe more,
I have all encoders techonologiesWink and I think need give way for new projects, peoples, names. Lets see how this going till this lineWink
<<<<<Read this first<<<<<
Find all posts by this user
Quote this message in a reply
08-21-2012, 10:24 PM
Post: #3
RE: html encoder
(08-21-2012 09:26 PM)sidxx55 Wrote:  $v = each( $table )[1];
$k = each( $table )[0];
its known bug of LISTs:
list($v,$k) = each( $table );

Thanks,

no error anymore but endlessly loading.

(maybe this do - while loop)

And then: nothingHuh

This doesn't seem to work.

Thanks!Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication