<?php $mystring = "aHR0cHM6Ly93d3cucGhwLm5ldC9tYW51YWwvZW4vZnVuY3Rpb24uc3RyLXNwbGl0LnBocA=="; $len=strlen($mystring); $parts[] = substr($mystring, 0, $l[] = rand(1,$len-5)); $parts[] = substr($mystring, $l[0], $l[] = rand(1,$len-$l[0]-3)); $parts[] = substr($mystring, array_sum($l)); print_r($parts);
You have javascript disabled. You will not be able to edit any code.