Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
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
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Showing results 1 to 15 of 15
Search took
0.02
seconds.
Search:
Posts Made By:
gamer13
Forum:
General
02-09-2010, 05:45 PM
Replies:
3
Regex help?
Views:
573
Posted By
gamer13
You could use preg_replace_callback() to replace...
You could use preg_replace_callback() to replace that part with a gallery:
<?php
function gallery($path_to_images)
{
// do something and return it:
return;
}
Forum:
Advanced PHP Programming
10-15-2009, 09:00 AM
Replies:
7
PHP & MySQL Verticle Collapse menus
Views:
1,514
Posted By
gamer13
At least I can give you the database...
At least I can give you the database table:
menu:
=====
id INT AUTO_INCREMENT PRIMARY KEY
name VARCHAR(255)
link VARCHAR(255)
parent_id INT DEFAULT '0'
And you fill it with:
Forum:
General
10-03-2009, 02:36 PM
Replies:
22
PHP Magazine
Views:
1,399
Posted By
gamer13
oswm.org sounds like: awesome.org XD
oswm.org sounds like: awesome.org XD
Forum:
Advanced PHP Programming
10-01-2009, 02:55 PM
Replies:
3
cURL - m4v
Views:
715
Posted By
gamer13
Maybe you can try it with the...
Maybe you can try it with the CURLOPT_BINARYTRANSFER flag.
Forum:
General
10-01-2009, 02:52 PM
Replies:
22
PHP Magazine
Views:
1,399
Posted By
gamer13
Well... I'd love to help you, but this is my last...
Well... I'd love to help you, but this is my last year of my school, so it's kinda busy right now. Nevertheless I'd like to check out some articles in my spare time, although I can't promise you I'll...
Forum:
Member Introductions
09-18-2009, 04:01 PM
Replies:
2
new Me();
Views:
759
Posted By
gamer13
Well howdy partner :) Welcome and have fun.
Well howdy partner :) Welcome and have fun.
Forum:
Member Introductions
09-11-2009, 02:38 PM
Replies:
3
UnknownUser - Hello
Views:
649
Posted By
gamer13
Hello UnkownUser :)
Hello UnkownUser :)
Forum:
Advanced PHP Programming
09-01-2009, 07:08 PM
Replies:
17
Best way to use salts?
Views:
892
Posted By
gamer13
True, totally true. :)
True, totally true. :)
Forum:
Advanced PHP Programming
09-01-2009, 06:33 PM
Replies:
17
Best way to use salts?
Views:
892
Posted By
gamer13
Now, that's not true about the brute-forcing....
Now, that's not true about the brute-forcing. Normally you start with the most common signs varying from the ASCII code 32 (space) until 126 (~). Everything else is not being used (yet) in the common...
Forum:
Member Introductions
09-01-2009, 06:21 PM
Replies:
4
'Hello world!';
Views:
651
Posted By
gamer13
Thanks all :)
Thanks all :)
Forum:
Advanced PHP Programming
09-01-2009, 03:30 PM
Replies:
17
Best way to use salts?
Views:
892
Posted By
gamer13
True, but still it's kind of better than using ...
True, but still it's kind of better than using a-zA-Z0-9 in your salt. I mean, try to brute-force a hash with a bit with the ASCII value of 20. But still... there is a big risk there is a collision...
Forum:
Advanced PHP Programming
09-01-2009, 03:23 PM
Replies:
17
Best way to use salts?
Views:
892
Posted By
gamer13
Why not? Could you explain that?
Why not? Could you explain that?
Forum:
Advanced PHP Programming
09-01-2009, 02:40 PM
Replies:
2
get all text in div
Views:
8,992
Posted By
gamer13
Try this: <?php $ch =...
Try this:
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.example.com/blog.php");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
$content = curl_exec($ch);
if...
Forum:
Advanced PHP Programming
09-01-2009, 01:42 PM
Replies:
17
Best way to use salts?
Views:
892
Posted By
gamer13
Mostly I use this technique: <?php function...
Mostly I use this technique:
<?php
function customHashFunction($password)
{
return md5(pack('H*', md5($password)) . $password);
}
It generates a fairly strong salted md5 hash, because the...
Forum:
Member Introductions
09-01-2009, 01:38 PM
Replies:
4
'Hello world!';
Views:
651
Posted By
gamer13
'Hello world!';
Hi all,
I'm new to TalkPHP, but not new to PHP. I'm still member of a Dutch community for 6 years, but it's a bit dried out, so now I'm looking for new people to help or to get help from...
Showing results 1 to 15 of 15
All times are GMT. The time now is
01:21 PM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
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