Author Topic: phpdvdprofiler  (Read 63629 times)

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: phpdvdprofiler
« Reply #15 on: June 20, 2010, 07:11:28 AM »
Then I have to figure out how to do the banner thingy for a sig.  Are there directions for that on that forum somewhere?
We talk about this here

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #16 on: June 20, 2010, 07:18:52 AM »
Thanks.  I'm looking to see if I can find that in the local file thing.

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: phpdvdprofiler
« Reply #17 on: June 20, 2010, 07:26:06 AM »
Thanks.  I'm looking to see if I can find that in the local file thing.
Actually, IIRC it's not in there.

You need to add a section like this:
Code: [Select]
$profiles = array(
"Achim" => array(
"nick" => "ya_shin",
"first" => "Achim",
"last" => "",
"type" => "watched",
"filter" => "",
"width" => 65,
"height" => 90,
"num" => 10,
"rows" => 2,
"bgcol" => "F8CC75",
"font" => "comic.ttf",
"fontcol" => "000000",
"fontsize" => 10,
"hborder" => 3,
"wborder" => 5,
"padding" => 4,
"topmsg" => "What #NAME# has watched recently:",
// "botmsg" => "#MOTD_RAND# as of #DATE#",
"botmsg" => "as of #DATE#",
"topalign" => "l",
"botalign" => "r",
"quality" => 80)
,
"Achim_new" => array(
"nick" => "ya_shin",
"first" => "Achim",
"last" => "",
"type" => "new",
"filter" => "AND boxparent = ''",
"width" => 65,
"height" => 90,
"num" => 10,
"rows" => 2,
"bgcol" => "F8CC75",
"font" => "arial.ttf",
"fontcol" => "000000",
"fontsize" => 10,
"hborder" => 3,
"wborder" => 5,
"padding" => 4,
"topmsg" => "What #NAME# has purchased recently:",
// "botmsg" => "#MOTD_RAND# as of #DATE#",
"botmsg" => "as of #DATE#",
"topalign" => "l",
"botalign" => "r",
"quality" => 80)
);
Each segment creates a separate signature, so you can have different ones for different forums/sites. The above are just two of mine (I think I have totally six). Just copy that and play around with the settings, most of it should be self explanatory. The nick is just that, I believe, the name should match the name used in DVD Profiler. I forgot how #MOTD_RAND# works, but I think Fred or Karsten can help with that.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #18 on: June 20, 2010, 07:27:56 AM »
Ahh...ok.

Can I just add it at the end of local file or is there a specific place to put it?

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: phpdvdprofiler
« Reply #19 on: June 20, 2010, 07:34:10 AM »

Adding it at the end will work fine. Just above the last "?>".

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: phpdvdprofiler
« Reply #20 on: June 20, 2010, 07:34:56 AM »
BTW don't forget to back-up and don't use Word or Open office writer to do this. You must use notepad to work with this file.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #21 on: June 20, 2010, 08:57:08 AM »
I've backed up more than once while trying to get this to work.

Offline FredLooks

  • phpDVDProfiler Moderator
  • Intermediate Poster
  • *
  • Posts: 107
  • Country: ca
    • View Profile
    • Fred's Home Site
Re: phpdvdprofiler
« Reply #22 on: June 20, 2010, 09:36:25 PM »
Sorry, I just got back from Japan, where the internet in my room didn't work.

If you need any help, just let me know ...

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #23 on: June 20, 2010, 09:43:34 PM »
I got the images uploaded and the webpage is working.

I'll try to figure out the signature thing later.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #24 on: June 21, 2010, 12:45:11 AM »
I tried and did something wrong...when I tried to go back to the site for my collection after I added stuff for the signature, all I got was a blank page.  So I screwed up somewhere.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #25 on: June 21, 2010, 05:06:39 AM »
Ok...how do I get the banner to show up?

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: phpdvdprofiler
« Reply #26 on: June 21, 2010, 06:01:43 AM »
If your info are set on your website, you do something like this

http://aesppres.com/phpdvdprofiler/
http://aesppres.com/phpdvdprofiler/ws.php?me=jimmy

The first part is the adress of where is your collection
The second part is where you place the name you have choose (me=yourname)

to have the image just do it the same way it is below (just do reply to see the html format)

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #27 on: June 21, 2010, 06:12:11 AM »
Is that something I need to put in the local config file thing?

I've just gotten myself really confused trying to figure this out.

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: phpdvdprofiler
« Reply #28 on: June 21, 2010, 06:16:22 AM »
No you just had to place it here as your sig. Just try to post it here to see if it works, we will try to find the reason if it doesn't

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #29 on: June 21, 2010, 06:19:40 AM »
Oh.  Ok.  

As you can probably see..I know nothing about this stuff.  It is a miracle I've figured out as much as I have.



OMG.  It worked. 

Woooohoooo.   :yahoo:

Thank you so much for the help.
« Last Edit: June 21, 2010, 06:25:51 AM by Dragonfire »