$color1 = imagecolorallocate($img, 255, 255, 255); //Set your colors (RGB values)
$color2 = imagecolorallocate($img, 255, 255, 255); //Set your colors
imagestring($img, 2, 80, 75, $TMPL['tot_pv_0_daily'], $color1); // Stats size and position
imagestring($img, 2, 80, 90, $TMPL['unq_in_0_daily'], $color1); // Stats size and position
imagestring($img, 5, 75 - ((strlen($TMPL['rank']) - 1) * 4), 50, $TMPL['rank'], $color2); // Rank Position
I get always the timeout issue on the Popup windows and the curret (wrong) Screenshots does not update.For the timeout, it might be the screenshot server lags, or the member url is rendering to slow ( slow website )
For the second screenshot, it looks like the screenshot server needs some tweaking to wait a bit longer. Looks like it takes the screenshot before the page is fully rendered, most likely the the javascript is very slow on that site.
Ill point Mark to this thread so he can ( if possible ) adjust the server a bit.
If iopen the Websites links directly, those are open not extremly slow.I have doubled the amount of time to wait for the site to load, this will also double the amount of time bulk rendering will take, so hopefully this is enough for those few slow loading websites.
I get always the timeout issue on the Popup windows and the curret (wrong) Screenshots does not update.
If iopen the Websites links directly, those are open not extremly slow.
if you have a dedicated server you can install your own headless browser and write your own code to handle it. But this is not a viable option for most people.I there a way to grab the Screenshot from my Webserver ?