He wanted me to develop for him on his conditions, but payment is after the work is done, his reason: everybody say they are developers.
Even tho proof is given, he still sticks with the same answer. I don't believe this guy is gonna give you a dime.
Or do it the better way, in the client file, on the top add the code
<?php
if(isset($_GET['disconnected'])) {
echo '<pre>';
print_r($_POST);
echo '</pre>';
die();
}
?>
and then in your client settings, where you have the "client.fatal.error.url" make sure it goes to the client...
There will be an "easier" way of implementing themes, but not really a template system. My thought is that it should be easy to install and use, but you gotta know some to actually create new themes. For now I'm thinking that "themes" will only change images and CSS and not really any...
Basically you just save that in a file, change the url to something that works, and then you use your own domain when getting the images even tho they are actually being retrieved from another server
Make sure you didn't delete the {$code} part in the url, because thats a PHP variable. Then the rest is correct almost. You don't add a gesture, because the gesture is already set in the avatarimage.php file.
It's easy... The room_id column expects an integer, a number, and you provide it with a string when you do room_id = "", even tho it's empty, it's still a string.