TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 02, 2024, 01:41:08 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,178
  • Total Topics: 21,220
  • Online today: 136
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 151
  • Total: 151

Supporters

Started by HaxXxoR, March 21, 2006, 03:39:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Swampy

do we really have to put up with this dribble to get a simple answer?

BCB

Swampy sorry if you maybe thought I was rude, but to me it is in English, that is why I asked what you ment by English.

So again with out the attempt at humor, What do you mean when you say in English? I have this on my site and it is in English.

Swampy

I don't read code, so if you read back in the thread someone had commented about ...is it possible to get it in english, since there was only one block of code in this thread the assumption was it isn't english, excuse my ignorance....but must of us are just learners.

BCB

#13
ok I know think I understand what your meaning,


If you take and open up say Textpad, or Notepad  and copy and paste the following
<?php

//if( eregi( "block-slinks.php", $_SERVER['SCRIPT_NAME'])) {
//   Header("Location: index.php");
//   die();
//}
//global $prefix;
//if ($themesidebox == 0) {

// USE BELOW FOR EDIT YOUR LINKS

$scroll "<center><a target=\"_blank\" href=\" http://union-of-saints.com\"><img src=\"/Site/Blocks/images/UOSsmall.gif\" border=\"0\"   title=\"http://union-of-saints.com\"alt=\"Union Of Saints \"></a></center><br>";

$scroll .= "<center><a target=\"_blank\" href=\" http://mlk.bhdstalker.co.uk/\"><img src=\"/Site/Blocks/images/MLK.gif\" border=\"0\"   title=\"Mid-Life-Killers\"alt=\"Mid-Life-Killers \"></a></center><br>";

$scroll .= "<center><a target=\"_blank\" href=\" http://www.trdsquad.com/Site/index.php?action=pm;sa=send;u=9 \"><img src=\"images/IMAGEHERE.JPG\" border=\"0\"   title=\"Put me here\"alt=\"I want my link here \"></a></center><br>";
// END OF THE EDITING LINKS AREA


// If you want it scrolls faster change the amount of marquee scrollamount below
// If you want it scrolls from top the bottom change the direction from up to down
echo "<marquee scrollamount=\"1\" direction=\"up\" onMouseOver=\"this.stop()\" onMouseOut=\"this.start()\" loop=\"true\">$scroll</marquee>";

// If you want you can keep your logo here as static,if you dont want simply put // of the beginning next 2 lines
$scroll .= "<center><a target=\"_blank\" href=\" http://www.trdsquad.com\"><img src=\"images/FILENAME.JPG\" border=\"0\"   title=\"TRDSQUAD.COM\"alt=\"TRDSQUAD.COM\"></a></center><br>";

//}


?>


and then go to file and save, when the window comes up to save it
click on save "Save as type" and select all files,  then neame the file something like scroller.php, then simply upload the file to your Tiny Portal Directory, I have mine in a directory called Blocks to keep them seperate. Then go to the Control Panel for your Site and Edit the Blocks. add a new one where ever you want it placed and Select phpbox.  once that window comes up tell it to look for that file in the place you have it.  For instance I named my file block-slinks.php, and I have it in my Blocks directory on my Site so I put
include ("Blocks/block-slinks.php");
in the body of the phpbox.

if you need any other help I would be glad to help you.

Also in the above code you will need to change some things such as the images, and the URL of the sites that are the links.


I guess it would help if you had my msn info or something,  msn= abigcrybaby@hotmail.com   HHEHEHEH there is a joke behind that one too....

Swampy


Xarcell

Swampy it's better to say "with instruction" rather than "in english".

Swampy