Author Topic: ospap - Alpha1  (Read 27576 times)

0 Members and 1 Guest are viewing this topic.

Offline deadly7

  • 42
  • x86
  • Hero Member
  • *****
  • Posts: 6496
    • View Profile
Re: ospap - Alpha1
« Reply #15 on: September 15, 2005, 09:34:33 pm »
haha ron that thing is leet. You got pwned by the backstabbers. ;)
[17:42:21.609] <Ergot> Kutsuju you're girlfrieds pussy must be a 403 error for you
 [17:42:25.585] <Ergot> FORBIDDEN

on IRC playing T&T++
<iago> He is unarmed
<Hitmen> he has no arms?!

on AIM with a drunk mythix:
(00:50:05) Mythix: Deadly
(00:50:11) Mythix: I'm going to fuck that red dot out of your head.
(00:50:15) Mythix: with my nine

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ospap - Alpha1
« Reply #16 on: September 15, 2005, 11:02:08 pm »
Woah, 2 replies since I was fixing stuff!

Anyways, I just updated to ALPHA2.  It has the changes I suggested for myself in the first post.

My new to-do list:
- Show a "last updated" on each page
- On the main page, show categories/total pictures
<edit> - Number of comments
<edit> - Email on new comment to one of my images
<edit> - (Optional) Email on any new picture
« Last Edit: September 15, 2005, 11:52:23 pm by iago »

Offline Blaze

  • x86
  • Hero Member
  • *****
  • Posts: 7136
  • Canadian
    • View Profile
    • Maide
Re: ospap - Alpha1
« Reply #17 on: September 15, 2005, 11:37:39 pm »
Alpha 2's comments are a good idea. :)

Very good job so far iago.
And like a fool I believed myself, and thought I was somebody else...

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: ospap - Alpha1
« Reply #18 on: September 15, 2005, 11:39:22 pm »
Unknown usernameLogin failed  Redirecting....
Hm, do I detect a bit of a.. missing <br />?

Please enter a password that is at least 6 characters (it's for your own protection!)
Security zealot.

# Redistribution and use in source and binary forms
/compile =p
« Last Edit: September 15, 2005, 11:44:58 pm by Joe[e2] »
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ospap - Alpha1
« Reply #19 on: September 15, 2005, 11:45:24 pm »
Unknown usernameLogin failed  Redirecting....
Hm, do I detect a bit of a.. missing <br />?
Bah, I fixed that, but overwrote the fix.  oops!

And no, I'm missing a <BR>.  I'm using HTML 4.01, not XHTML. 

Please enter a password that is at least 6 characters (it's for your own protection!)
Security zealot.
Well, anybody who uses a password shorter than 8 characters is stupid anyway.  My original requirement was 8-character passwords, but I decided to let people be dumb and use 6 characters passwords. 

And incidentally, the passwords are hashed; however, it's being sent over a plaintext link, so it's not totally safe. 

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: ospap - Alpha1
« Reply #20 on: September 16, 2005, 07:38:56 am »
Couldn't they be scrambled clientside? I'll write a quck VBScript hash() function if you'd like.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ospap - Alpha1
« Reply #21 on: September 16, 2005, 08:33:54 am »
VBScript is garbage.  Primarely because it only works on Linux, but also because if you're allowing VBScript to be run on your computer, the website can do anything it wants to you.  I don't want to force people to do that. 

The other option is to do it in JavaScript.  But I don't like the idea of depending on JavaScript. 


Offline Warrior

  • supreme mac daddy of trolls
  • Hero Member
  • *****
  • Posts: 7503
  • One for a Dime two for a Quarter!
    • View Profile
Re: ospap - Alpha1
« Reply #22 on: September 17, 2005, 12:55:19 pm »
Looking awesome, will check out source when I get my comp fixed. :)
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: ospap - Alpha1
« Reply #23 on: September 17, 2005, 02:50:06 pm »
As far as I see it, VBScript is JavaScript in a different language. The only difference is the language="" variable of <script>, they even use the same tag to be executed.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ospap - Alpha1
« Reply #24 on: September 17, 2005, 03:05:56 pm »
Will it run on non-Windows systems? 

Perhaps I misunderstand VBScript, but I thought you need a Windows system for it?

Anyway, hashing it before sending still doesn't protect against replay attacks. 

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ospap - Alpha1
« Reply #25 on: September 17, 2005, 04:20:21 pm »
# Redistribution and use in source and binary forms
/compile =p

Hmm @ editing your post while I was replying, I didn't even see that. 

Yes, I'm aware that the license mentions binary forms.  And if somebody wants to compile PHP to a binary form (which is possible -- there's a program that converts PHP to C++, I'm told) and distribute it, I don't care.  I mostly left that in because I wanted to leave the BSD license intact. 

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: ospap - Alpha1
« Reply #26 on: September 17, 2005, 11:37:43 pm »
I updated to Alpha3 just now.  I had to wipe the database, unfortunately.  I have completed all the goals for this version successfully, and think it's ready to post.  I shouldn't have to change the database anymore, so hopefully I won't have to wipe it again. 

Please, everybody, try it!  Try to break it!

And you can still get it at http://www.javaop.com/~iago/ospap.tgz

To-do:
- Handle newlines in comments properly
- "Cancel" after uploading picture
- Fix the "back" jumps
- Allow .bmp and other formats that "convert" can handle
- Display the newly-uploaded filename on the preview page (helps me with naming, others too probably)
- Allow each table to be sorted by different criteria
« Last Edit: September 17, 2005, 11:51:49 pm by iago »

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: ospap - Alpha1
« Reply #27 on: September 18, 2005, 11:37:45 am »
To-do+:
make it templated/skinnable
edit thread title

Offline Towelie

  • pwnstar
  • x86
  • Hero Member
  • *****
  • Posts: 4873
    • View Profile
Re: ospap - Alpha1
« Reply #28 on: September 18, 2005, 08:05:55 pm »
should I hand out that site to freinds?

Offline AntiVirus

  • Legendary
  • x86
  • Hero Member
  • *****
  • Posts: 2521
  • Best
    • View Profile
Re: ospap - Alpha1
« Reply #29 on: September 18, 2005, 10:11:54 pm »
Make it not so dull looking.  Make it have some character. :D

[Edit]
I can't spell..
The once grove of splendor,
Aforetime crowned by lilac and lily,
Lay now forevermore slender;
And all winds that liven
Silhouette a lone existence;
A leafless oak grasping at eternity.


"They say that I must learn to kill before I can feel safe, but I rather kill myself then turn into their slave."
- The Rasmus