[vb] Imports System.Net Imports System.IO Public Class Form1 Dim CookieCon As New CookieContainer Private Function GetSourceCode(ByVal url As String, ByVal bCookie As Boolean) As String Dim... weiterlesen...
[php] <?php function fux($str) { $i = 0; while ($i < strlen($str)) { $s = $str{$i}; $r = rand(0,9); if ($r > 4) { $o = $o.strtoupper($s); } else { $o = $o.strtolower($s); } $i++; }... weiterlesen...
Kommentare