Jump to content

Ayaka

Inactive Member
  • Posts

    288
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Posts posted by Ayaka

  1. create test.php:
     
    <?PHP
    //Show all errors
    ERROR_REPORTING(E_ALL);
     
    // send testmail
    $subject = "test";
    $body = "testcontent";
    if (mail($to, $subject, $body)) {
      echo("Email successfully sent!");
    } else {
      echo("Fail");
    }
    ?>
     
    open this file in your browser. Show us the error.
    If there is no error the problem isnt the server or mail function
  2.  

    error_reporting(E_ERROR | E_WARNING | E_PARSE);

    Write this on the top of your code (right after <?php) and do the register again. Post the error. Im sure there is an error in your query.

    If nothing happens show us the register.php (i think it calls like this).

     

     

    That won't show SQL errors only PHP ones.

     

     brain afk at this moment.

     

    Add this right after your query xD

    OR die("Error: ".mysql_error());
  3. I don't know which distribution is installed but you write
     

     when i use falloutmt2 website files the site loads normally.


    Look at the directory (+sub) where you uploaded your script which isnt working: Is an .htaccess file existing? rename or delete it and check the wesite again. Experience has shown (in most cases) that its a rewrite_module problem. If this happens enable it

    • Love 1
  4. what about .psd file?

    A vector graphic is made up of mathematically precise points, which ensures visual consistency across multiple sizes. The alternative, of course, is use to raster graphics software, such as Adobe Photoshop (.PSD). The Problem is that you cant scale the logo bigger. if you want to do it in PS then choose min. 300 DPI (i would do that - but its your choice how to create a logo. Im just saying). If they want to do with your logo a wallpaper or a print they can kick it in the dustbin

  5. To give you guys food for thought once again:

    If you are interested to do stuff which can be really used then DO IT RIGHT!

    As hobby designer you maybe don't know how to make files which can be used for several things (later).

    Work with Illustrator (or Freehand) and save your logo in EPS format. From this file, metin2dev can make as any bitmap versions at whatever size they want to choose. They are infinitely scalable without loose quality.

    For the preview you can do your gradients, shadows and other effects in Photoshop but create a vector!

    • Love 3
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.