hey there. im about to go to my parents house for the rest of the summer and i find that whenever im there i cannot post anything. i type up the post but when i hit submit i get the invalid session thing. i feel totally cut off and lose my reason for getting up in da mornin'
do i need to check something out or some advice cuz i cannot go the rest of the summer w/ out dmbtabs. i cant. i wont. peace and love.
ryan. 8)
i just looked below and saw the other posts on this. i do not use aol and it doenst just happen occasionally. i can get on just fine but i literally cannot post a thing. ill check it out though and see how it goes. gracias
AOL is not the only ISP that used transparent proxies.. I run another forum myself with phpBB and had to practically ditch the IP tracking because of problems like these.. what ISP do you use?
geekmug wrote:AOL is not the only ISP that used transparent proxies.. I run another forum myself with phpBB and had to practically ditch the IP tracking because of problems like these.. what ISP do you use?
That's absolutely the crux of the issue. I don't want to do any heavy modding of the IP tracking, but it can be such a pain...
geekmug wrote:AOL is not the only ISP that used transparent proxies.. I run another forum myself with phpBB and had to practically ditch the IP tracking because of problems like these.. what ISP do you use?
i dunno for sure (...what an isp is ). internet explorer probably. you guys are mega smart. 8)
jpittman wrote:I don't want to do any heavy modding of the IP tracking, but it can be such a pain...
Ya see....here's where the problem comes in. You do not think for yourself....if I tell you to do something, YOU DO IT. Jeez, some sweatshop workers just don't get it these days
jkanter
"Celebrate we will, Cause life is short but sweet for certain" - Two Step
"Ain't Nothing Wrong, ain't nothing right and still I sit and lie awake all night" - DJ's(Sublime)
bbatsell wrote:I used to write a blog until I realized how wholly uninteresting my life is and how it would be an exercise in depression.
geekmug wrote:AOL is not the only ISP that used transparent proxies.. I run another forum myself with phpBB and had to practically ditch the IP tracking because of problems like these.. what ISP do you use?
i dunno for sure (...what an isp is ). internet explorer probably. you guys are mega smart. 8)
An ISP is your Internet Service Provider. By that I mean whatever company you dial into in order to get online. This could be AOL, Verizon, or your cable provider. IP Addres is the address used to track you. It's your address on the internet to your comptuer...just like your home address points to your house. There ya go, wish I could help with the invalid sessions but I'll look into it..enjoy
jkanter
"Celebrate we will, Cause life is short but sweet for certain" - Two Step
"Ain't Nothing Wrong, ain't nothing right and still I sit and lie awake all night" - DJ's(Sublime)
bbatsell wrote:I used to write a blog until I realized how wholly uninteresting my life is and how it would be an exercise in depression.
jpittman wrote:That's absolutely the crux of the issue. I don't want to do any heavy modding of the IP tracking, but it can be such a pain...
Find Line 250 in the file /includes/sessions.php.. there is the IP tracking.. you can either relax it (compare less numbers) by changing the 6s to 4s or 2s.. or you can drop it entirely.. by adding "$ip_check_u = $ip_check_s;" Be forewarned that dropping it means that if anyone somehow manages to guess the sid of another user that is using it at the same time, they can walk into their account.. not really likely, but it could happen.. sids are huge-ass numbers and are nominally distributed.