Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bomy Island Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=80)
-   -   Web Album (https://forums.graalonline.com/forums/showthread.php?t=18989)

LiquidIce00 12-16-2001 03:16 AM

Web Album
 
I made a web album script,
I guess you are going to say "YOU LIEK STOLE IDEA FROM G2K1 SITE"
well . It reminded me of it.. but I wanted to make something like it a while ago and just never had the skill..
so when I started learning php (a week ago? ..or 2) I decided to make one, since php is very ez for me (web lang. r ez)
well if you want to see an example its at
http://www.unholynation.com/uploads/album.php

if you want the script files I will post .. also any input would be nice =)

MaximusP2P 12-16-2001 03:20 AM

i would like to see the script for it
it looks very nice
i was going to make a screenshot site but since im not good at php i can look at the code and teach myself then i can make a screenshot site where players get to upload screenshots

psichill 12-16-2001 03:40 AM

post it monkeee facee!

Torankusu 12-16-2001 03:42 AM

nice. :)

LiquidIce00 12-16-2001 05:11 AM

Here you go..
plz give me credit if you gonna use it .. ^_^

it has a readme.txt file that tells you how to set it up =)

Also does any one know of a way to keep people from leeching to your site? Like Angelfire ?
Brandon told me through .htaccess, but my server doesnt support that. If I cant find anything else, Ill have to script it so the image name doesnt show in the script (and possibly code the img names when you u/l so its hard to find them)

**edit**
I took out file, check next page for a new version w/o a bug. sorry^^
if you have installed it already just update the album.php (nothing else needs to be done)

LiquidIce00 12-16-2001 05:18 AM

1 Attachment(s)
here is a pic of the admin section..
I might add remove image per ID , instead of just Image name
and also I might add edit description.
Something I want to really add is name of who posted ;)

_0AfTeRsHoCk0_ 12-16-2001 06:10 AM

YEA YOU LIEK STOLD THE IDEA FROM 2K1 SITE

LiquidIce00 12-16-2001 06:22 AM

Quote:

Originally posted by _0AfTeRsHoCk0_
YEA YOU LIEK STOLD THE IDEA FROM 2K1 SITE
:(

_0AfTeRsHoCk0_ 12-16-2001 06:28 AM

Quote:

Originally posted by LiquidIce00


:(

Damn, I was supposed to put a ;) at the end to show I was just joking

TDO2000 12-16-2001 06:51 AM

Quote:

Originally posted by LiquidIce00
Here you go..
plz give me credit if you gonna use it .. ^_^

it has a readme.txt file that tells you how to set it up =)

Also does any one know of a way to keep people from leeching to your site? Like Angelfire ?
Brandon told me through .htaccess, but my server doesnt support that. If I cant find anything else, Ill have to script it so the image name doesnt show in the script (and possibly code the img names when you u/l so its hard to find them)

There is a server .htacces doesn't work at???
*running away crying cause of a destroyed view of world*

um have u put the right commands in this file or did u just add a file with this name in your folder?

LiquidIce00 12-16-2001 06:53 AM

Quote:

Originally posted by TDO2000


There is a server .htacces doesn't work at???
*running away crying cause of a destroyed view of world*

um have u put the right commands in this file or did u just add a file with this name in your folder?

well I used ReWrite Engine
it said it was not supported,
I might have done something wrong.
Can you post one that works 100% for u? thx

TDO2000 12-16-2001 07:02 AM

AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName DenyViaWeb
AuthType Basic


<Limit GET>
order allow,deny
deny from all
</Limit>


write this in a file called .htacces and the folder u put it in can't be accesed trough Browser (but perfectly with PHP or Perl Scripts)

cds96 12-16-2001 07:34 AM

LiquidIce you have some very nice talents there

yoshee15 12-16-2001 07:40 AM

looks really good

TDO2000 12-16-2001 07:42 AM

Quote:

Originally posted by cds96
LiquidIce you have some very nice talents there
because PHP isn't that hard if u know the syntax and know a little bit about coding... So u can make very good webscripts with it...
but Perl is better ;)

LiquidIce00 12-16-2001 12:27 PM

Quote:

Originally posted by TDO2000


because PHP isn't that hard if u know the syntax and know a little bit about coding... So u can make very good webscripts with it...
but Perl is better ;)

Perl isn't any better.. you can do basically the same things with php or Perl .. but in Perl its 10x more complicated .. even ASP is better then Perl ;P

LiquidIce00 12-16-2001 12:50 PM

1 Attachment(s)
Here is a bug fix, I just noticed it had a problem w/ listing max pages.
For example if there were 150 items and displayed 10 items per page, it would have 16 pages (with 16th page having no pics) and should be 15..

LiquidIce00 12-16-2001 02:03 PM

Quote:

Originally posted by TDO2000
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName DenyViaWeb
AuthType Basic


<Limit GET>
order allow,deny
deny from all
</Limit>


write this in a file called .htacces and the folder u put it in can't be accesed trough Browser (but perfectly with PHP or Perl Scripts)

[Sun Dec 16 06:58:30 2001] [alert] [client 24.51.205.209] /usr/local/apache/domains/u/n/unholynation.com/public_html/uploads/.htaccess: Invalid command 'order', perhaps mis-spelled or defined by a module not included in the server configuration
:(
I can make protect dirs by password though ..

AlkarenHyralt 12-16-2001 02:25 PM

PHP and Perl are simple languages. They can get very, difficult to understand though depending on what you are trying to do.

ninjaterd 12-16-2001 02:44 PM

wait wait wait.....i dont get wat ;chmod this folder to 777 permission' i dont get that.....and how do u do it

LiquidIce00 12-16-2001 02:50 PM

Quote:

Originally posted by ninjaterd
wait wait wait.....i dont get wat ;chmod this folder to 777 permission' i dont get that.....and how do u do it
get on ftp (I use CuteFTP), then right click the folder where your album is and goto chmod , then if there are little boxes check them all .. if u can type in the value in a box type 777 =)

ninjaterd 12-16-2001 02:56 PM

Quote:

Originally posted by LiquidIce00


get on ftp (I use CuteFTP), then right click the folder where your album is and goto chmod , then if there are little boxes check them all .. if u can type in the value in a box type 777 =)

k...wat website hosting do u use

Boozy_Bravo 12-16-2001 03:45 PM

Someone uploaded porn to your web album :(

LiquidIce00 12-16-2001 11:18 PM

Quote:

Originally posted by ninjaterd
k...wat website hosting do u use
from a friend kinda..
you have to be accepted and stuff its at
hosting.sin-enteirtainment.com (dunno if i spelled enteirtainment rite)
u have to be accepeted I believe.. I get xtras cuz i got the hook ups =)

LiquidIce00 12-16-2001 11:20 PM

Quote:

Originally posted by Boozy_Bravo
Someone uploaded porn to your web album :(
probably you..
on UN no1 had u/l'ed nething bad.. worse thing was a guy linking to a pic he u/l'ed (but he linked from his sig on my forums).
Guess you guys cant handle it

TDO2000 12-17-2001 12:25 AM

Quote:

Originally posted by LiquidIce00


Perl isn't any better.. you can do basically the same things with php or Perl .. but in Perl its 10x more complicated .. even ASP is better then Perl ;P

hmmm in my Opinion Perl is better (using it for 4 years and PHP for 1) but um PHP is very good too ;)

_AcidIce_ 12-17-2001 12:29 AM

Hi , if it wasn't for me , LiquidIce's name wouldn't be LiquidIce , k thanks bye

LiquidIce00 12-17-2001 12:34 AM

Quote:

Originally posted by _AcidIce_
Hi , if it wasn't for me , LiquidIce's name wouldn't be LiquidIce , k thanks bye
yeah you stole AcidIce from me thats why I had to make it Liquid


All times are GMT +2. The time now is 11:56 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.