Jump to content

leonphp

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Everything posted by leonphp

  1. If you read the info in the home page: DIgital Art's - portfolio - 08 I think it's not very hard to understand 1+1=2 It is black because it's a colour that goes well the navigation buttons. And because of an ecological sense. DId you know white backgrounds waste more energy than the black ones? Thanks for the comment anyway...
  2. I still thonk i have to change it. It is being a long trip because i am allways changing it... CRITISIZE PLEASE http://www.bintoito.com/leonardoguedes/
  3. I have this code that used to work. But it doesnt work no more.... anyone has the answer? #copy images $uploadfolder="/pacotes/"; #file1 $uploadedfile=$_FILES['file1']['tmp_name']; $finalfile=$_SERVER['DOCUMENT_ROOT'].$uploadfolder.$id."_big.jpg"; if(!copy($uploadedfile,$finalfile)) echo "erro no upload do ficheiro 1"; #file2 $uploadedfile=$_FILES['file2']['tmp_name']; $finalfile=$_SERVER['DOCUMENT_ROOT'].$uploadfolder.$id.".jpg"; if(!copy($uploadedfile,$finalfile)) echo "erro no upload do ficheiro 2"; #file3 $uploadedfile=$_FILES['file3']['tmp_name']; $finalfile=$_SERVER['DOCUMENT_ROOT'].$uploadfolder.$id."_hover.jpg"; if(!copy($uploadedfile,$finalfile)) echo "erro no upload do ficheiro 3";
  4. I use TRANSMIT. I found a error.log.nr. [Fri Oct 31 18:06:39 2008] [error] [client 88.157.202.73] File does not exist: /web/sites/vhbu3/0/95/83452/public/www/admin/botoes, referer: https://www.praiagolfe.com/admin/addpacotes.php What can I do with this? it is saying a folder does not exist? botoes?
  5. This message appeared after my client tried to put another promotion online. And I dont know why.... Please help me... ////////////// Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/2.2 Server at www.praiagolfe.com Port 80
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.