pouët.net

Go to bottom

the most annoying bug in pouet

category: general [glöplog]
the most annoying bug in pouet is that large words in comments completly destroy the layout. how about automatically inserting spaces when a word exceeds 80 characters? that's bad for web-links but good for everything else.
added on the 2003-04-28 14:18:45 by chaos chaos
yes and limiting image sizes could be nice too.
added on the 2003-04-28 14:32:54 by annieeee annieeee
and more important - optimize the speed! :-)
Well, scene.org is slow sometimes too, so it's probably not just pouet's fault..
added on the 2003-04-28 14:44:58 by sprocket sprocket
A cool addition would be "upload logo" stuff. Where ppl can upload their ugly logos and everyone can vote then. :P
added on the 2003-04-28 14:55:01 by elend elend
i think analogue will die from request-overdose one day ..
added on the 2003-04-28 15:00:19 by dalezr dalezr
web-links with more than 80 characters? ;)
yes. space limit would be cool. also pixture size limit. i don´t want to see 3000 x 2000 pixel pictures as a comment to a demo.
added on the 2003-04-28 15:06:04 by diver diver
äh, picture sice limit, even. pixel size. you know what a mean. image size even :)
added on the 2003-04-28 15:07:17 by diver diver
perhaps they should install some of those php-optimzing-thingies on the scene.org server.
How about you just ban anyone who uses an >80 character word?
added on the 2003-04-28 19:26:55 by Pete Pete
How about closing poeut.net ?
added on the 2003-04-28 19:32:35 by elend elend
hottentottententententoonstelling

hm. close enough.
added on the 2003-04-28 19:32:40 by sagacity sagacity
the bug in pouet is pouet itself.
added on the 2003-04-28 20:34:23 by dake^cdx dake^cdx
it's funny, i thought the bug wasn't pouet, but its users
added on the 2003-04-28 20:41:16 by _-_-__ _-_-__
hehehehe
added on the 2003-04-28 21:29:45 by elend elend
thisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouetthisisthemostannoyingbuginpouet :) (just to make IT Clear ;)
added on the 2003-04-28 22:34:40 by diver diver
Code: <?php $MAX_LINE_WIDTH = 80; function _echo ($text) { global $MAX_LINE_WIDTH; echo (wordwrap ( $text, $MAX_LINE_WIDTH, "\n", 1)); } // fetch from db stuff _echo ("break this looooooong line..."); ?>


get a wrapper 'cause you'll need one the next time someone finds an obscure way of fscking pouet's layout...
added on the 2003-04-29 12:40:11 by moT moT
errr, pouet killed my slash, it should be wordwrap ( $text, $MAX_LINE_WIDTH, "\n", 1);
added on the 2003-04-29 12:41:54 by moT moT
While on the subject guys, I do php development for a living. Anyone wants any help, debugging some pouet code, I can help. Thanx.
added on the 2003-04-29 12:44:29 by moT moT
And how is this for a proposal? How about requesting pouet users to behave sensibly and carefully take responsability for your actions for the benefit of all users?

If you don't like large images, don't link to them, and cut the throat of those who do.

I don't think analogue is to be held responsible for all of pouet maladies.
added on the 2003-04-29 16:48:30 by sin sin
> And how is this for a proposal? How about
> requesting pouet users to behave sensibly and
> carefully take responsability for your actions for the
> benefit of all users?

bwaahahahahahahahahahahahahahahahaheHAEHEHaheaheHAEHAehaehaehAehAEHAEHAHEAHEHAEHAEhAEhAheAEHAHEAHEAHE

uh wait.

*weeps*

added on the 2003-04-29 17:34:43 by kb_ kb_
Yes please. Someone should correct the bug. Mot and Analogue should contact and do the job. It is really annoying and destroys the pouet layout. I hope we won't just laugh and forget this thread..
added on the 2003-04-29 21:44:12 by Optimus Optimus
and exchange that ms sql server with a mysql server. ms sql server is f*cking slow
added on the 2003-04-30 20:57:51 by faor faor
First of all:
"The site www.pouet.net is running Apache/1.3.27 (Unix) PHP/4.3.1 on Linux" (Netcraft)

With that in mind, I find it extremely hard to believe that analogue or the scene.org staff:

- got into the trouble of finding out how to succesfully compile freetds support into PHP, so that they can access ms-sql / sybase databases (yes, they use the same protocol).
- ever thought of even one good reason to install ms-sql in the first place
- paid the licence required for a ms-sql web deployment
- changed the whole site php code from mysql commands to mssql commands (database access it's not transparent in native php).

No, it's mysql alright. Only the scene.org servers are quite loaded most of the time, and the mysql version is lower than 4.0, so it doesn't do any caching.
added on the 2003-04-30 23:20:32 by moT moT
perhaps pouet.net is a bit too dynamic :-)

login

Go to top