Web Programmers Needed

User avatar
Phade
Site Admin
Joined: Fri Oct 20, 2000 10:49 pm
Location: Little cabin in the woods...
Org Profile

Web Programmers Needed

Post by Phade » Sun Jan 19, 2003 12:12 am

[note: don't follow the directions to sign up in this message. Instead, use the usergroups button. Thanks --- derobert.]

Hey All,

Sorta like "Jack and the Bean Stalk", this site just keeps growing and growing and growing. But, it's getting to the point where it is difficult for just one person to maintain everything and keep everything up-to-date in a timely manner. So, if you are a web programmer (not really a designer) and would like to help out with some site sections, fill out and submit this programmers sign-up form. Your help is greatly appreciated!

In addition to regular HTML, the site currently uses PHP (http://www.php.net) as the main site scripting language and MySQL (http://www.mysql.com) as the database. Currently, the only prefabricated chunk of code used on the site is the forum (http://www.phpbb.com). If you have web programming skills and would like to help out, please fill out and submit the following form.

Phade.

User avatar
shinji13
Joined: Sat Mar 29, 2003 4:40 pm
Location: Seattle, WA
Contact:
Org Profile

Re: Web Programmers Needed

Post by shinji13 » Thu Jul 10, 2003 11:28 pm

I think you would have a better chance if you were using html.Of course only because i know html, to bad this wasn't happening in 3 months once i finish learning html im going to start PHP but i don't know how long it will take me to finish html i know a lot.Good Luck!!!!
"The secret to creativity is knowing how to hide your sources." - Albert Einstein

User avatar
derobert
Phantom of the .Org
Joined: Wed Oct 24, 2001 8:35 am
Location: Sterling, Virginia
Contact:
Org Profile

Re: Web Programmers Needed

Post by derobert » Fri Jul 11, 2003 3:21 am

shinji13 wrote:I think you would have a better chance if you were using html.
You can't do dynamic content in plain HTML. .org would be fairly boring if it weren't dynamic.
Key 55EA59FE; fingerprint = E501 CEE3 E030 2D48 D449 274C FB3F 88C2 55EA 59FE
A mighty order of ages is born anew.              http://twitter.com/derobert

User avatar
Deaths_ally
Joined: Fri Jan 10, 2003 12:05 am
Location: A hole in the floor
Contact:
Org Profile

Re: Web Programmers Needed

Post by Deaths_ally » Fri Jul 11, 2003 3:57 am

derobert wrote:
shinji13 wrote:I think you would have a better chance if you were using html.
You can't do dynamic content in plain HTML. .org would be fairly boring if it weren't dynamic.
not only that.. the number of pages that would have to be made would be massive.. over 50k members and about 30+ pages... now work that out.. then there is the fact new members join every hour or so..

html is a waste of time these days.. I'm trying to learn php for my site...

User avatar
derobert
Phantom of the .Org
Joined: Wed Oct 24, 2001 8:35 am
Location: Sterling, Virginia
Contact:
Org Profile

Re: Web Programmers Needed

Post by derobert » Fri Jul 11, 2003 8:43 am

Deaths_ally wrote:not only that.. the number of pages that would have to be made would be massive.. over 50k members
<ul><li>2006 anime and non-anime listings<li>4147 musical artists<li>120,622 banner ad votes<li>1,292 banners<li>29,163 journal entries<li>69,899 link problems :oops:<li>84747 members<li>30,333 opinions<li>185,509 current forum postings<li>9,991 songs<li>60,114 votes on the star scale<li>3,218 studios<li>19,837 videos</ul>

Overall, the .org database contains 7,750,789 rows of data. And I'm sure its grown by the time I manage to hit "Submit"
Key 55EA59FE; fingerprint = E501 CEE3 E030 2D48 D449 274C FB3F 88C2 55EA 59FE
A mighty order of ages is born anew.              http://twitter.com/derobert

User avatar
shinji13
Joined: Sat Mar 29, 2003 4:40 pm
Location: Seattle, WA
Contact:
Org Profile

Re: Web Programmers Needed

Post by shinji13 » Sat Jul 12, 2003 8:14 pm

I didn't know that shitt, besides i was only talking about the amount of people who know it, more people know html than php.
"The secret to creativity is knowing how to hide your sources." - Albert Einstein

User avatar
jonmartensen
Joined: Sat Aug 31, 2002 11:50 pm
Location: Gimmickville USA
Org Profile

Re: Web Programmers Needed

Post by jonmartensen » Sat Jul 12, 2003 9:28 pm

derobert wrote:<ul><li>69,899 link problems :oops:</ul>
Though, to be fair, aren't most of those related to links posted by members to offsite pages/files from their video page?
Image

User avatar
Phade
Site Admin
Joined: Fri Oct 20, 2000 10:49 pm
Location: Little cabin in the woods...
Org Profile

Post by Phade » Sun Jul 13, 2003 9:56 am

Hey jonmartensen,

Yeah, those problems are from video creators putting in bad links or just letting the links get old. The site has no direct control over the target of those links. Hmmmm, a script to detect 404s would be cool...

Phade.

User avatar
Clara Yuri Asaki
Joined: Thu Aug 15, 2002 1:37 pm
Location: Where the Goddesses sleep in each other's arms peacefully... Loves: Shoujo-Ai and Yuri
Contact:
Org Profile

*wants to help!* ^_^7

Post by Clara Yuri Asaki » Sun Jul 27, 2003 3:46 pm

Phade wrote:Hmmmm, a script to detect 404s would be cool...
This mod from phpbb.com detects if a remote Avatar works before displaying it. (it displays no Avatar instead of a red X if it can't be found/loaded) Anyways, maybe the code for detecting broken links is similiar? :?:
Image Image Image
- ^_^ Love and more love! ^_^ -

Nightl3lade
Joined: Wed Aug 20, 2003 9:12 pm
Location: IL
Contact:
Org Profile

Re: *wants to help!* ^_^7

Post by Nightl3lade » Thu Aug 21, 2003 11:29 am

Clara Yuri Asaki wrote:
Phade wrote:Hmmmm, a script to detect 404s would be cool...
This mod from phpbb.com detects if a remote Avatar works before displaying it. (it displays no Avatar instead of a red X if it can't be found/loaded) Anyways, maybe the code for detecting broken links is similiar? :?:
try something like this...(not saying this is gonna be perfect)

Code: Select all

<?php
if(getimagesize("link/to/img/picture.jpg" == "0"){
echo "<img src="link/to/img/picture.jpg"";
}
else{}
?>
-Mark

Locked

Return to “Site Announcements”