Page 1 of 1

cant find avatar folder?

Posted: Mon Aug 12, 2013 7:21 pm
by KillerxKen
Thats just it, cant find my avatar folder, anyone know where it is?

Re: cant find avatar folder?

Posted: Mon Aug 12, 2013 7:29 pm
by Kent Briggs
KillerxKen wrote:Thats just it, cant find my avatar folder, anyone know where it is?
If you mean where does Poker Mavens think it is, look in the Client Settings group (11th setting). Normally it's blank if you are using the built-in set.

Re: cant find avatar folder?

Posted: Mon Aug 12, 2013 7:31 pm
by KillerxKen
No sir actually I meant where on the drive does PokerMavens install the actual folder and files? I cannot find them anywhere

Re: cant find avatar folder?

Posted: Mon Aug 12, 2013 7:36 pm
by Kent Briggs
KillerxKen wrote:No sir actually I meant where on the drive does PokerMavens install the actual folder and files? I cannot find them anywhere
The built-in set of Avatars is compiled directly into the server's executable. So there is no folder for those. The purpose of Avatar Folder setting is for you to specify the location of your own files if you want to replace the default set. If you have not done that then there is no folder.

Re: cant find avatar folder?

Posted: Mon Aug 12, 2013 7:40 pm
by KillerxKen
I see, the problem Im having is when I try the new accountphp, the avatars arent showing on my page. Is there a path i need to set in the PHP?

Re: cant find avatar folder?

Posted: Mon Aug 12, 2013 8:05 pm
by Kent Briggs
KillerxKen wrote:I see, the problem Im having is when I try the new accountphp, the avatars arent showing on my page. Is there a path i need to set in the PHP?
The first line in code from the example page shows this:

Code: Select all

$avatarurl = "http://192.168.1.100:8087/avatar";   // set your url here
That just happens to be my internal LAN IP. You need to change that your own IP and file port number but leave the "/avatar" on the end as shown. Also note that there are two examples posted, one for version 3 and different one for the upcoming version 4.