• 18-09-2008, 18:25:25
    #1
    Üyeliği durduruldu
    ---------
  • 18-09-2008, 18:30:19
    #2
    php ile alakalı değil. css ile alakalı bir durum.
    buyrun index.php bir deneyin.

    <? require "header.php";?>
    
     <div id="showform">
        <div id="wrapper">    
            
            <p>
                    <font color="#CC0000"><b><?=$config[SiteName]?></b></font> is a great free photo hosting for your daily online surfing. You will have several types of links to the photo that you have stored with us including a direct link which makes it suitable to publish the photo anywhere while the links can be also used in websites, blogs and any content management system. You don't even have to register to be able to upload but registration gives you the benifit of tracking your photos and know how many views did it get and where those views are coming from and the best thing is that it's all
            <font color="#CC0000"><b>FREE</b></font>!
                    </p>        
            
    <div class="ad1"><br /><?=$config[homeleft]?></div>
    <div id="right"> 
    
       
        <p class="title"><input type="radio" id="url1" name="url" value="1" checked="checked" onClick="return uploadfile('url1');" />From PC&nbsp;&nbsp;
        <?if($userid>0 && $config[MemberUpload]=="1"){?><input type="radio" id="url2" name="url" value="2"  onClick="return uploadfile('url2');" />From Link<br />
        <?}if(!$userid && $config[GuestUpload]=="1"){?>
        <input type="radio" id="url2" name="url" value="2" onClick="return uploadfile('url2');" />From Link<br />
        <?}?>
        </p><br />
    	
        <div id="showfl">
        <form name="newupload" id="newupload" method="post"  target="formsubmit1" action="inc/uploader.php" enctype="multipart/form-data" onSubmit="return show_loading();">
        <input type="hidden" id="countfld" value="" />    
         <div id="loading" ></div>
         <?php /* <div id="loading" name="loading"></div> */ ?>
            <iframe name="formsubmit1" width="500" height="100" id="formsubmit1"></iframe>
            <div style="display:block;" id="f0"><input type="file" class="input2" size="40" name="thefile0" /><br /></div>
            <div style="display:block;" id="f1"><input type="file" class="input2" size="40" name="thefile1" /><br /></div>
            <div style="display:block;" id="f2"><input type="file" class="input2" size="40" name="thefile2" /><br /></div>
            <div style="display:block;" id="f3"><input type="file" class="input2" size="40" name="thefile3" /><br /></div>
            <div style="display:block;" id="f4"><input type="file" class="input2" size="40" name="thefile4" /><br /></div>
            <br />
            <p><font color="#CC0000">Maximum File Size</font>: <span class="body"><?= $max_file_size_mb ?> MB</span></p>
        <br />
        <p><font color="#CC0000">Allowed File Types</font>: <span class="body"><?= $valid_mime_types_display ?></span></p>
            <br> <? if ($config[AcceptTerms]=="1"){  ?>
            <p><font color="#CC0000">Terms of Service</font>: <span class="body"><input type="checkbox" name="tos" value="agree"> I agree to the <a href="terms.php" class="toplinks">Terms Of Service</a></span></p>
            <br><? } ?>
            <p><font color="#CC0000">Private</font>: <span class="body"><input type="checkbox" name="prv" value="1" /> </span></p>
        <br />
        <div class="buttons">
            <a href="javascript:void(0);"  onClick="return showfile();"><img src="i/+.jpg" alt="+" class="+" /></a>&nbsp; <input id="submit1" name="submit" value="Upload" type="image" src="i/upload.jpg" alt="upload" />
        </div>
        </form>
        
        </div>
        <div id="showurl">
            <form name="newupload" id="newupload1" method="post" target="formsubmit" action="inc/uploaderurl.php" enctype="multipart/form-data" onSubmit="return show_loading1();">
            <input type="hidden" id="countfldu" value="" />        
             <?php /* <div id="loading1" name="loading"></div> */ ?>
             <div id="loading1"></div>
            <iframe name="formsubmit" width="500" height="100" id="formsubmit"></iframe>
            <div style="display:block;" id="u0"><b>URL :</b><input type="text" class="input2" size="40" name="thefile0" /><br /></div>
            <div style="display:none;" id="u1"><input type="text" class="input2" size="40" name="thefile1" /><br /></div>
            <div style="display:none;" id="u2"><input type="text" class="input2" size="40" name="thefile2" /><br /></div>
            <div style="display:none;" id="u3"><input type="text" class="input2" size="40" name="thefile3" /><br /></div>
            <div style="display:none;" id="u4"><input type="text" class="input2" size="40" name="thefile4" /><br /></div>
            <br />
            <p><font color="#CC0000">Maximum File Size</font>: <span class="body"><?= $max_file_size_mb ?> MB</span></p>
        <br />
        <p><font color="#CC0000">Allowed File Types</font>: <span class="body"><?= $valid_mime_types_display ?></span></p>
            <br> <? if ($config[AcceptTerms]=="1"){  ?>
            <p><font color="#CC0000">Terms of Service</font>: <span class="body"><input type="checkbox" name="tos" value="agree"> I agree to the <a href="terms.php" class="toplinks">Terms Of Service</a></span></p>
            <br><? } ?>
            <p><font color="#CC0000">Private</font>: <span class="body"><input type="checkbox" name="prv" value="1" /> </span></p>
        <br />
        <div class="buttons">
            <a href="javascript:void(0);"  onClick="return showfileu();"><img src="i/+.jpg" alt="+" class="+" /></a>&nbsp; <input id="submit" name="submit" value="Upload" type="image" src="i/upload.jpg" alt="upload" />
        </div>
        </form>
        
        </div>
        
    </div>
        <p class="float"></p>
    </div>
    
                                           <br /><br /><br /><center><?=$config[footer]?></center><br /><br /><br />
              
      
    </div>
    <div id="showoutput">
    </div>
    <? require "footer.php"; ?>
  • 18-09-2008, 18:31:15
    #3
    Üyeliği durduruldu
    style="display:none"
    kısımlarını sil