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

Pages: (2): « First [ 1 ] 2 » Last »
paFileDB 3.5.3 help
Author: Message:
Salem
Senior Member
****

Avatar

Posts: 769
Reputation: 16
37 / Male / Flag
Joined: May 2004
O.P. paFileDB 3.5.3 help
Hi guys

I need some help with paFileDB. I would like to use paFileDB, to integrate a downloads db into my site, but is there anyway of removing the paFileDB headers etc so that i can just include the main downloads db UI in my current site design?

Thanks in advance
[Image: salem874.smart.jpg][Image: card.png]
Was i Helpful?[/url]
06-21-2006 02:25 PM
Profile PM Find Quote Report
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
Salem
Senior Member
****

Avatar

Posts: 769
Reputation: 16
37 / Male / Flag
Joined: May 2004
O.P. RE: RE: paFileDB 3.5.3 help
quote:
Originally posted by absorbation
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 :).


Thanks.

Although, does it your have the admin interface?
[Image: salem874.smart.jpg][Image: card.png]
Was i Helpful?[/url]
06-21-2006 02:47 PM
Profile PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: paFileDB 3.5.3 help
quote:
Originally posted by Salem
Although, does it your have the admin interface?

My website has an external admin panel which does allow editing of files etc. You can always add files via the database, but my coding relies on other parts of my panel. I really don't have the time to help you get a version to work for you. I have been busy and I will be really busy for about another three weeks none stop :(.

Edit: Don't use pafiledb 3.5. I don't allow it, it caused a major sercuity concern on my old hosting :P. You can use my version if you want to allow adding things via the database manually.

This post was edited on 06-21-2006 at 02:52 PM by absorbation.
06-21-2006 02:50 PM
Profile PM Find Quote Report
Salem
Senior Member
****

Avatar

Posts: 769
Reputation: 16
37 / Male / Flag
Joined: May 2004
O.P. RE: RE: paFileDB 3.5.3 help
quote:
Originally posted by absorbation
quote:
Originally posted by Salem
Although, does it your have the admin interface?

My website has an external admin panel which does allow editing of files etc. You can always add files via the database, but my coding relies on other parts of my panel. I really don't have the time to help you get a version to work for you. I have been busy and I will be really busy for about another three weeks none stop :(.

Edit: Don't use pafiledb 3.5. I don't allow it, it caused a major sercuity concern on my old hosting :P. You can use my version if you want to allow adding things via the database manually.


Ok. hm...not so sure about adding thing manually into database. But i wont bother you with that now.

Thanks for the help & advice

~Salem(@)
[Image: salem874.smart.jpg][Image: card.png]
Was i Helpful?[/url]
06-21-2006 02:54 PM
Profile PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: paFileDB 3.5.3 help
quote:
Originally posted by absorbation
t caused a major sercuity concern on my old hosting :P.

Yes it did :P  Dodgy Abso getting my server disconnected ¬_¬
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
06-21-2006 03:27 PM
Profile E-Mail PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: paFileDB 3.5.3 help
quote:
Originally posted by Dempsey
Yes it did (Smilie)  Dodgy Abso getting my server disconnected ¬_¬

Was I really the one scamming people with hunderds of thousands of emails to get their money from paypal (a).
06-21-2006 03:31 PM
Profile PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: paFileDB 3.5.3 help
quote:
Originally posted by absorbation
Was I really the one scamming people with hunderds of thousands of emails to get their money from paypal (a).
I think you were yea, you just pretended to not know, give me my share of the scam money (mo)
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
06-21-2006 03:35 PM
Profile E-Mail PM Web Find Quote Report
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: paFileDB 3.5.3 help
Abso/Dempsey: You guys are making no sense at all. What does e-mailing have to do with disconnecting servers and PaFileDB???

Wich version of PaFileDB are we talking about that had/caused that security flaw anyway?


On topic:
PaFileDB layout can be found in pafiledb.php, have a look at the header section...take it out, make your own and include it in pafiledb.php like so: <?php include("headerDB.htm"); ?>

Edit: asfor the images used in the templates have a look at the images in styles/<stylename you wish to use- default>/images folder. I might have forgotten some things and things might have changed (i use 3.1)..it's been a while since i installed PaFileDB.

Reading the codes in the main file (having a look around in other files never hurts either) helps aswell as reading the manual ;)

This post was edited on 06-21-2006 at 04:14 PM by Sunshine.
[Image: 25dr3o9]
06-21-2006 03:42 PM
Profile E-Mail PM Web Find Quote Report
Menthix
forum admin
*******

Avatar

Posts: 5537
Reputation: 102
39 / Male / Flag
Joined: Mar 2002
RE: paFileDB 3.5.3 help
Salem: Check your /skins/default/templates/ folder. You can edit the .tpl files there to get rid of whatever you want. Just be carefull to not remove too much so you don't break it :).
Finish the problem
Menthix.net | Contact Me
06-21-2006 04:22 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


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