Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Blocks
Author Message
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm



Joined: Aug 13, 2009
Posts: 1123

PostPosted: Tue Oct 22, 2013 8:41 am Reply with quote

You are right neralex, this was not a good example but I get the point. Thanks for crarifying.
 
View user's profile Send private message
draxx
Involved
Involved



Joined: Nov 19, 2003
Posts: 282

PostPosted: Thu Nov 21, 2013 1:09 pm Reply with quote

Here ya go hicux:

Code:


<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Moon & Sun Block v.1.0                                               */
/* ======================                                               */
/*                                                                      */
/* Copyright (c) 2002 by Chris Karakas <chris@karakas-online.de>        */
/* http://karakas-online.de                                             */
/*                                                                      */
/* http://tycho.usno.navy.mil/cgi-bin/phase.gif                         */
/* http://umbra.nascom.nasa.gov/images/latest_eit_304_thumbnail.gif     */
/*                                                                      */
/*                                                                      */
/************************************************************************/


if ( !defined('BLOCK_FILE') ) {
    Header('Location: ../index.php');
    die();
}

$moonurl = "http://tycho.usno.navy.mil/cgi-bin/phase.gif";
$sunurl = "http://umbra.nascom.nasa.gov/images/latest_eit_304_thumbnail.gif";
$updateurl1 = "http://aa.usno.navy.mil/data/docs/RS_OneDay.html";
$updatetext1 = "Update by U.S. Naval Observatory";
$alttext1 = "Click here for more information";
$updateurl2 = "http://umbra.nascom.nasa.gov/eit/images/latest_eit_304.gif";
$updatetext2 = "Update by NASA Goddard Space Flight Center";
$alttext2 = "Click here for a larger image";

$content = "<table align=center>";
$content .= "<tr><td>";

$content .= "<center><a href=\"$updateurl1\" target=\"_blank\">$updatetext1</a></center><br>";
$content .= "</td></tr>";
$content .= "<tr><td>";
$content .= "<center><A HREF=\"$moonurl\" target=\"_blank\"><IMG SRC=\"$moonurl\" alt=\"$alttext1\" height=140 width=140></A></center>";
$content .= "</td></tr>";
$content .= "<tr><td>";
$content .= "<center>Moon</center>";
$content .= "</td></tr>";
$content .= "<tr><td>";
$content .= "<center><a href=\"$updateurl2\" target=\"_blank\">$updatetext2</a></center><br>";
$content .= "</td></tr>";
$content .= "<tr><td>";
$content .= "<center><A HREF=\"$sunurl\" target=\"_blank\"><IMG SRC=\"$sunurl\" alt=\"$alttext2\" height=140 width=140></A></center>";
$content .= "</td></tr>";
$content .= "<tr><td>";
$content .= "<center>Sun</center>";
$content .= "</td></tr>";
$content .= "<tr><td>";
$content .= "</td></tr>";
$content .= "</table>";

?>

 
View user's profile Send private message
hicuxunicorniobestbuildpc







PostPosted: Thu Nov 21, 2013 5:35 pm Reply with quote

I had that already but thanks draxx, that one is very old and it is calling images from a very slow us site. I went on another direction which is working fine now.
 
draxx







PostPosted: Fri Nov 22, 2013 1:20 am Reply with quote

Oh is it slow? Maybe for you in the Netherlands it is slow - it is faster than google ads for me in the USA! Smile

I tried yours - it didn't work for me.
 
hicuxunicorniobestbuildpc







PostPosted: Fri Nov 22, 2013 2:30 am Reply with quote

I guess u didn't read the whole post. Anyway I zipped it up so u and others can use it. I works with me and it is validated.

Download Link
http://www.bestbuildpc.org/download-file-106.html

U don't need to register
Wink
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Blocks

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©