New website

Old dead threads/sections/clans etc.
Message
Author
User avatar
Lancer
Tyrant
Tyrant
Posts: 807
Joined: Sun Jun 26, 2011 8:46 pm

#31 Post by Lancer » Tue Aug 09, 2011 4:22 pm

^ Bingo!
Care to check out Jucaspel?

http://on.fb.me/16BFTKE

User avatar
Rotacak
Tyrant
Tyrant
Posts: 1387
Joined: Mon Sep 17, 2007 2:07 pm
Location: Czech Republic

#32 Post by Rotacak » Wed Aug 10, 2011 7:04 am

PHP header location

User avatar
Lancer
Tyrant
Tyrant
Posts: 807
Joined: Sun Jun 26, 2011 8:46 pm

#33 Post by Lancer » Wed Aug 10, 2011 5:46 pm

Still using that ancient php function? *long laugh here*

Use meta refresh, better and less buggier :-)
Care to check out Jucaspel?

http://on.fb.me/16BFTKE

User avatar
Quarko
Server supporter
Server supporter
Posts: 1227
Joined: Fri May 22, 2009 9:03 pm
Location: Kaunas, Lithuania

#34 Post by Quarko » Wed Aug 10, 2011 6:02 pm

Lancer, lol? Php header location simply sends a HTTP header with change of location which is MUCH faster and MUCH more optimal and MUCH more stable than your idea of using meta refresh tag.

User avatar
Nod_Nod_Nod
Tyrant
Tyrant
Posts: 1079
Joined: Sun Mar 14, 2010 6:58 pm
Location: Poland
Contact:

#35 Post by Nod_Nod_Nod » Wed Aug 10, 2011 6:56 pm

Bang, and lancer is dead... Gj Quarko! Lvl up!
The nodding of the head once to symbolize a greeting, cuz we white folk to damn lazy to open our mouths and speak up. Nods are also easier to shake off than a flase "hello".
"Person nods at you", or your direction, "you nod back"

User avatar
Lancer
Tyrant
Tyrant
Posts: 807
Joined: Sun Jun 26, 2011 8:46 pm

#36 Post by Lancer » Thu Aug 11, 2011 6:24 am

Quarko wrote:Lancer, lol?

Php header location simply sends a HTTP header with change of location which is MUCH faster and MUCH more optimal and MUCH more stable than your idea of using meta refresh tag.
Yes, your true in that, but still i worked with IE alot, and no, don't use it anymore only for testing issues (ie5,6,7,8,9, ff2,3, chrome and opera).

But IE always behaved odly when i used an header replacement.
I was getting errors and/or notices (headers already sent, as i use much template parsers and/or page systems), which you simply could solve with an ob_start();.

That is an workaround (imo), and i like to use simply more client side then server side functions + you can display a nice little: u r going 2 n3w pag4 message :P

But thats just my opinion ;D

@Nod: Oh dear, i'm dead, well i already died alot @ many games ;D Still not dead for real :P

User avatar
Quarko
Server supporter
Server supporter
Posts: 1227
Joined: Fri May 22, 2009 9:03 pm
Location: Kaunas, Lithuania

#37 Post by Quarko » Thu Aug 11, 2011 8:51 am

Lancer wrote: But IE always behaved odly when i used an header replacement.
I was getting errors and/or notices (headers already sent, as i use much template parsers and/or page systems), which you simply could solve with an ob_start();.

That is an workaround (imo), and i like to use simply more client side then server side functions + you can display a nice little: u r going 2 n3w pag4 message :P
Lancer, LOL?!?!

The messages you are getting ("headers already sent", etc.) are server messages, and they are can not be caused by any specific browser. And the reason you are getting "headers already sent" message is obviously because headers were already sent by server to the client and you were trying to modify them. If you read about http protocol - you will notice that server needs to send headers BEFORE the body is sent. If you print any content (for example eny html code) and then try to modify headers - you get that exact error. If you blame some framework you are using - there are two options:
1) Framework is stupid. Throw it away.
2) Framework has some method to handle redirects properly which you failed to find.

P.S. DOUBLE KILL!

User avatar
Nod_Nod_Nod
Tyrant
Tyrant
Posts: 1079
Joined: Sun Mar 14, 2010 6:58 pm
Location: Poland
Contact:

#38 Post by Nod_Nod_Nod » Thu Aug 11, 2011 1:45 pm

Quarko stop pwning/owning/pooning/slashing/smashing/spraying all over ground/gameover'n him in this thread :P, try to finish this offside talk in next 4 posts Pretty Please?
The nodding of the head once to symbolize a greeting, cuz we white folk to damn lazy to open our mouths and speak up. Nods are also easier to shake off than a flase "hello".
"Person nods at you", or your direction, "you nod back"

User avatar
Lancer
Tyrant
Tyrant
Posts: 807
Joined: Sun Jun 26, 2011 8:46 pm

#39 Post by Lancer » Thu Aug 11, 2011 2:08 pm

Doesn't matter I got powned or not, my opinion still stand :p

Lol @ 50 kids running around me right now xD
Care to check out Jucaspel?

http://on.fb.me/16BFTKE

User avatar
Nod_Nod_Nod
Tyrant
Tyrant
Posts: 1079
Joined: Sun Mar 14, 2010 6:58 pm
Location: Poland
Contact:

#40 Post by Nod_Nod_Nod » Thu Aug 25, 2011 11:58 am

Messages to admin emails got wrong URL to this site.

Its
tremserver.cz
should be
tremserver.com
The nodding of the head once to symbolize a greeting, cuz we white folk to damn lazy to open our mouths and speak up. Nods are also easier to shake off than a flase "hello".
"Person nods at you", or your direction, "you nod back"

User avatar
Rotacak
Tyrant
Tyrant
Posts: 1387
Joined: Mon Sep 17, 2007 2:07 pm
Location: Czech Republic

#41 Post by Rotacak » Thu Aug 25, 2011 3:41 pm

Fixed.

Locked