Danke an die Allwissenden

verwendete ilchClan Version: 1.1 N
betroffene Homepage: externer Link
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 | <a href="URL" rel="gb_imageset[IMAGESET]">BLABLA</a> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | <!-- PIC OF X Start GreyBox--><head> <script type= "text/javascript" > var GB_ROOT_DIR = "include/includes/func/js/greybox/" ; </script> </head> <link href= "include/includes/func/js/greybox/gb_styles.css" rel= "stylesheet" type= "text/css" /> <script type= "text/javascript" src= "include/includes/func/js/greybox/AJS.js" ></script> <script type= "text/javascript" src= "include/includes/func/js/greybox/AJS_fx.js" ></script> <script type= "text/javascript" src= "include/includes/func/js/greybox/gb_scripts.js" ></script> <!-- End GreyBox--> <?php /* IlchClan Pic of the X modul -------------------------------------------------------------| Copyright : Copyright by Manuel | E-Mail : Webmaster@ilch.de | Internet : www.ilch.de | Version : v.1 | Lastupdate : 20.12.2005 | Modul Copyright : C by David | ------------------------------------------------------------*/ defined ( 'main' ) or die ( 'no direct access' ); $svResult = db_query( 'SELECT * FROM prefix_allg WHERE k = \'picofx\'' ); while ( $saRow = db_fetch_assoc( $svResult )) { $picofxOpts [ $saRow [ 'v1' ]] = $saRow [ 'v2' ]; } //var_dump($picofxOpts); $picofxNow = date ( 'Y-m-d' ); // pruefen ob das bild gewechselt werden muss. if ( $picofxOpts [ 'nextchange' ] == $picofxNow || $picofxOpts [ 'nextchange' ] < $picofxNow ) { $picofxOpts [ 'pic' ] = @db_result(db_query( "SELECT id FROM prefix_usergallery ORDER BY RAND() LIMIT 1" ),0); if (! empty ( $picofxOpts [ 'pic' ])) { $picofxOpts [ 'pic' ] .= '.' .@db_result(db_query( "SELECT endung FROM prefix_usergallery WHERE id = " . $picofxOpts [ 'pic' ]),0); } $picofxNextChange = date ( 'Y-m-d' , time() + 3600 * 24 * $picofxOpts [ 'interval' ]); // geaendertes pic in db speichern db_query( 'UPDATE prefix_allg SET v2 = \'' . $picofxOpts [ 'pic' ] . '\' WHERE k = \'picofx\' AND v1 =\'pic\' LIMIT 1' ); db_query( 'UPDATE prefix_allg SET v2 = \'' . $picofxNextChange . '\' WHERE k = \'picofx\' AND v1 =\'nextchange\' LIMIT 1' ); } $picofxThumb = 'img_thumb_' . $picofxOpts [ 'pic' ]; if ( $picofxOpts [ 'pic' ] != '' AND file_exists ( 'include/images/usergallery/' . $picofxThumb )) { $picofxThumb = 'img_thumb_' . $picofxOpts [ 'pic' ]; $picofxImg = getimagesize ( 'include/images/usergallery/' . $picofxThumb ); if ( $picofxImg [0] < $picofxOpts [ 'picwidth' ]) { $picofxImg [1] = @ ceil (( $picofxImg [1] / $picofxImg [0]) * $picofxOpts [ 'picwidth' ]); $picofxImg [0] = $picofxOpts [ 'picwidth' ]; } $imgformate = array ( ".jpg" , ".gif" , ".png" , ".JPG" , ".GIF" , ".PNG" , ".jpeg" , ".JPEG" ); $pxidaus = str_replace ( $imgformate , '' , $picofxOpts [ 'pic' ]); $userid = db_result(db_query( "SELECT uid FROM prefix_usergallery WHERE id = " . $pxidaus ),0); $besch = db_result(db_query("SELECT besch FROM prefix_usergallery WHERE id = ".$pxidaus." LIMIT 1"),0); $picbesch = substr ( $besch ,0,18). '...' ; $ergu = db_query("SELECT id,name FROM prefix_user WHERE id = ".$userid." LIMIT 1"); while ( $rowu = db_fetch_object( $ergu ) ) { echo '<table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td align="center">' ; echo '<a rel="lightbox" href="include/images/usergallery/img_' . $picofxOpts [ 'pic' ]. '"class="highslide" onclick="return hs.expand(this)"><img src="include/images/usergallery/' . $picofxThumb . '" width="' . $picofxImg [0]. '" height="' . $picofxImg [1]. '" alt=""></a>' ; echo '</td></tr></table><div align="center"><font size="-2"><i>' . $picbesch . '</i></font></script>' ; } } else { echo $lang [ 'nothingavailable' ]; } ?> |
Geschlossen | ||
![]() |
Zurück zu Module und Modifikationen |