TautvydasM 
		Narys 
		Buldozeris
  
		
		
		Pranešimai: 203 
		Įstojęs: 2010 Vas. 15 11:02:41
	 | 
	
1.Reik tokios modifikacijos siuntimo ant v6. 
 
http://www.part.lt/perziura/1ac0...3f5521.bmp 
 
 
 
Uz atsakymus duosiu +10
 
  | 
		minimukas 
		Narys 
		Terminatorius
  
		 
  
		
		Pranešimai: 1631 
		Įstojęs: 2009 Bir. 11 23:06:46
	 | 
	
stai http://phpfusion.lt/infusions/mo...mod_id=197
  nusirasinek.lt - pratybų atsakymai. REFERALINĖS NUORODOS DRAUDŽIAMOS - SMS hostingas | 
		swz 
		Narys 
		Kapitonas
  
		 
  
		
		Pranešimai: 679 
		Įstojęs: 2009 Bir. 25 19:06:16
	 | 
	
http://phpfusion.lt/visiskai-kit...patai,m327 
 
 
Te biski kokie tinginiai seis laikais zmones ... Nezinau ar tas jei ne tas pasiknisk tam saite tirkai rasi dar pats siunciausi... 
 
 
Minimuaks ten tas mdoas su kaida
 
  | 
		TautvydasM 
		Narys 
		Buldozeris
  
		
		
		Pranešimai: 203 
		Įstojęs: 2010 Vas. 15 11:02:41
	 | 
	
Aciu +10................. 
  | 
		TautvydasM 
		Narys 
		Buldozeris
  
		
		
		Pranešimai: 203 
		Įstojęs: 2010 Vas. 15 11:02:41
	 | 
	
Gal turit toki moda ant v6 http://www.78.lt/image.php?id=AB...AF&jpg as jos nerandu jieskau visur  
 
Duosiu +10  
  | 
		minimukas 
		Narys 
		Terminatorius
  
		 
  
		
		Pranešimai: 1631 
		Įstojęs: 2009 Bir. 11 23:06:46
	 | 
	
stai 
 
 openside("Siuntinių kategorijos"); 
$result = dbquery("SELECT * FROM ".$db_prefix."download_cats WHERE ".groupaccess('download_cat_access')." ORDER BY download_cat_name"); 
$rows = dbrows($result); 
if ($rows != 0) { 
$counter = 0; $columns = 2; 
while ($data = dbarray($result)) { 
if ($counter != 0 && ($counter % $columns == 0)) echo ""; 
$num = dbcount("(download_cat)", "downloads", "download_cat='".$data['download_cat_id']."'"); 
echo "<img src='http://eizo0x.xz.lt/images/failas.gif'> <a style='color:#FFF;' href='".BASEDIR."downloads.php?cat_id=".$data['download_cat_id']."'>".$data['download_cat_name']."</a> <span class='small2'>($num)</span>"; 
echo "<br>" ; 
$counter++; 
} 
echo "<br>"; 
 
$result = dbquery("SELECT count(download_id) FROM ".$db_prefix."downloads"); 
echo "<img src='".THEME."images/bullet.gif'> Siuntinių: [".dbresult($result, 0)."]<br>"; 
$result = dbquery("SELECT SUM(download_count) FROM ".$db_prefix."downloads"); 
echo "<img src='".THEME."images/bullet.gif'> Atsisiųsta: [".dbresult($result, 0)."]<br>"; 
 
} else { 
echo "<center><br>\nŠiai panelei nėra turinio<br><br></center>\n"; 
} 
closeside();
 
 
 
 
  nusirasinek.lt - pratybų atsakymai. REFERALINĖS NUORODOS DRAUDŽIAMOS - SMS hostingas
 Redagavo  minimukas  2010 Bir. 12 12:06:45  | 
		TautvydasM 
		Narys 
		Buldozeris
  
		
		
		Pranešimai: 203 
		Įstojęs: 2010 Vas. 15 11:02:41
	 | 
	
Aciu Minimukai jau esu daves +10  
  | 
		TautvydasM 
		Narys 
		Buldozeris
  
		
		
		Pranešimai: 203 
		Įstojęs: 2010 Vas. 15 11:02:41
	 | 
	
| Iskilo beda del apsaugos php fusion https://webdnd.com/sukciu-demask... va ten del ip adminu pasidariau o kaip noriu pakeisti administration/navigation.php     if ($page4) echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."&pagenum=4' class='side'>".$locale['ac04']."</a><br>\n"; 
   echo "<hr class='side-hr'> 
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."index.php' class='side'>".$locale['151']."</a>"; 
} 
 
 
   reik pakeisti ten i kita o pas mane nagivation atidarius tokios eilutes ner va koks mano navigation.php faile yra <?php 
/*---------------------------------------------------+ 
| PHP-Fusion 6 Content Management System 
+----------------------------------------------------+ 
| Copyright © 2002 - 2006 Nick Jones 
| http://www.php-fusion.co.uk/ 
+----------------------------------------------------+ 
| Released under the terms & conditions of v2 of the 
| GNU General Public License. For details refer to 
| the included gpl.txt file or visit http://gnu.org 
+----------------------------------------------------*/ 
if (!defined("IN_FUSION")) { header("location: ../index.php"); exit; } 
 
include LOCALE.LOCALESET."admin/main.php"; 
 
echo "<td width='$theme_width_l' valign='top' class='side-border-left'>\n"; 
 
include INFUSIONS."user_info_panel/user_info_panel.php"; 
 
openside($locale['001']); 
// Find out which panels and pages the admin can access 
$usr_rghts = " (admin_rights='".str_replace(".", "' OR admin_rights='", $userdata['user_rights'])."')"; 
$page1 = dbcount("(*)", "admin", $usr_rghts." AND admin_link!='reserved' AND admin_page='1'"); 
$page2 = dbcount("(*)", "admin", $usr_rghts." AND admin_link!='reserved' AND admin_page='2'"); 
$page3 = dbcount("(*)", "admin", $usr_rghts." AND admin_link!='reserved' AND admin_page='3'"); 
$page4 = dbcount("(*)", "admin", $usr_rghts." AND admin_link!='reserved' AND admin_page='4'"); 
if (iMEMBER) { 
   if ($page1) echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."&pagenum=1' class='side'>".$locale['ac01']."</a><br>\n"; 
   if ($page2) echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."&pagenum=2' class='side'>".$locale['ac02']."</a><br>\n"; 
   if ($page3) echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."&pagenum=3' class='side'>".$locale['ac03']."</a><br>\n"; 
   if ($page4) echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."&pagenum=4' class='side'>".$locale['ac04']."</a><br>\n"; 
   echo "<hr class='side-hr'> 
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."index.php' class='side'>".$locale['151']."</a>\n"; 
} 
 
closeside(); 
 
echo "</td>\n<td valign='top' class='main-bg'>\n"; 
?>
 
 
   Tai ka man trinti kad galeciau pkaeisti ant kurio reik kodo.
 
  | 
		Creatium 
		Administratorius 
		Viršesnis už Dievą
  
		 
  
		
		Pranešimai: 5868 
		Įstojęs: 2007 Rugp. 9 17:08:20
	 | 
	
O tai kas čia tavo kode: 
 
 if ($page4) echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='".ADMIN."index.php".$aidlink."&pagenum=4' class='side'>".$locale['ac04']."</a><br>\n"; 
   echo "<hr class='side-hr'> 
<img src='".THEME."images/bullet.gif' alt=''> <a href='".BASEDIR."index.php' class='side'>".$locale['151']."</a>\n"; 
}
 
 
 
  
 
???
  www.creatium.lt | 
		TautvydasM 
		Narys 
		Buldozeris
  
		
		
		Pranešimai: 203 
		Įstojęs: 2010 Vas. 15 11:02:41
	 | 
	
Nu man reik va ta koda rasti kur zemau yra ir pakeisti kitu o tam ner. 
 
Ai va pamaciau zioplas as.  
 
  | 
		TautvydasM 
		Narys 
		Buldozeris
  
		
		
		Pranešimai: 203 
		Įstojęs: 2010 Vas. 15 11:02:41
	 | 
	
  Kaip man ten padaryti kad rodytu kita spalva ten zodzius nes ten turi rodyti Naujausias siuntinys:   
Populiariausias:     
Kategorijų:   
Siuntinių:   
Atsisiųsta:  
 
 
 
  
 
downloads.php : 
 
?php 
/*---------------------------------------------------+ 
| PHP-Fusion 6 Content Management System 
+----------------------------------------------------+ 
| Copyright © 2002 - 2006 Nick Jones 
| http://www.php-fusion.co.uk/ 
+----------------------------------------------------+ 
| Released under the terms & conditions of v2 of the 
| GNU General Public License. For details refer to 
| the included gpl.txt file or visit http://gnu.org 
+----------------------------------------------------*/ 
require_once "maincore.php"; 
require_once "subheader.php"; 
require_once "side_left.php"; 
include LOCALE.LOCALESET."downloads.php"; 
 
if (isset($download_id) && !isNum($download_id)) fallback("index.php"); 
 
if (isset($download_id)) { 
   $res = 0; 
   if ($data = dbarray(dbquery("SELECT download_url,download_cat FROM ".$db_prefix."downloads WHERE download_id='$download_id'"))) { 
      $cdata = dbarray(dbquery("SELECT * FROM ".$db_prefix."download_cats WHERE download_cat_id='".$data['download_cat']."'")); 
      if (checkgroup($cdata['download_cat_access'])) { 
         $res = 1; 
         $result = dbquery("UPDATE ".$db_prefix."downloads SET download_count=download_count+1 WHERE download_id='$download_id'"); 
         redirect($data['download_url']); 
      } 
   } 
   if ($res == 0) redirect("downloads.php"); 
} 
 
 
 
if (isset($d_id)) { 
include INCLUDES."ratings_include.php"; 
include INCLUDES."comments_include.php"; 
$result = dbquery("SELECT * FROM ".$db_prefix."downloads WHERE download_id='$d_id'"); 
while ($data = dbarray($result)) { 
               $id = $data['download_cat']; 
               if ($data['download_datestamp']+604800 > time()+($settings['timeoffset']*3600)) { 
                  $new = " <span class='small'>".$locale['410']."</span>"; 
               } else { 
                  $new = ""; 
               } 
               $time = $data['download_datestamp']; 
               $laikas = showdate( "%d.%m.%y", $time); 
               $kat = dbresult(dbquery("SELECT download_cat_name FROM ".$db_prefix."download_cats WHERE download_cat_id='$id'"), 0); 
               echo "<table width='100%' cellpadding='0' cellspacing='1' class='tbl-border'>\n"; 
               echo "<tr> 
<td colspan='5' class='forum-caption'> 
               <table style='border-collapse: collapse;' border='0' cellpadding='0' cellspacing='0' width='100%'> 
<tr> 
 
               <td> <a href='".FUSION_SELF."' class='small' title='Siuntiniai'><b>Siuntiniai</b></a> >> <a href='".FUSION_SELF."?cat_id=".$data['download_cat']."' class='small' title='Siuntinio Kategorija'><b>$kat</b></a> > <a class='small' href='".FUSION_SELF."?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."' title='Atsisiųsti Siuntinį'><b>".$data['download_title']."</b></a> </td> 
               <td align='right'><span class='small2'><b>Pridėtas:</b> $laikas</span></td> 
               </tr></table></td> 
</tr>\n"; 
                
               echo "<td rowspan='2' class='tbl1' align='center' valign='middle' width='1%'><a class='small' href='".FUSION_SELF."?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."' title='Atsisiųsti Failą' style='font-weight: bold;'><img src='".IMAGES."download.png' alt='Atsisiųsti Failą' border='0'></a></td> 
                
               <td width='30%' class='tbl1'>"; 
               echo '<embed type="application/x-shockwave-flash" src="http://www.zippyshare.com/mediaplayer/mediaplayer.swf?file=http://www'.$data['download_filesize'].'.zippyshare.com/downloadMusic?key='.$data['download_version'].'ay&type=flv" height="20" width="100%"></embed>'; 
               echo "</td>\n</tr>\n"; 
               echo "</table>\n"; 
                
               if ($i != $numrows) { echo "<div align='center'><img src='".THEME."images/blank.gif' alt='' height='15' width='1'></div>\n"; $i++; } 
            } 
             
showcomments("D","downloads","download_id",$d_id,FUSION_SELF."?d_id=$d_id"); 
 
showratings("D",$d_id,FUSION_SELF."?d_id=$d_id"); 
 
} else { 
 
 
 
if (!isset($cat_id)) { 
   opentable($locale['400']); 
   $result = dbquery("SELECT * FROM ".$db_prefix."download_cats WHERE ".groupaccess('download_cat_access')." ORDER BY download_cat_name"); 
   $rows = dbrows($result); 
   if ($rows != 0) { 
      $counter = 0; $columns = 2;  
      echo "<center><img src='".IMAGES."downloads.png' alt='' border='0'></center>"; 
      echo "<table class='tbl-border' style='margin-top: 10px;' cellpadding='0' cellspacing='1' width='100%' align='center'>"; 
       
      echo "<tr> 
<td class='tbl1' colspan='2' align='center'> 
<form name='searchform' method='post' action='search.php' style='display: inline;'> 
      <b>Ieškoti Siuntinių:</b>  <input name='stext' class='textbox' style='width: 200px;' type='text'> 
      <input name='stype' value='d' type='hidden'><input name='search' value='Ieškoti!' class='button' type='submit'> 
      </form> 
</td> 
</tr>"; 
       
      while ($data = dbarray($result)) { 
          
         $num = dbcount("(download_cat)", "downloads", "download_cat='".$data['download_cat_id']."'"); 
         echo "<tr> 
<td class='tbl1' width='1%'><a class='small' href='".FUSION_SELF."?cat_id=".$data['download_cat_id']."' style='font-weight: bold;'><img src='images/dl_cats/".$data['download_cat_image']."' alt='".$data['download_cat_name']."' border='0'> 
</a></td> 
         <td class='tbl2' align='left' valign='center'><img src='".THEME."images/bullet.gif' alt='' border='0'> 
         <a class='small' href='".FUSION_SELF."?cat_id=".$data['download_cat_id']."' style='font-weight: bold;'>".$data['download_cat_name']."</a> <span class='small2'>($num)</span><br> 
         <span class='small'>".$data['download_cat_description']."</span></td> 
</tr>"; 
         $counter++; 
      }       
echo "<table class='tbl-border' style='margin-top: 10px;' cellpadding='0' cellspacing='1' width='100%'> 
<tr> 
   <td class='forum-caption' colspan='2' width='1%'>Statistika</td> 
 
</tr> 
<tr> 
   <td class='tbl1' align='center' width='1%'><img src='images/dl_stats.png' alt='Siuntinių statistika' border='0'></td> 
   <td class='tbl2'> 
<table border='0' cellpadding='0' cellspacing='1'>"; 
 
$dataq = dbarray(dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_id DESC LIMIT 0,1")); 
echo "<tr><td>Naujausias siuntinys: </td> 
<td> <a class='small' href='".FUSION_SELF."?d_id=".$dataq['download_id']."' title=''>".$dataq['download_title']."</a></td> 
</tr>"; 
 
$datax = dbarray(dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_count DESC LIMIT 0,1")); 
echo "<tr><td>Populiariausias: </td> 
<td> <a class='small' href='".FUSION_SELF."?d_id=".$datax['download_id']."' title=''>".$datax['download_title']."</a></td> 
</tr>"; 
 
$cats = dbresult(dbquery("SELECT count(download_cat_id) FROM ".$db_prefix."download_cats"), 0); 
echo "<tr><td>Kategorijų: </td> 
<td class='small2'> $cats</td></tr>"; 
 
$countd = dbresult(dbquery("SELECT count(download_id) FROM ".$db_prefix."downloads"), 0); 
echo "<tr> 
   <td>Siuntinių: </td> 
<td class='small2'> $countd</td> 
</tr>"; 
 
$counth = dbresult(dbquery("SELECT SUM(download_count) FROM ".$db_prefix. "downloads"), 0); 
echo "<tr><td>Atsisiųsta: </td> 
<td class='small2'> $counth</td></tr>"; 
 
       
 
 
 
 
echo "</table> 
</td> 
</tr> 
</table>"; 
       
      $result = dbquery("SELECT * FROM ".$db_prefix."downloads ORDER BY download_id DESC LIMIT 0,20"); 
if (dbrows($result)) { 
 
echo "<table class='tbl-border' style='margin-top: 10px;' border='0' cellpadding='0' cellspacing='1' width='100%'> 
<tr> 
      <td class='forum-caption' style='white-space: nowrap;'>Naujausi siuntiniai</td> 
      <td class='forum-caption' style='white-space: nowrap;' align='center' width='1%'>Data</td> 
 
      <td class='forum-caption' style='white-space: nowrap;' align='center' width='1%'>Siuntimai</td> 
</tr>"; 
while ($data = dbarray($result)) { 
$time = $data['download_datestamp']; 
$laikas = showdate( "%d.%m.%y", $time); 
echo "<tr> 
         <td class='tbl1'><img src='".THEME."images/bullet.gif' alt='' border='0'> <a class='small' href='downloads.php?d_id=".$data['download_id']."'>".$data['download_title']."</a></td> 
 
         <td class='tbl1' align='center'>$laikas</td> 
 
         <td class='tbl1' align='center'>".$data['download_count']."</td> 
 
</tr>"; 
} 
echo "</table>"; 
} 
       
 
   } else { 
      echo "<center><br>\n".$locale['430']."<br><br>\n</center>\n"; 
   } 
   closetable(); 
} else { 
   $res = 0; 
   if (!isNum($cat_id)) fallback(FUSION_SELF); 
   $result = dbquery("SELECT * FROM ".$db_prefix."download_cats WHERE download_cat_id='$cat_id'"); 
   if (dbrows($result) != 0) { 
      $cdata = dbarray($result); 
      if (checkgroup($cdata['download_cat_access'])) { 
         $res = 1; 
         opentable($locale['400'].": ".$cdata['download_cat_name']); 
         $rows = dbcount("(*)", "downloads", "download_cat='$cat_id'"); 
         if (!isset($rowstart) || !isNum($rowstart)) $rowstart = 0; 
         if ($rows != 0) { 
            $result = dbquery("SELECT * FROM ".$db_prefix."downloads WHERE download_cat='$cat_id' ORDER BY ".$cdata['download_cat_sorting']." LIMIT $rowstart,15"); 
            //s 
            $catdata = dbarray(dbquery("SELECT * FROM ".$db_prefix."download_cats WHERE download_cat_id='$cat_id'")); 
            $count = dbresult(dbquery("SELECT count(download_id) FROM ".$db_prefix."downloads WHERE download_cat='$cat_id'"), 0); 
            echo " 
            <table class='tbl-border' cellpadding='0' cellspacing='1' width='100%'> 
<tr> 
         <td class='tbl2' style='white-space: nowrap;' align='center' valign='middle' width='1%'><a class='small' href='downloads.php?cat_id=$cat_id' title='".$catdata['download_cat_name']."'><img src='images/dl_cats/".$catdata['download_cat_image']."' alt='".$catdata['download_cat_name']."' border='0'> 
</a></td> 
         <td class='tbl1' valign='top'><span><a class='small' href='downloads.php'>Siuntiniai</a> » ".$catdata['download_cat_name']."</span><br> 
         ".$catdata['download_cat_description']."<br><br>Siuntimų kategorijoje: <span class='small2'>$count</span></td> 
</tr> 
 
</table> 
 
<table cellpadding='0' cellspacing='0' width='100%'><tbody><tr> 
<td height='8'> 
</td> 
</tr> 
</tbody></table>"; 
            //e 
             
             
            $numrows = dbrows($result); $i = 1; 
            while ($data = dbarray($result)) { 
            $id = $data['download_id']; 
               if ($data['download_datestamp']+604800 > time()+($settings['timeoffset']*3600)) { 
                  $new = " <span class='small'>".$locale['410']."</span>"; 
               } else { 
                  $new = ""; 
               } 
               $time = $data['download_datestamp']; 
               $laikas = showdate( "%d.%m.%y", $time); 
               echo "<table width='100%' cellpadding='0' cellspacing='1' class='tbl-border'>\n"; 
               echo "<tr> 
<td colspan='5' class='forum-caption'> 
               <table style='border-collapse: collapse;' border='0' cellpadding='0' cellspacing='0' width='100%'> 
<tr> 
               <td width='1%'><a class='small' href='".FUSION_SELF."?d_id=".$data['download_id']."' title='Žiūrėti failą' style='font-weight: bold;'><img src='".IMAGES."down.png' alt='Žiūrėti failą' border='0'></a></td> 
 
               <td> <a class='small' href='".FUSION_SELF."?d_id=".$data['download_id']."' title='Žiūrėti failą' style='font-weight: bold;'><b>".$data['download_title']."</b></a> </td> 
               <td align='right'><span class='small2'><b>Pridėtas:</b> $laikas</span></td> 
               </tr></table></td> 
</tr>\n"; 
               echo "<td rowspan='2' class='tbl1' align='center' valign='middle' width='1%'><a class='small' href='".FUSION_SELF."?cat_id=$cat_id&download_id=".$data['download_id']."' title='Atsisiųsti Failą' style='font-weight: bold;'><img src='".IMAGES."download.png' alt='Atsisiųsti Failą' border='0'></a></td> 
               <td class='tbl1'>"; 
               echo '<embed type="application/x-shockwave-flash" src="http://www.zippyshare.com/mediaplayer/mediaplayer.swf?file=http://www'.$data['download_filesize'].'.zippyshare.com/downloadMusic?key='.$data['download_version'].'ay&type=flv" height="20" width="100%"></embed>'; 
               echo "</td>\n</tr>\n"; 
               echo "</table>\n"; 
                
               if ($i != $numrows) { echo "<div align='center'><img src='".THEME."images/blank.gif' alt='' height='15' width='1'></div>\n"; $i++; } 
            } 
            closetable(); 
            if ($rows > 15) echo "<div align='center' style='margin-top:5px;'>\n".makePageNav($rowstart,15,$rows,3,FUSION_SELF."?cat_id=$cat_id&")."\n</div>\n"; 
         } else { 
            echo $locale['431']."\n"; 
            closetable(); 
         } 
      } 
   } 
   if ($res == 0) redirect(FUSION_SELF); 
} 
} 
require_once "side_right.php"; 
require_once "footer.php"; 
?>
 
 
  
 
Kas pades tam +10
  |