interesting. I didn't realize that chmod permissions used octal code. Seems obvious now, but I don't really deal with permissions very much.
The following is just a test for now.
test
test
\040\040\040\040\\040\\040;\\040test
test
test
Code:
test
test
\040\040\040\040\\040\\040;\\040test]
test
test
dunno what this is, but take a sneak peak at this lil script I wrote 
Code:
<?php
$b="�";
$a=0;
while ($a<200)
{$b="$b$a";$b.=";";
echo"$b$b$b$b=&#0$a;<br>";$b="�";$a++;}
?>
I even ran the above code with 20000 instead of 200 in the while loop for even more interesting results. Becareful though, because if you set it to 20000 as opposed to 200 the file was 1mb in size.
What did I just write? it doesn't look like octal, binary or even hex to me. I use all three very infrequently, but enough to have some idea of what they look like at least.
In the tests above I tried typing out & # 0 4 0 ; (without the spaces), but it just came out looking like ( instead. In place of the "�" symbol above I used " & # 0 " (again without spaces).
I dare not edit this post anymore, because when I do I have to type a bunch of the code out all over again
.
Bookmarks