Started messing with the code a little, to replace lines as follows:
Replaced:
- Code: Select all
$image = imagecreatefrompng("back2.png");
with the line
- Code: Select all
$image = imagecreatefrompng(.$user.".png");
But I'm not sure if I have the syntax correct. Also tried it without the . before and after the $user value. I'm just getting a white screen now.
I did replace the line in .htaccess file also, so now it reads to rewrite (.*).png to signature.php
Any hints as to what I'm doing wrong?
Thanks!