Welcher Anti-SQL-Injection-Code ist sicherer? 07/19/2010 - General Coding - 5 Replies Ich beschäftige mich schon seit längerem mit Privatserver HPs, nun meine Frage:
Was ist sicherer?
<?php
function anti_injection($sql) {
$sql = preg_replace(sql_regcase("/(from|select|inser t|delete|where|drop table|show tables|#|\*|--|\\\\)/"),"",$sql);
$sql = trim($sql);
$sql = strip_tags($sql);
$sql = addslashes($sql);
Auto-Queue/Anti-AFK HonorBot With Source Code (c++) 10/13/2007 - WoW Exploits, Hacks, Tools & Macros - 10 Replies I wrote this bot awhile back before BC released in C# but a lot of my friends were complaining about the .Net Framework .. so w/e .. i rewrote it in c++
Source Code .. Screenshots .. Binarys
Index of /nullvalue/nullvalue/HonorBot
This is still a beta and although it all functions correctly the "Auto-Queue" routine needs a little tweaking .. so modify the source if you want
How It Works -
Every 18 seconds or so .. the bot checks to see if your queued .. if your not, it runs the...