What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » paFileDB 3.5.3 help

paFileDB 3.5.3 help
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: paFileDB 3.5.3 help
Not really, it has some odd mysql querys. You can't do a basic include, you need to do something like this instead:

code:
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,
"http://www.msgstuff.com/inc/meta.php");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);

It also cannot use your ?id page links, it generates its own and will not work :P. I don't sugggest pafiledb, well at least not 3.5. I have a much simpler version you can use, it is better coded and more sercure. I will send it you, but I don't have the time to answer any questions on messenger, I have too much work tonight :).
06-21-2006 02:43 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
paFileDB 3.5.3 help - by Salem on 06-21-2006 at 02:25 PM
RE: paFileDB 3.5.3 help - by absorbation on 06-21-2006 at 02:43 PM
RE: RE: paFileDB 3.5.3 help - by Salem on 06-21-2006 at 02:47 PM
RE: paFileDB 3.5.3 help - by absorbation on 06-21-2006 at 02:50 PM
RE: RE: paFileDB 3.5.3 help - by Salem on 06-21-2006 at 02:54 PM
RE: paFileDB 3.5.3 help - by Dempsey on 06-21-2006 at 03:27 PM
RE: paFileDB 3.5.3 help - by absorbation on 06-21-2006 at 03:31 PM
RE: paFileDB 3.5.3 help - by Dempsey on 06-21-2006 at 03:35 PM
RE: paFileDB 3.5.3 help - by Sunshine on 06-21-2006 at 03:42 PM
RE: paFileDB 3.5.3 help - by Menthix on 06-21-2006 at 04:22 PM
RE: RE: paFileDB 3.5.3 help - by Salem on 06-21-2006 at 04:40 PM
RE: paFileDB 3.5.3 help - by Menthix on 06-21-2006 at 05:39 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