Pradinis
Pagalba
Užsisakyk!
- Reklamą
- Hostingą
- El. pašto dėžutę
Užsisakyk!
Įrankiai
Pasidalink
- Visos temos
Forumas | Modai, įskiepiai, panelės (PHP-FUSION) | Mods, Panels & Infusions |
Autorius: DRAQ | Peržiūrų: 3623 |
DRAQ Narys Margas Pranešimai: 112 Įstojęs: 2007 Sau. 4 22:01:15 | |
<?php /* Created for PHP-FUSION 6.00 Copyright (c) 2005 Petter Paulsson http://www.php-fusion.se/ Gets itĀ´s name from panel administration. */ if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; } $result = dbquery("SELECT panel_name FROM ".$db_prefix."panels WHERE panel_filename = 'latest_images_panel'"); if (dbrows($result) != 0) { $data = dbarray($result); $panel_name = $data['panel_name']; } openside($panel_name); $result = dbquery("SELECT * FROM ".$db_prefix."photos ORDER BY photo_id DESC LIMIT 0,4"); if (dbrows($result) != 0) { while($data = dbarray($result)) { $itemsubject = trimlink($data['photo_id'], 23); $itemdescription = trimlink($data['photo_title'], 23); echo "<a href='".BASEDIR."photogallery.php?photo=".$data['photo_id']."' title='".$data['photo_title']."' class='side'><center> <img src='".BASEDIR."images/photoalbum/".$data['photo_id']."t.jpg' border='0'><br /> $itemdescription <p> </center></a>\n"; } } else { echo $locale['004']; } closeside(); ?> ant naujausios versijos kazkodel neveikia,nerodo foto gal kas turit veikiancia. prikabinau faila k4;l2;m2;l1;m2;m |
|
Walkman Narys Patrankų mėsa Pranešimai: 2 Įstojęs: 2008 Bir. 1 14:06:01 | |
kodel man neveikia? X rodo vietoj foto? padekit |
|
toon Narys Patrankų mėsa Pranešimai: 7 Įstojęs: 2008 Gru. 29 03:12:28 | |
Fusion V6, į paneles dėkit, jei kam reiks, rodys eilutėje 4 naujausias foto ;):if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; } |
Peršokti į forumą: |