View Single Post
  #8  
Old 14th November 2014, 17:28
WhyMe WhyMe is offline
Banned
 
Join Date: Apr 2014
P2P
Posts: 160
Default
ok ive now made this working now i have to set a popup now for it on click it looks like a recode of it joe

PHP Code:
<html>
<
head>
<
center><a href="tsf_gallery_readme.php" onMouseover="ddrivetip('SITENAME offers you a image storage area to store all your pictures you choose to use on the SITENAME.  Upload your pictures to the SITENAME Gallery Storage to help reduce load times from pulling your pictures from outside of the server. <br>Click the Link to upload a picture now.', 250)"onMouseout="hideddrivetip()"><font color=#0000A0>Upload Image to Image Gallery</font></a></center>
</head>
</
body
Or add a plungin call it Gallery

PHP Code:
<?php
if (!defined('TS_P_VERSION')){
    
define('TS_P_VERSION''1.1 by xam');
}
// Security Check.
if (!defined('IN_PLUGIN_SYSTEM')){
     die(
"<font face='verdana' size='2' color='darkred'><b>Error!</b> Direct initialization of this file is not allowed.</font>");
}

// BEGIN Plugin: gallery
$gallery '
<!-- begin gallery -->
<center>Click the Link to upload a picture.<br /><a href="tsf_gallery_readme.php" ><font color=#0000A0>Upload Image to Image Gallery</font></a></center>
<!-- end gallery -->'
;
// END Plugin: gallery
?>

Last edited by WhyMe; 14th November 2014 at 17:57.
Reply With Quote
The Following User Says Thank You to WhyMe For This Useful Post:
Marco (5th December 2014)