for galeri

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    for galeri

    hy, who have this code? , I can not find the code to be put to the gallery, that code should put the address on the picture, can you help me?

    #2
    Originally posted by catalin View Post
    hy, who have this code? , I can not find the code to be put to the gallery, that code should put the address on the picture, can you help me?
    what script are you usin!! and Always try to brief about your script when asking any help or Code.

    Comment


      #3
      my site is Wen9.Info

      Comment


        #4
        lol lavalair / Mobile zone script ..

        You want images that have watermark on them with your site url ??
        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
        Visit: WapMasterz Coming Back Soon!
        _______
        SCRIPTS FOR SALE BY SUBZERO
        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
        _______
        Info & Tips
        php.net
        w3schools.com

        Comment


          #5
          yes man, do you have?

          Comment


            #6
            Code:
            <?
            ini_set('display_errors','0');
            // Image size !!
            $percent="30";
            // CopyRights Name Like this 
             $text = "chat4u.mobi";
            //- -- - -- - -- - -- - -- Don't Mess under here!! - -- - -- - -- - -- - -- -// 
            if($_GET['pic'])
            {
                $image = $_GET['pic'];
            $pi = "$image";
            
            $ext = end(explode('.', $pi));
            $ext = substr(strrchr($pi, '.'), 1);
            $ext = substr($pi, strrpos($pi, '.') + 1);
            $ext = preg_replace('/^.*\.([^.]+)$/D', '$1', $pi);
            $exts = split("[/\\.]", $pi);
            $n = count($exts)-1;
            $ext = $exts[$n];
            
            $ty = $ext;
            
                $image = $pic;
            
                    header("Content-type: image/jpeg");
              
            
                
            $im = imagecreatefromjpeg($image);
            
              
            
                
                    $x = 120;
                    $y = 120;
                    $yyy=0;
                    $xxx=0;
                    $imw = imagecreatetruecolor($x,$y);
              
            
                imagecopyresampled($imw, $im, $xxx,$yyy,0,0,$x,$y,imagesx($im), imagesy($im));
            
               
                    
                    $watermark_color="fffff";
                   
                    $red=hexdec(substr($watermark_color,0,2));
                    $green=hexdec(substr($watermark_color,2,2));
                    $blue=hexdec(substr($watermark_color,4,2));
            
                    $text_col = imagecolorallocate($imw, $red,$green,$blue);
                    $font = "font/georgia.ttf"; 
                    $font_size = 7;
                    $angle = 90;
                    $box = imagettfbbox($font_size, $angle, $font, $text);
                    
                    $x = 115;
                    $y = 115;
                    $yyy=0;
                    $xxx=0;
                    
                    imagettftext($imw, $font_size, $angle, $x, $y, $text_col, $font, $text );
            
                
            
            
            imagejpeg($imw);
            imagedestroy($imw);
            }
            ?>
            <img src="thumb.php?pic=http://yourdomain.com/avatar/001.jpg" alt="Avatar"/>

            This will print chat4u.mobi in the image when user save this image it will be still be printed there

            Added after 11 minutes:

            $font = "font/georgia.ttf";

            Make a folder then upload this to font folder
            Attached Files
            Last edited by subzero; 30.07.10, 05:09.
            Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
            Visit: WapMasterz Coming Back Soon!
            _______
            SCRIPTS FOR SALE BY SUBZERO
            Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
            FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
            _______
            Info & Tips
            php.net
            w3schools.com

            Comment


              #7
              i reported to gumslone that you delete my post without sense i take TIME AND THINK AND POST YOU DELETED WITHOUT SENSE if you dont have it others would have it and they would say any thing about this if you dont have shut and go this is not your topic
              Last edited by pretend; 31.07.10, 15:56.
              Nice Effects

              Comment


                #8
                i have seen many people posting not related posts to the topic why not you delete there posts? and also many people have given solution for or if they havent solution they would shut and wait but why do you only wanna **** on my posts
                Nice Effects

                Comment


                  #9
                  lol,

                  Im the twice of the man to worry about pretend well we will delete that is not same as in this topic i think we all not coding for free arawap had payed some one for that code pmpl and he did it him self that dam easy to code ...
                  Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
                  Visit: WapMasterz Coming Back Soon!
                  _______
                  SCRIPTS FOR SALE BY SUBZERO
                  Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
                  FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
                  _______
                  Info & Tips
                  php.net
                  w3schools.com

                  Comment

                  Working...
                  X