Staredit Network

Staredit Network -> Miscellaneous -> Liek Omg!
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-08 at 02:00:28
I know nobody reads the Programming forum, so I thought I'd draw some attention to my pet project, PyForums, now that I've brought it back from the dead.

The official topic is here: http://www.staredit.net/index.php?showtopic=21390
and the alpha board can be found through here: http://homework.f2o.org/pyforums

For a full description of what's up and what's not, read the third topic (linked from the index).
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-07-08 at 12:59:44
I registered, logged in and it wouldn't let me post... Said I was a guest...
Report, edit, etc...Posted by Xx.Doom.xX on 2006-07-08 at 13:27:17
QUOTE(DT_Battlekruser @ Jul 8 2006, 02:00 AM)
I know nobody reads the Programming forum, so I thought I'd draw some attention to my pet project, PyForums, now that I've brought it back from the dead.

The official topic is here: http://www.staredit.net/index.php?showtopic=21390
and the alpha board can be found through here: http://homework.f2o.org/pyforums

For a full description of what's up and what's not, read the third topic (linked from the index).

[right][snapback]519909[/snapback][/right]

I read the Proggramming Forum!!! happy.gif


Anyways im going to register for it and see if the post works for me.

Btw on your other forum, it says i need ionCube loader or something....
Report, edit, etc...Posted by Syphon on 2006-07-08 at 14:22:06
So do I!

The programming forum rox my sox.
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-08 at 15:32:05
kow> I logged in as you and posted a test post fine. That server is being a real female dog right now though, if you hit a totally random error 500, then just refresh the page until it goes away. Make sure your long hex session ID is in your address bar to stay logged in.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-07-08 at 18:32:39
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

/home/sites/homework/www/public_html/pyforums/index.py
6 form = cgi.FieldStorage()

7 import time

8 import binascii

9 import random

10 from fetch import Get

binascii undefined


ImportError: /usr/lib/python2.3/lib-dynload/binascii.so: failed to map segment from shared object: Cannot allocate memory
args = ('/usr/lib/python2.3/lib-dynload/binascii.so: fail...egment from shared object: Cannot allocate memory',)


Huh?

And it still won't let me post.

An error occurred while trying to process your actions:
Error '17': Guests can't post in this topic.

Back - Home - Log In
Report, edit, etc...Posted by Xx.Doom.xX on 2006-07-08 at 20:30:58
QUOTE(DoomStrike @ Jul 8 2006, 01:26 PM)
I read the Proggramming Forum!!!  happy.gif
Anyways im going to register for it and see if the post works for me.

Btw on your other forum, it says i need ionCube loader or something....

[right][snapback]520126[/snapback][/right]


Already Registered *trying posting topics*

Help On the other thing i wrote plz!
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-08 at 22:22:27
QUOTE(Killer_Kow(MM) @ Jul 8 2006, 03:32 PM)
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

/home/sites/homework/www/public_html/pyforums/index.py 
    6 form = cgi.FieldStorage()

    7 import time

    8 import binascii

    9 import random

  10 from fetch import Get

binascii undefined
ImportError: /usr/lib/python2.3/lib-dynload/binascii.so: failed to map segment from shared object: Cannot allocate memory
      args = ('/usr/lib/python2.3/lib-dynload/binascii.so: fail...egment from shared object: Cannot allocate memory',)
Huh?

And it still won't let me post.

An error occurred while trying to process your actions:
Error '17': Guests can't post in this topic.

Back  -  Home  -  Log In
[right][snapback]520336[/snapback][/right]


The error sounds like a server overload, the server ran out of RAM or something. The server from that aspect is all f'ed up right now.

I don't know why you can't post; I can log in and post as you..

Copy the address from the titlebar when you get the guest posting error.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-07-09 at 11:11:01
http://homework.f2o.org/pyforums/index.py?...B6EBE34A6%0D%0A

I get that after I hit "submit reply".
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-10 at 03:41:33
Aha! I found the problem. Next time, follow the instructions at the top of the page tongue.gif

Internet Explorer parses the linebreaks in the HTML due to somewhat laziness in coding on my part. For the time being, use Firefox. (it looks like TOTAL crap in IE anyway, and the page buttons don't work, etc. etc. etc.) I'm too lazy to style it for IE as well... After the coding is done, I'll have to make it look prettyful in IE too.

What happens on a core level is &s=blahblahblah becomes &s=%0A%0Dblahblahblah which loses the SID.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-07-10 at 08:53:56
I don't have Firefox sad.gif
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-10 at 21:34:45
It's free!

http://www.mozilla.com/firefox/
Report, edit, etc...Posted by slayer766 on 2006-07-10 at 21:56:42
w00t, free! biggrin.gif

Everything worked just fine for me DT, I found no bugs, yet....... cool1.gif Good job so far man.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-07-11 at 09:08:20
QUOTE(DT_Battlekruser @ Jul 10 2006, 10:34 PM)
It's free!

http://www.mozilla.com/firefox/

[right][snapback]521626[/snapback][/right]


I'm sort of paranoid about viruses and stuff... But I guess I'll try it... Just for your site biggrin.gif

Despite massive amounts of internal server errors, I managed to post. Also, when I tried to edit my post it said it would redirect me to the thread after 3 seconds and I got this:

Error '1': The topic you're looking for doesn't exist!
Report, edit, etc...Posted by Syphon on 2006-07-11 at 11:28:03
QUOTE(Killer_Kow(MM) @ Jul 11 2006, 08:07 AM)
I'm sort of paranoid about viruses and stuff... But I guess I'll try it... Just for your site biggrin.gif

Despite massive amounts of internal server errors, I managed to post. Also, when I tried to edit my post it said it would redirect me to the thread after 3 seconds and I got this:

Error '1': The topic you're looking for doesn't exist!
[right][snapback]521832[/snapback][/right]


You're paranoid about viruses from getting somethnig the same way 80% of SeN got it?
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-11 at 14:46:23
QUOTE(Killer_Kow(MM) @ Jul 11 2006, 06:07 AM)
I'm sort of paranoid about viruses and stuff... But I guess I'll try it... Just for your site biggrin.gif

Despite massive amounts of internal server errors, I managed to post. Also, when I tried to edit my post it said it would redirect me to the thread after 3 seconds and I got this:

Error '1': The topic you're looking for doesn't exist!
[right][snapback]521832[/snapback][/right]


The 500 errors are probably because there is some other thing running on the server destroying its RAM. I'm hoping that it will stop sucking so much.

If you're paranoid about viruses, Firefox is the way to go. Most adware and spyware that might already be on your computer is not written with firefox in mind, and firefox will NEVER automatically download and run EXEs.

As far as the error, it was either an isolated incident or you were using IE tongue.gif
Most likely there was a RAM related error and the try-except blocked truned up that error.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-07-11 at 14:58:37
Ah. It only happens when I press the "return to topic button" after editing. You might want to look into that.
Report, edit, etc...Posted by DT_Battlekruser on 2006-07-11 at 20:55:53
Oh that tongue.gif

That never worked. I'll fix it next time I update; simple matter of copying the link from the meta to the hyperlink text.
Next Page (1)