Author Topic: phpdvdprofiler  (Read 63604 times)

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6705
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #45 on: June 21, 2010, 08:48:14 AM »
Just for testing purposes: Could you change width and height to 61 / 85?
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #46 on: June 21, 2010, 08:51:32 AM »
Ok..done.

//Profile
$profiles = array(
"tiger_lil6" => array(
"nick" => "tiger_lil6",
"first" => "Marie",
"last" => "",
"width" => 61,
"height" => 85,
"num" => 10,
"bgcol" => "7F38EC",
"font" => "arial.ttf",
"fontcol" => "000000",
"fontsize" => 10,
"hborder" => 6,
"wborder" => 3,
"padding" => 6,
"topmsg" => "What #NAME#'s watched recently",
"botmsg" => "As of #DATE#",
"botalign" => "l",
"topalign" => "l",
"quality" => 80
)
);

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6705
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #47 on: June 21, 2010, 09:13:51 AM »
OK, last idea: have you checked that in the directory

phpdvdprofiler/jpgraph/fonts/truetype/

the file arial.ttf exists?

And what's the value of your jpgraph variables in localsiteconfig.php?

$usejpgraph = true;
$jpgraphlocation = 'jpgraph/';
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #48 on: June 21, 2010, 09:23:46 AM »
OK, last idea: have you checked that in the directory

phpdvdprofiler/jpgraph/fonts/truetype/

the file arial.ttf exists?

And what's the value of your jpgraph variables in localsiteconfig.php?

$usejpgraph = true;
$jpgraphlocation = 'jpgraph/';

I can't find the phpdvdprofiler/jpgraph/fonts/truetype/ directory at all.

I have XLM, gfx, headshots, imagecache, images, lb, and skins as directories in phpdvdprofiler.

The jpgraph was set to false, so I fixed that.

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6705
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #49 on: June 21, 2010, 09:38:31 AM »
OK,

then you need to download jpgraph and upload it.

You can find it here: http://jpgraph.net/download/
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #50 on: June 21, 2010, 09:40:21 AM »
OK..just put it in the phpdvdprofiler directory on my server?

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: phpdvdprofiler
« Reply #51 on: June 21, 2010, 09:42:45 AM »
Great find Karsten!

Could have sen it myself, since the graphs on the Site Statistics page are not there either. :bag: I had assumed, however, that jpgraph is needed for the signature image to begin with, which is what threw me off.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #52 on: June 21, 2010, 09:46:47 AM »
Now I have a new problem...the file is too big.  I can't upload. :(

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6705
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #53 on: June 21, 2010, 09:49:53 AM »
Now I have a new problem...the file is too big.  I can't upload. :(

You have to unpack it before you upload it. It contains a directory called jpgraph which you upload into your phpdvdprofiler directory.
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #54 on: June 21, 2010, 09:57:55 AM »
Well I feel like an idiot now.  oops.

Trying to get it unpacked...I don't have a program that will do that type of file..though trying a trail version of something.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #55 on: June 21, 2010, 10:32:48 AM »
Well I have screwed something up again.  Banner and page are gone.


Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #56 on: June 21, 2010, 10:47:05 AM »
I'm thoroughly frustrated now.  I should have left well enough alone since I have no freaking clue what I'm doing.

I don't know what else to change in the localconfig to get the page to load again.  all I have is a blank page.  I removed the jpgrah stuff I uploaded..it was working before I did that..not nothing.


Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6705
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #57 on: June 21, 2010, 10:54:26 AM »
try to set the usejpgraph variable back to false.
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6705
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #58 on: June 21, 2010, 10:55:11 AM »
Well I feel like an idiot now.  oops.

Trying to get it unpacked...I don't have a program that will do that type of file..though trying a trail version of something.

You can use WinZIP or WinRAR if you have it. Or try to rename it to .zip then Windows should be able to open it.

PS: You can send me your localsiteconfig.php to karsten @ yajirobi.de. Simply remove your database login at the top of the file before you do it.
« Last Edit: June 21, 2010, 10:59:44 AM by DJ Doena »
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: phpdvdprofiler
« Reply #59 on: June 21, 2010, 10:58:24 AM »
Well I feel like an idiot now.  oops.

Trying to get it unpacked...I don't have a program that will do that type of file..though trying a trail version of something.

You can use WinZIP or WinRAR if you have it. Or try to rename it to .zip then Windows should be able to open it.
If they don't have trial versions, 7-zip is free.