What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [small php request] can someone write me hash creator

[small php request] can someone write me hash creator
Author: Message:
surfichris
Former Admin
*****

Avatar

Posts: 2365
Reputation: 81
Joined: Mar 2002
RE: [small php request] can someone write me hash creator
quote:
Originally posted by Felu
Can you tell me what the error is (Smilie)? I'll look into it after I come back, have an appointment with the Dentist.
Possibly you don't attach the path to $file.

Cookie: That means all of your hashes are bad.

Above this:
code:
if(!is_dir($file)){


Add:
code:
if(!is_dir($path."/".$file)){

(Assuming he changed the path he was using)

By the way, the way you are looping over the directory is bad. You should be using:

code:
while ($file = readdir($dir_handle)) !== false) {
04-02-2007 12:58 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[small php request] can someone write me hash creator - by CookieRevised on 04-02-2007 at 12:01 PM
RE: [small php request] can someone write me hash creator - by Felu on 04-02-2007 at 12:21 PM
RE: [small php request] can someone write me hash creator - by CookieRevised on 04-02-2007 at 12:49 PM
RE: [small php request] can someone write me hash creator - by Felu on 04-02-2007 at 12:51 PM
RE: [small php request] can someone write me hash creator - by surfichris on 04-02-2007 at 12:58 PM
RE: [small php request] can someone write me hash creator - by Nathan on 04-02-2007 at 01:15 PM
RE: [small php request] can someone write me hash creator - by Eljay on 04-02-2007 at 01:23 PM
RE: [small php request] can someone write me hash creator - by CookieRevised on 04-02-2007 at 01:26 PM
RE: [small php request] can someone write me hash creator - by Dempsey on 04-02-2007 at 01:37 PM
RE: [small php request] can someone write me hash creator - by CookieRevised on 04-02-2007 at 02:48 PM
RE: [small php request] can someone write me hash creator - by Felu on 04-02-2007 at 02:51 PM
RE: [small php request] can someone write me hash creator - by hmaster on 04-02-2007 at 03:29 PM
RE: [small php request] can someone write me hash creator - by surfichris on 04-02-2007 at 11:37 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On