This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
asdasdasdasd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="post" action=""> | |
word : <input type="text" name="word" value="hello" /> <br/> | |
folder : <input type="text" name="folder" value="word_speech" /> <br/> | |
<input type="submit" name="Download" value="Download" /> <br /> <br /> | |
</form> | |
<?php | |
if(isset($_POST[Download])) { | |
$content = file_get_contents('http://translate.google.com/translate_tts?tl=en&q=' . urlencode($_POST['word'])); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$host='targethost'; | |
$port=80; | |
$path='/test/socket/file_upload/receive_files.php'; | |
// the file you want to upload | |
$file_array[0] = "dingoboy.gif"; // the file | |
$file_array[1] = "dingoboy2.gif"; // the file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function hasher($string){ | |
$hash = hash('sha384', 'kw-8u2j8746&$%@)+sk/'.$string.'16seg)#%(nasf'); | |
$hash .= hash('sha512', 'ogw00`97gt644q*93jas'.$string.'14:JFH*#%,,.t'); | |
$hash .= hash('haval256,5', '464f(^%q3`580F444)h)_'.$hash.'GFYT&QWrml%f%@'); | |
$hash .= hash('crc32b', '19(@#]$)&[)^$~d143Y%)'.$hash.'^#%%&(*%^(##3^'); | |
$hash .= hash('crc32b', '19(@#$){p&)^$$fd143Y%'.$hash.'hghfaf(T)4%53^'); | |
$hash .= hash('sha512', 'ogw00`97gt644q*93jas'.$string.'14:JFH*#%,,.t'); | |
$hash .= hash('crc32b', '19(@#$G#dgh5$$fd143Y%'.$hash.'hghfaf(T)y#53^'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function db_query($db_string, $file=null, $line=null) | |
{ | |
// One more query.... | |
$db_count = !isset($db_count) ? 1 : $db_count + 1; | |
$clean = ''; | |
$old_pos = 0; |