Login

Username:


Password:


Remember me



Forgot Password?




 Merchandise




Help - Signature

Help - Signature

Postby So_Good » Sat Mar 16, 2013 3:02 pm

Hi Spack

I downloaded the generator signatures on this page https://github.com/SkaceKamen/World-of- ... -generator

All I have uploaded to the FTP but wants to enter the ID is not working: (

I saw that you are working so much I asked for help, it is very important to me.

http://kfor.pl/staty

Regards
So_Good
Newbie
 
Posts: 9
Joined: Sat Mar 16, 2013 12:58 pm

Re: Help - Signature

Postby Spack » Sat Mar 16, 2013 3:07 pm

At a guess you've got something blocking outgoing connections from your website to the WG servers, or you haven't made the cache folder writeable - if the web server software doesn't have write access to the cache folder it can't save the data or the signature image. Check the readme that came with the signature code for more details.

I don't use that version of the signature code myself, I use a modified version of the older code. The version you have contains some code that I wrote and gave to the author, but he modified it further and I haven't looked into what else might need changing.
User avatar
Spack
I R Ginger
Field Marshall
 
Posts: 6815
Joined: Sat Feb 12, 2005 12:00 am
Location: Birmingham, UK
Medals: 2
Bronze (1) Painting Entrant (1)
Blog: View Blog (29)

Re: Help - Signature

Postby So_Good » Sat Mar 16, 2013 3:13 pm

Code: Select all
WoT Signature generator
========================
Minimal requirements:
========================
  PHP 5+
  GD Library
  CUrl
  mod_rewrite (for .png adress. Not really needed)
 
========================
Notes:
========================
Configuration file is wot_config.php
If you don't want to use mod_rewrite change (in config) WOT_MOD_REWRITE to false.
If you can add cron tank, set wot_cron_daily.php to be executed once per day, otherwise change (in config) WOT_CACHE_CRON to false.

========================
Credits:
========================
Created (mostly) by SkaceKachna (zipek.cz,menxmenx@gmail.com)
Thanks to AgeofStrife for his scripts and showing me how to do some things.


Only it says: (You're not able to provide me the code for this generator? Pretty please, or at least help you to look pretty similar. Do not know much about it: (
So_Good
Newbie
 
Posts: 9
Joined: Sat Mar 16, 2013 12:58 pm

Re: Help - Signature

Postby Spack » Sat Mar 16, 2013 3:17 pm

I edited my post after I checked the readme, I don't know why the author didn't include details about the cache folder.

I can't give you my code because it only works on my server - it's got some additional code for use with other scripts I'm running on this site.

I'd suggest you contact the author of the version you are using, you can PM him on the WoT EU forum - his profile is here: http://forum.worldoftanks.eu/index.php? ... acekachna/
User avatar
Spack
I R Ginger
Field Marshall
 
Posts: 6815
Joined: Sat Feb 12, 2005 12:00 am
Location: Birmingham, UK
Medals: 2
Bronze (1) Painting Entrant (1)
Blog: View Blog (29)

Re: Help - Signature

Postby So_Good » Sat Mar 16, 2013 3:22 pm

Can you verify this?

http://kfor.pl/syg/

This is an old version of the wizard but there are problems and missing a few features, such as XVM etc. ..
Do you even here at the old generator will be able to ask for help? I wrote to the author but do not write off much longer: (
So_Good
Newbie
 
Posts: 9
Joined: Sat Mar 16, 2013 12:58 pm

Re: Help - Signature

Postby Spack » Sat Mar 16, 2013 3:35 pm

That one doesn't work, looks you haven't edited the configuration as it shows http://YOUR-SITE in the URL for the signature. You need to edit the configuration to include your own domain and path to the signature code for it to work.
User avatar
Spack
I R Ginger
Field Marshall
 
Posts: 6815
Joined: Sat Feb 12, 2005 12:00 am
Location: Birmingham, UK
Medals: 2
Bronze (1) Painting Entrant (1)
Blog: View Blog (29)

Re: Help - Signature

Postby So_Good » Sat Mar 16, 2013 3:41 pm

Image

Displayed but no DAMAGE and a <td-number ... can not comprehend this: (
So_Good
Newbie
 
Posts: 9
Joined: Sat Mar 16, 2013 12:58 pm

Re: Help - Signature

Postby Spack » Sat Mar 16, 2013 3:49 pm

There's a parsing error in the code, as it reads the profile HTML page to make the signature. The new signature code should fix this as it doesn't read the HTML, it uses the WoT Assistant API to get the player data.

Did you try setting the permissions on the cache folder for the new version so that it's writeable by the web server?

EDIT: check the end of the wot-config.php file, specifically these lines:

Code: Select all
define('WOT_FOLDER_CACHE_LINES', 'wot_data/cache_images');
define('WOT_FOLDER_CACHE_GARAGES', 'wot_data/cache_images');
define('WOT_FOLDER_CACHE_CLANS', 'wot_data/cache_images');
define('WOT_FOLDER_CACHE_JSON', 'wot_data/cache_json');


Each of those folders will need to be made writeable by the web server for the signature generator to work.
User avatar
Spack
I R Ginger
Field Marshall
 
Posts: 6815
Joined: Sat Feb 12, 2005 12:00 am
Location: Birmingham, UK
Medals: 2
Bronze (1) Painting Entrant (1)
Blog: View Blog (29)

Re: Help - Signature

Postby So_Good » Sat Mar 16, 2013 4:06 pm

It appeared thanks!

Just tell me the little things. You can not see the signature icons of tanks and garage: (

I left font so there is quite a few shows. The logo is on the left as I could to the right?

Image

Image
So_Good
Newbie
 
Posts: 9
Joined: Sat Mar 16, 2013 12:58 pm

Re: Help - Signature

Postby Spack » Sat Mar 16, 2013 4:11 pm

Did you upload all of the tank images that came with the download? They're in the wot-data/img , wot-data/imgContur , and wot-data/imgSmall folders.
User avatar
Spack
I R Ginger
Field Marshall
 
Posts: 6815
Joined: Sat Feb 12, 2005 12:00 am
Location: Birmingham, UK
Medals: 2
Bronze (1) Painting Entrant (1)
Blog: View Blog (29)

Re: Help - Signature

Postby So_Good » Sat Mar 16, 2013 4:14 pm

Ahh did not notice :)

This logo plilu what I could change to make it in a different place?
So_Good
Newbie
 
Posts: 9
Joined: Sat Mar 16, 2013 12:58 pm

Re: Help - Signature

Postby Spack » Sat Mar 16, 2013 4:15 pm

If you're asking about the clan icon on the left, that's where it goes in the version you have - I created my own to allow it to go in the centre or on the right, but SkaceKachna didn't include that in his version.
User avatar
Spack
I R Ginger
Field Marshall
 
Posts: 6815
Joined: Sat Feb 12, 2005 12:00 am
Location: Birmingham, UK
Medals: 2
Bronze (1) Painting Entrant (1)
Blog: View Blog (29)

Re: Help - Signature

Postby So_Good » Sat Mar 16, 2013 4:17 pm

Thank you very much. If I had more questions, you can use this thread?
So_Good
Newbie
 
Posts: 9
Joined: Sat Mar 16, 2013 12:58 pm

Re: Help - Signature

Postby Spack » Sat Mar 16, 2013 4:19 pm

Sure, feel free to ask. I'm going to be away from my PC for a couple of hours now though.

I've had a look at the code you're using, and I've also noticed SkaceKachna didn't include my code for automatically downloading new tank images ... you'll have to wait for him to upload a new version with the 8.4 tanks included to get the new tank images.
User avatar
Spack
I R Ginger
Field Marshall
 
Posts: 6815
Joined: Sat Feb 12, 2005 12:00 am
Location: Birmingham, UK
Medals: 2
Bronze (1) Painting Entrant (1)
Blog: View Blog (29)

Re: Help - Signature

Postby stefo » Sat Mar 30, 2013 12:20 am

hi age can you help me too with the generator i see that you help to player so_good...i wrote to him on our server he read it but not response
http://vusbanners.podserver.info this is my ste to generator i downloadit from https://github.com/SkaceKamen/World-of- ... ster/multi
just upload but it dosnt works.... i already read most of the source codes on other website i use another generator but from the same author there i can make signature but with some eror lines with td number and something like this ...http://valkyra.clanweb.eu/

i be realy happy if you can help me too...i prefer the first link signature generator to make it run...
thx
Last edited by stefo on Sat Mar 30, 2013 11:15 am, edited 1 time in total.
stefo
Newbie
 
Posts: 3
Joined: Tue Mar 26, 2013 11:25 pm

[Show] Post a reply

Next



Return to World of Tanks




 Social Links