TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 8 of 8
Search took 0.02 seconds.
Search: Posts Made By: Stealth
Forum: Tips & Tricks 10-17-2008, 08:52 PM
Replies: 8
Views: 1,290
Posted By Stealth
Well...you could hide a file with the base64...

Well...you could hide a file with the base64 copyright and name it something not obvious and include it into a common.php file which you include in all your files and echo $c or your string name to...
Forum: Tips & Tricks 10-17-2008, 08:30 PM
Replies: 8
Views: 1,290
Posted By Stealth
Here is a way you could it. Example: <?php $c =...

Here is a way you could it.
Example:

<?php
$c = base64_decode('Q29weXJpZ2h0IE15IFNpdGU=');
echo $c;
?>

Result:
Copyright My Site
Forum: Absolute Beginners 10-17-2008, 07:25 PM
Replies: 10
Views: 1,337
Posted By Stealth
Sure, thanks! I think it has to do with something...

Sure, thanks! I think it has to do with something called FFmpeg, right?
Forum: General 10-17-2008, 06:25 PM
Replies: 5
Views: 2,997
Posted By Stealth
Okay, thanks!

Okay, thanks!
Forum: General 10-17-2008, 06:01 PM
Replies: 5
Views: 2,997
Posted By Stealth
So I would do it like this? Example: <?php $q =...

So I would do it like this?
Example:

<?php
$q = mysql_real_escape_string(trim($_POST['input']));
?>

Thanks.
Forum: General 10-17-2008, 05:52 PM
Replies: 5
Views: 2,997
Posted By Stealth
Sanitizing Strings for MySQL?

Could you use addslashes and mysql_real_escape_string together to sanitize user input?
Example:

<?php
$q = addslashes(trim(mysql_real_escape_string($_POST['input'])));
$insert = "INSERT INTO table1...
Forum: General 09-10-2008, 10:27 PM
Replies: 1
Views: 643
Posted By Stealth
Auction?

Hi, I was wondering if someone could guide me, and tell me the things I would need to know to code a simple auction site. Just basic stuff like register, list, auto-end auction on a date and time,...
Forum: Member Introductions 07-23-2008, 05:31 AM
Replies: 2
Hey
Views: 734
Posted By Stealth
Big Grin Hey

Hey, i'm Stealth. I have come here to extend my knowledge of PHP, and SQL databases. :-)
Showing results 1 to 8 of 8

 

All times are GMT. The time now is 02:26 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design