Jump to content

casperboy77

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

casperboy77's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Yes that is eactly what I am saying.  I've tried the proxy servers that some people suggest but they don't work very well at all.  I was thinking of trying UltraVNC but I can't install software on work's computer.  What is wierd is they have Pogo.com blocked but like addictinggames.com and miniclip.com all work.  I actually had paid for a membership on Pogo.com and of all the sites work blocked Pogo, LOL.  It isn't intentionally block for staff, but they don't want kids to be able to get into it.  Anybody know of an easy way to do this?  Thanks.
  2. I have a challenging question.  At work they have a proxy server and they have pogo.com filtered out.  They also have something called "Blue Coat Security".  The reason Pogo is blocked because they have it labled as Gambling.  They make sure that kids can't get on them type of sites.  However staff is also blocked out from this.  Anyways here is my question.  I want to setup a webserver at home or something of the sort.  I also have many sites on my webhosting that I buy, so if there is a trick that could be done that I can upload to my webhosting that would be even better.  Anyways I want to make a website lets say: www.anyname.com and when you goto that link it would log into my webserver and somehow display pogo.com.  The problem is the proxy at work can't know that it is pogo.  I tried using iframes etc, they don't work.  The only thing I can think of that might work would be like a remote access or something.  Does anyone have any ideas how this can be done?  Sorry I am so bad at explaining things.  Thank you very much.
  3. Little Guy, Thanks that worked!  Any ideas for the second part of my original question?  Thanks so much, that corrected the first problem for me. -Jim
  4. Hello I am using a free picture gallery software from: [url=http://www.saurdo.com/?p=75]http://www.saurdo.com/?p=75[/url]  How it works is it just looks into the folders and displays the images in the folder in a gallery.  For the Gallery topics it uses the original folders name.  Most of the gallery works fine even with the spaces in the folders name.  When you click on an image that is in a gallery if it is in a folder with spaces in the name it will display just fine.  But when that picture is open there are options under the picture one of the options is "Full sized".  If you click on that and lets say the folders name is: "These are cool", then it attempts to open a folder named "These" which results in an error.  It seems like once there is a space it only uses the first word in the folder's name.  I'm not too good with php so any help is appreciated.  Below is the code that I think is the problem: echo '<a href="./gallery/img.php?file='.$currentdir.$img.'&thumb=0" class="linkopacity" rel="lightbox['.$currentdir.']" title="View Preview" id="<ul><li>Full sized - <a href='.$gallery_address.$currentdir.$img.' target=_blank>'.$img.'</a></li><li><a href='.$_SERVER['PHP_SELF'].'?file='.$currentdir.$img.' target=_blank>Detailed information</a></li></ul>"><img src="./gallery/img.php?file='.$currentdir.$img.'&thumb=1"></a>'; If that isn't the code then the above link to the program will let you download it for free.  It is a very small script and very few files.  ---------------------------- Ok that was my first question.  Here is my second question: When you click on an image in the gallery you get two options that appear below the picture that pop's up.  One for "Full sized" and the other is: "Detailed Information"  Detailed Information uses Exif data (whatever that is), my hosting server doesn't have that so this option doesn't work.  There are instructions in the supplied readme to delete the Detailed Information link if you don't have a working Exif.  Anyways I don't want to delete it.  This is what I would like to do:  I want to make a text file that has the same name as the picture (ex. image1.jpg, image1.txt), In the text file I want to custom type my own discription and have it display when the person clicks on "Detailed Information".  Lastly if a particular image doesn't have a text file with it I would like it to either say: No Information available, or simply not display the "Detailed Information" link.  Again I don't have much knowledge of php at all.  Any help is so greatly appreciated.  Thanks in advance! -Jim
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.