Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nightfallsnet

Pages: [1]
1
Hello.. I had a pretty popular site hdgif.com proudly running 4images.. I whent to check on the site today and my  home page is completely blank at hdgif.com/home

After some trouble shooting I realized my host got rid of PHP 5.2 and migrated all of my sites to 5.4.. Could this be this issue?

if not i am very confused..  :roll: :idea: :?: :cry:

please help  :cry:

Also can you please link me to the best method to manually upgrade 1.7.9 to 1.7.11 having issues finding on the forum, I have allot of mods so I'm a little scared.

THANKS!

2
My first MOD! came about when none of the Auto-thumbnailers were working with my HQ gifs. So I made it so they are still images until mouse-over - it previews the actual file.
you see this on Video/porno websites..
I also made it so that width is a percentage = fluid thumbnail layout.  8)

Demo: hdgif.com/home (images need buffering period, you'll see)

located in includes/functions.php

FIND:

    else {
      
$file_src get_file_path($thumb_file_name"thumb"$cat_id01);
      
$image_info = @getimagesize($file_src);
      
$width_height = (!empty($image_info[3])) ? " ".$image_info[3] : "";
      
$thumb "<img src=\"".$file_src."\" border=\"".$config['image_border']."\"".$width_height." alt=\"".format_text($image_name2)."\" title=\"".format_text($image_name2)."\" />";
    }


REPLACE WITH:


    else {
      
$file_src get_file_path($thumb_file_name"thumb"$cat_id01);
      
$orig_src get_file_path($thumb_file_name"media"$cat_id01);
      
$image_info = @getimagesize($file_src);
      
$width_height = (!empty($image_info[3])) ? " ".$image_info[3] : "";
       
$thumb "<img onmouseover=\"(src='$orig_src')\" src=\"".$file_src."\" onmouseout=\"(src='$file_src')\" width=\"90%\" class=\"pic\" border=\"0\"  alt=\"".format_text($image_name2)."\" title=\"".format_text($image_name2)."\"/>";
    }


Any suggestions?

REQUESTs:

In IE i need to fix the width.. how do i add width="90%" into string - onmouseover=\"(src='$orig_src')\"  ??

For the Lightbox Page I want to use the "media" source instead of the "thumb" so that they are animated - help here would be cool...

Also If you go to my Lightbox page and click on an image i get a 404 error  :? any help with that would be great

Hope you like my lil mod  :lol:
THNX!






3
Hey guys!
first of all want to say that i have spent the last 4 hours searching, reading, and messing with my 4images install..
really love the software and I am looking forward to making it fit my needs..


A little about my project:
I am setting up a site HDgif.com It will be the home of Animated Gifs w/ 720p and 1080p resolution (technically just sized at 720 and 1080)
But these gifs are real Big, Nice, And Huge and i want to make my 4gifs reflect that. If my thumbnails are 600px wide.. im ok with that
you know?

So Here are some things i want to do.. maybe you guys have some suggestions for a beginner Mod-er. I know that some of them are in the forums already, but
just a lil refresher on which mods are Sound & working on 1.7.9 - I am most likely going to hire a developer to MOD 4images even further.


IDEAL 4IMAGES MODWould be cool if everything was contained in a viewer like COOLIRIS or TiltViewer (saw that MOD) but all catagories, login, comments, uploads, where accessed through the panel with the gallery as a dynamic wall in the background.. If somebody wants to work with my on this or they have a price they would do it for.. i dont think it would be THAT hard.. essentailly it would just be modifying some PHP for the viewer to reflect :newimages :topImages :catagories :imagesbyuser etc.. all of the interface could be divs hovering over it with slick css (im good at slick css)  :mrgreen:
xxx: coolirisxxx:  


4 now though have my sights set on these mods..
- First of all i need HQ animated thumbnails!! ImageMagik?
- Want Categories as list in the sidebar
- Want a MINIMUM size.. so users cant upload 600px wide gifs (thats not HD) want the minimum to be 1280X720px  :idea:
- Want a sleek upload page or slide down upload.. maybe could retr0-fit the slide down login? http://www.4homepages.de/forum/index.php?topic=26860.0
- coolest rating system?
-be cool to have multi-size download http://www.4homepages.de/forum/index.php?topic=22741.0... but i dont think its working with animated gifs

- Any suggestions / cool stuff i should know about...?? really just putting this post up to get some New ideas going..

4images ruulleez!!!   :twisted: :twisted: :twisted: :twisted:

-JUDE


HDGIF.com/home
thunderhorsevideo.com
night-falls.net



 (whis)

Pages: [1]