September 10 2010 20:45:20
Navigation
Last Seen Users
BubbiOnline
thenebb< 5 mins
m1row00:19:27
wup00700:21:01
m3rik00:23:07
eWe00:23:14
ncuxap00:26:27
13ot19800:27:22
silveruno00:30:25
pojan00:32:07

Members: 16,277
Newest: pojan
Blogs
Diemux
» 18-09-2009 - Say ...
Diemux
» 10-07-2009 - Will...
Diemux
» 24-06-2009 - Blog...
elyn
» Elyn + Streamyx (...
Diemux
» 19-05-2009 - Thin...
Diemux
» 15-05-2009 - Week...
Diemux
» 13-05-2009 - Comp...
elyn
» Number 1925
Diemux
» Number One
Things to Do
Latest Articles
A tour through the n...
Protect your Fusion ...
Change your database...
Handling MySQL Datab...
Admin Control Panel ...
How to Secure Your I...
Show Content by Defa...
v7 | Add social book...
v7 | Custom MySQL er...
How To: A PM after r...
v7 | SEO friendly UR...
v7 | SEO friendly UR...
Comments Advanced Vi...
Auto-redirect to the...
A tour through PHP-F...

View all articles
Downloads v7
Currently popular Downloads

FusionBoard 4 4030
Video Gallery 2877
Professional Down... 2576
Photoalbum Mass U... 2524
Avatar Studio 2353
Extended Profile 1899
Button panel 1869
XHTML mod for mod... 1867
VArcade 2.1 1836
HighSlide Gallery... 1806

Latest Downloads


Bosnian Locale - PHP... 5
Multimedia Studio ve... 29
Post-Report 2
Post Report with pd_... 1
XHTML mod for modern... 1867
Pimped-Fusion v0.08.01 23
Update Package v0.08.01 4
Support Panel-Skype 25
Header Weather Widget 84
Forum Thread List Pa... 35

Latest 100
Downloads v6
Currently popular Downloads

Banner System v2.0.4 1708
Video Gallery 1214
Extreme Theme Editor 917
Fuzed Shoutbox 818
Seoname.php 756
Icon Package 2.0 702
Extended Profile ... 660
News.php 585
EXTboard 552
Tabbed welcome panel 532

Latest Downloads


Google Sitemap Fast 60
ExtBoard 1.2 385
EXTboard 552
v6.01.18 - v6.01.19 34
v6.01.19 FULL 93
Birthday 123
Moneybookers 47
User info 104
Link to us 262
jNews.php 346

Latest 100
Provider
PHPfusion-mods.net is hosted at:

110MB
HighSlide Gallery Infusion
Download: HighSlide Gallery Infusion Date Added 13.12.08
Category Photogallery And Video Author FlyingDuck
License CCPL 2.5 WebSite http://www.flyingduck.dk
PHP-Fusion
Version
v7.00.00 E-Mail
Version 2.3 Rating
Size 87.17 Kb down. Nr 1806
Description


Highslide Gallery for v7 of PHP-Fusion with a random photopanel.

Highslide is a script which shows those nice full screen images as top layer over your website. Great looks which make your website a bit more professional!

The Use of HighSlide is only allowed for non-commercial websites. When using it on a site which focus on making money you must purchase a license here:

http://vikjavev.no

EDIT: Updated to v2.3:

v2.3
- Validated the random photo panel
- Added Norwegian locales

v2.2
- Added SAFE MODE support.
Support Message
Can't get this infusion/mod working? Does your site return errors after installation?

Most mod/infusion creators have their own support forum, check their forum for support first before you ask here!

Check if FlyingDuck has a support forum. Click here.


Validation
Not yet validated to work on v7.00.06

Comments
#1fukngrvn on September 22 2008 04:16:54
fukngrvn
i get the below when i use this.

Notice: Use of undefined constant SAFEMODE - assumed 'SAFEMODE' in /virtual/users/e15514-16612/web/infusions/hsgallery_panel/hsgallery_panel.php on line 3
#2softtouch_ph on November 08 2008 04:55:43
softtouch_ph
I am getting the same error
#3Diemux on November 08 2008 14:34:06
Diemux
That error is caused due to PHP version differences (afaik). Do you have PHP 5 (and one of the latest versions)?

But I also suggest to ask help at flyingduck his website Smile
#4softtouch_ph on November 08 2008 15:26:05
softtouch_ph
Yesh, PHP Version 5.2.6
#5malaysia_jaya on November 22 2008 08:17:19
malaysia_jaya
it does'nt work...
it nothing happen at my panel
#6Diemux on November 22 2008 14:43:20
Diemux
Did you infuse it?
#7flyingduck on December 11 2008 23:14:49
flyingduck
Could you please download the latest from my new site

http://it-norden.....php?did=1

thanks
#8softtouch_ph on January 05 2009 14:12:54
softtouch_ph
Random Image Panel does not trigger the effect at all... do I miss something? It only works within the gallery itself.
#9Jacky on January 12 2009 17:52:01
Jacky
no comments in this infusion ot the photogallery??? thats Bad....
#10MTGap on January 23 2009 01:11:21
MTGap
Anyway to make it have the other things of highslide such as the gallery version:

http://highslide....
#11Nicke on March 05 2010 15:11:47
Nicke
Doesn't work to infuse, bad infusion.
#12nomy on April 23 2010 13:17:30
nomy
Fix:
hsgallery_panel.php
GeSHi: PHP
  1. <?php
  2. if (!defined("IN_FUSION")) { die("Access Denied"); }
  3.  
  4. add_to_head("<script type='text/javascript' src='".INFUSIONS."hsgallery_panel/highslide/highslide.js'></script>");
  5. add_to_head("<link rel='stylesheet' href='".INFUSIONS."hsgallery_panel/highslide/highslide.css' type='text/css' />");
  6.  
  7. if (file_exists(INFUSIONS."hsgallery_panel/locale/".$settings['locale'].".php")) {
  8. include INFUSIONS."hsgallery_panel/locale/".$settings['locale'].".php";
  9. } else {
  10. include INFUSIONS."hsgallery_panel/locale/English.php";
  11. }
  12.  
  13. //define("SAFEMODE", @ini_get("safe_mode") ? true : false);
  14.  
  15. $result = dbquery(
  16. "SELECT pa.album_id,pa.album_title,ph.photo_id,ph.photo_title,ph.photo_thumb1,pa.album_access
  17. FROM ".DB_PHOTO_ALBUMS." pa, ".DB_PHOTOS." ph
  18. WHERE ".groupaccess('pa.album_access')."
  19. AND pa.album_id = ph.album_id
  20. ORDER BY RAND() LIMIT 0,1"
  21. );
  22.  
  23.  
  24. if (dbrows($result) == 1) {
  25. openside($locale['hsg103']);
  26. $data = dbarray($result);
  27. echo "<div style='text-align:center'>\n<a href='".INFUSIONS."hsgallery_panel/photogallery.php?photo_id=".$data['photo_id']."' class='highslide'>\n";
  28. echo "<img src='".PHOTOS.'/album_'.$data['album_id']."/".$data['photo_thumb1']."' title='".$data['photo_title']."' alt='".$data['photo_title']."' width='140' /></a><br />\n";
  29. echo "<a href='".INFUSIONS."hsgallery_panel/photogallery.php?photo_id=".$data['photo_id']."'>".$data['photo_title']."</a><br />".$data['album_title']."</div>\n";
  30. closeside();
  31. //print_r($data);
  32. }
  33. ?>
Parsed in 0.077 seconds, using GeSHi 1.0.7.20
#13gozoc on July 12 2010 16:11:29
gozoc
This mod is no longer available .... WHY ???
Why can the people hold there pages and links ??
My wuschelkiste is available since 10 years ...
#14tkrouzek on September 07 2010 17:39:40
tkrouzek
MY FIX IS HERE :
hsgallery_panel.php
PHP FUSION 7.01

GeSHi: PHP
  1.  
  2. <?php
  3. if (!defined("IN_FUSION")) { die("Access Denied"); }
  4.  
  5.  
  6. add_to_head("<script type='text/javascript' src='".INFUSIONS."hsgallery_panel/highslide/highslide.js'></script>");
  7. add_to_head("<link rel='stylesheet' href='".INFUSIONS."hsgallery_panel/highslide/highslide.css' type='text/css' />");
  8.  
  9. if (file_exists(INFUSIONS."hsgallery_panel/locale/".$settings['locale'].".php")) {
  10. include INFUSIONS."hsgallery_panel/locale/".$settings['locale'].".php";
  11. } else {
  12. include INFUSIONS."hsgallery_panel/locale/English.php";
  13. }
  14.  
  15.  
  16. $result = dbquery(
  17. "SELECT pa.album_id,pa.album_title,ph.photo_id,ph.photo_title,ph.photo_thumb1,pa.album_access
  18. FROM ".DB_PHOTO_ALBUMS." pa, ".DB_PHOTOS." ph
  19. WHERE ".groupaccess('pa.album_access')."
  20. AND pa.album_id = ph.album_id
  21. ORDER BY RAND() LIMIT 0,1"
  22. );
  23.  
  24.  
  25. if (dbrows($result) == 1) {
  26. openside($locale['hsg103']);
  27. $data = dbarray($result);
  28. echo "<div style='text-align:center'>\n<a href='".INFUSIONS."hsgallery_panel/photogallery.php?photo_id=".$data['photo_id']."' class='highslide'>\n";
  29. echo "<img src='".PHOTOS.$data['photo_thumb1']."' title='".$data['photo_title']."' alt='".$data['photo_title']."' width='140' /></a><br />\n";
  30. echo "<a href='".INFUSIONS."hsgallery_panel/photogallery.php?photo_id=".$data['photo_id']."'>".$data['photo_title']."</a><br />".$data['album_title']."</div>\n";
  31. closeside();
  32. }
  33. ?>
  34.  
  35.  
Parsed in 0.072 seconds, using GeSHi 1.0.7.20


Bye, Tkrouzek.
Post Comment
Please Login to Post a Comment.
Ratings
Rating is available to Members only.

Please login or register to vote.

Awesome! Awesome! 33% [1 Vote]
Very Good Very Good 0% [No Votes]
Good Good 0% [No Votes]
Average Average 0% [No Votes]
Poor Poor 67% [2 Votes]


Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Our Coders
Smokeman
Rizald 'Elyn' Maxwell
Diemux
Netrix
Donate
Shoutbox
You must login to post a message.

10/09/2010 12:02

10/09/2010 11:37
@Splash: Well now I've tried that - but it didn't work. Spam removed again today.

08/09/2010 03:23
120 . 32 . * . *

08/09/2010 03:22
Block IP range from China and bye bye spammer. Big Smile

06/09/2010 13:00
@smokeman: my shout was not adressed to a special person. Fusion-Mods and Fusion-Main sites have the same problems with stupid spammers. Wink

06/09/2010 10:02
@MarcusG: I agreed with you but I can't do anything about it. It's Diemux that stands for that part of the site.

06/09/2010 09:21
This SPAM really SUX, especially when there are solutions to fight it. I have NO (ZERO) Spam on my site.

06/09/2010 04:18
I think someone break Fusion captcha.

04/09/2010 09:32
Spam deleted.

04/09/2010 08:09
Try this to fight the SPAM: KLICK ME HARD Or THIS

Advertiser
One-click Translation
Translate This Site

Render time: 0.73 seconds 5,416,134 unique visits