Resource icon

Dynamic banner 2017-06-26

No permission to download

Maria

Member
Nov 7, 2015
10
2
35
Hi there, for me it doesnt work :

[28-Nov-2015 18:31:32 UTC] PHP Warning: imagecreatefromjpeg(wzor4.jpeg): failed to open stream: No such file or directory in /home/ck/public_html/Banner/baner.php on line 46
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagecolorallocate() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 48
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagettftext() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 52
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagettftext() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 56
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagettftext() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 59
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagettftext() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 61
[28-Nov-2015 18:31:32 UTC] PHP Warning:
 
Nov 7, 2015
53
78
53
I didn't download the script as Chrome blocks the download and I'm too lazy to start my sandbox.
Anyway, it's pretty clear what the error is. Just read the first line.
 

bl4uni

Active Member
Sep 10, 2015
106
69
73
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagecreatefromjpeg(wzor4.jpeg): failed to open stream: No such file or directory in /home/ck/public_html/Banner/baner.php on line 46
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagecolorallocate() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 48
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagettftext() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 52
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagettftext() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 56
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagettftext() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 59
[28-Nov-2015 18:31:32 UTC] PHP Warning: imagettftext() expects parameter 1 to be resource, boolean given in /home/ck/public_html/Banner/baner.php on line 61
[28-Nov-2015 18:31:32 UTC] PHP Warning:
baner.php? Lol.
 

srba123

Member
Feb 6, 2016
20
5
35
I do not know how to put in this.
Is there a tutorial on how to throw it , and customize my design
 

Peter_Enis

Active Member
Sep 29, 2015
14
3
78
ill get
Code:
network functions are not available in this PHP installation
but
Code:
allow_url_fopen = on
is activated i have no idea why it is not working on my linux server,
but ot works on my super old portable webserver for windows... is this a fail from my hoster? i have an virtual server

screen not working
http://prntscr.com/gw7sjx
screen working at localhost...
http://prntscr.com/gw7tmo
 
Last edited:
Top