• Welcome to DVD Collectors Online.
 

phpdvdprofiler

Started by FredLooks, June 11, 2010, 03:39:18 PM

Previous topic - Next topic

Jimmy

Quote from: Dragonfire on June 20, 2010, 07:06:47 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

Dragonfire

Thanks.  I'm looking to see if I can find that in the local file thing.

Achim

Quote from: Dragonfire on June 20, 2010, 07:18:52 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:
$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.

Dragonfire

Ahh...ok.

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

Achim


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

Jimmy

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.

Dragonfire

I've backed up more than once while trying to get this to work.

FredLooks

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 ...

Dragonfire

I got the images uploaded and the webpage is working.

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

Dragonfire

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.

Dragonfire

Ok...how do I get the banner to show up?

Jimmy

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)

Dragonfire

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.

Jimmy

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

Dragonfire

#29
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.