Major Complaint

Euro tracking discussion in English

Moderators: Fons, avij, Phaseolus

Post Reply
User avatar
eurobillsandcoins
Euro-Master in Training
Euro-Master in Training
Posts: 754
Joined: Sat Nov 09, 2002 2:55 am
Location: Hong Kong SAR
Contact:

Major Complaint

Post by eurobillsandcoins »

After entering 20 (or something like that) notes through advanced entering the screen said I didn't log in and the side on the screen said I logged in while entering. One I push "GO" it says I didnt log in and In wasted 10 minutes!
Hong Kong-Asia's world city.
User avatar
Skylimit
Euro-Master in Training
Euro-Master in Training
Posts: 985
Joined: Mon Aug 05, 2002 3:33 pm
Location: Belgium, Izegem
Contact:

Post by Skylimit »

When using advanced I always use the text box at the bottom of the screen. If I entered more than 5 notes there, I always copy the content to my clipboard (ctrl+c) so in case something goes wrong with the input, I can always paste it back (ctrl+v)

What is sometimes annoying is, if you forget to push the button "tranfer to above form" then your input is lost if you don't have it in your clipboard.

[the "not logged in"-issue I also have on some PC's other than my own,
I don't know if there is a solution, but there was a thread about it once]
Time is on our side ...
gg

advanced

Post by gg »

I had some problems too with the advanced mode, and I decide to enter a maximum of 5 bills at a time... :D :D
User avatar
Tiger
Euro-Master
Euro-Master
Posts: 1072
Joined: Wed May 29, 2002 4:18 pm
Location: Heverlee, at 100m from Leuven, Belgium
Contact:

Post by Tiger »

I too have problems with the login...
When I login, everything is allright, but when I close my browser, and open it again (the next day for example) it days I'm still logged in.
And when I click a link, suddenly I'm not logged in anymore...

When I don't mark the box 'keep me logged in' I still have that same problem.
It has nothing to do with cookies I think, because I never had that problem on other sites.
And on EBTForum I don't have that problem either.

So everytime I want to enter notes, I have to click a link, log in, and then I can start to enter my notes. Sometimes, when the server is really slow, it's not fun. :(

And I too always copy the content of my textbox before entering. Just in case something happens :)
Tiger : Dutch, English, French, German
Little Spanish and Italian
Trying Finnish and Japanese :)
EuroBillTracker
Euro-Expert
Euro-Expert
Posts: 704
Joined: Mon Feb 04, 2002 2:53 pm
Location: Paris, France
Contact:

Post by EuroBillTracker »

I'll try to find a moment this weekend to see how the forum is coded to do this
User avatar
bhoeyb
Euro-Master
Euro-Master
Posts: 4268
Joined: Thu Apr 18, 2002 3:58 pm
Location: Herentals - Belgium
Contact:

Post by bhoeyb »

Tiger wrote:I too have problems with the login...
When I login, everything is allright, but when I close my browser, and open it again (the next day for example) it days I'm still logged in.
And when I click a link, suddenly I'm not logged in anymore...
Problems 8O :?: :?: It has always been that way on my PC. I'm used to it and I always log out when I leave. No problem that way :lol:.
User avatar
Tiger
Euro-Master
Euro-Master
Posts: 1072
Joined: Wed May 29, 2002 4:18 pm
Location: Heverlee, at 100m from Leuven, Belgium
Contact:

Post by Tiger »

Well, that's another option ofcourse :-)

I tried to log in using Opera7 instead of Internet Explorer6, but it doesn't change anything.
So I don't think it has anything to do with my computer....
Maybe it's because I (and you too bhoeyb) have to use a proxyserver, because our ISP (Telenet) blocks all incomming ports <1024.
That means that port 80 is blocked aswell, and we have to use a proxy server on a higher port (8080) to be able to surf...
Last edited by Tiger on Tue Nov 19, 2002 10:40 pm, edited 1 time in total.
Tiger : Dutch, English, French, German
Little Spanish and Italian
Trying Finnish and Japanese :)
User avatar
bhoeyb
Euro-Master
Euro-Master
Posts: 4268
Joined: Thu Apr 18, 2002 3:58 pm
Location: Herentals - Belgium
Contact:

Post by bhoeyb »

Tiger wrote: Maybe it's because I (and you too bhoeyb) have to use a proxyserver, because out ISP (Telenet) blocks all incomming ports <1024.
That means that port 80 is blocked aswell, and we have to use a proxy server on a higher port (8080) to be able to surf...
Maybe :?: :?: That's all like Chinese to me :lol: :lol: .
User avatar
Mr Euro
Euro-Master
Euro-Master
Posts: 2396
Joined: Fri Apr 12, 2002 10:59 am
Location: Hasselt - Belgium

Post by Mr Euro »

Re: Tiger and Bhoeyb

Since I moved I changed from provider. At my appartment I now have Telenet and since Telenet I also have that problem to log in. It is related to the proxy. At my parents home, I have ADSL from Skynet and there is no problem with the log in.

Re: Eurobilltracker

If you are working with sessionlogins, I would suggest to work with cookielogins....


Ciao,
Mr Euro
More Bills, more hits, more fun -> :twisted: :twisted: :twisted:
User avatar
Tiger
Euro-Master
Euro-Master
Posts: 1072
Joined: Wed May 29, 2002 4:18 pm
Location: Heverlee, at 100m from Leuven, Belgium
Contact:

Post by Tiger »

Yep, I already tought it was the obligated proxyserver of Telenet.
But sometimes I'm still logged in when I go the the EBT site.
But most of the times I have to click a link, see a message that I'm not logged in, and then log in again.
Tiger : Dutch, English, French, German
Little Spanish and Italian
Trying Finnish and Japanese :)
EuroBillTracker
Euro-Expert
Euro-Expert
Posts: 704
Joined: Mon Feb 04, 2002 2:53 pm
Location: Paris, France
Contact:

Post by EuroBillTracker »

Mr Euro wrote:If you are working with sessionlogins, I would suggest to work with cookielogins....
I already use cookies to do that automatic login, do you mean I should check the cookie to determine if there is a session ?

I just use normal PHP4 session handling :(

Webmaster
User avatar
Mr Euro
Euro-Master
Euro-Master
Posts: 2396
Joined: Fri Apr 12, 2002 10:59 am
Location: Hasselt - Belgium

Post by Mr Euro »

EuroBillTracker wrote:
Mr Euro wrote:If you are working with sessionlogins, I would suggest to work with cookielogins....
I already use cookies to do that automatic login, do you mean I should check the cookie to determine if there is a session ?

I just use normal PHP4 session handling :(

Webmaster
I'm not that big programmer in PHP4 so I can't really help out. Theoretical I would say, add "logged in" in the cookie and at the beginning of every page check if they are "logged in" or not. If they are "logged in" then they can continue else they get redirected to the homepage. Don't forget to log them out in the cookie if they log out!!
Hopes it helps...
EuroBillTracker
Euro-Expert
Euro-Expert
Posts: 704
Joined: Mon Feb 04, 2002 2:53 pm
Location: Paris, France
Contact:

Post by EuroBillTracker »

Mr Euro wrote: I'm not that big programmer in PHP4 so I can't really help out. Theoretical I would say, add "logged in" in the cookie and at the beginning of every page check if they are "logged in" or not. If they are "logged in" then they can continue else they get redirected to the homepage. Don't forget to log them out in the cookie if they log out!!
Hopes it helps...
I already have a cookie for auto login, you can find it in your cookie directory.
After login, I set "loggedin" to true in the session that the PHP server keeps alive. At the top of every page, I check wether I still see that value in the session.
So I guess these proxies are removing the session, what is surprising is that I have coded things so that the session is explicit in every URL you click (except offline generated stats such as the tables)... is that where you lose your login ?
User avatar
Mr Euro
Euro-Master
Euro-Master
Posts: 2396
Joined: Fri Apr 12, 2002 10:59 am
Location: Hasselt - Belgium

Post by Mr Euro »

I removed the proxyscript of pandora and directly use the proxy.telenet.be as gateway to the internet and I now seem to have a stable connection. Hopefully this will solve the problem.

Ciao,
Mr Euro
User avatar
Tiger
Euro-Master
Euro-Master
Posts: 1072
Joined: Wed May 29, 2002 4:18 pm
Location: Heverlee, at 100m from Leuven, Belgium
Contact:

Post by Tiger »

I always use proxy.telenet.be (pac.pandora.be, the automatic script sucks ! :D)
But I still have the problem...
Tiger : Dutch, English, French, German
Little Spanish and Italian
Trying Finnish and Japanese :)
Post Reply

Return to “Site and Euro-tracking Discussion (English)”