Hmm,
#1185 posted by
metlslime on 2008/02/10 22:17:45
i'm viewing it as ISO-8859-1. Sounds like i need to explicitly set the encoding in the html.
Weird
#1186 posted by
Spirit on 2008/02/14 13:25:51
It randomly works sometimes. This might be related to some other bug I encounter sometimes: The font sizes get smaller, most often after I posted something.
Uhm, Now I've Got The Correct IP
#1188 posted by
czg on 2008/03/03 18:26:16
But all my posts made from the sbz office have 127.255.255.255 as IP. It happens to other people as well I see. (Starbuck's last post in the film thread)
I can't imagine how any network settings would be able to spoof an IP like that, so I'm guessing something mysterious is afoot.
Just Got This
#1192 posted by
DaZ on 2008/03/22 15:58:20
Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/johnfitz/sites/www.celephais.net/board/_database.php on line 9
Im guessing the site was just busy?
Daz:
#1193 posted by
metlslime on 2008/03/22 21:37:43
hmm, yeah i guess so. I'm not sure if the connection limit is per-database or for the entire domain, so we might be competing with the cube forums or something.
Metl
#1194 posted by
Spirit on 2008/03/27 21:38:58
Could we get a spoiler tag that makes the text inside color #333333?
Weird IP Closure
#1196 posted by
RickyT33 on 2008/04/01 13:11:54
Post #18 on the Slave thread, I was using my friends laptop through a USB wire-less modem.
Gave one of those weird IPs people were talking about; 127.255.255.255
How exciting!
IP Thing...
#1197 posted by
metlslime on 2008/04/01 21:32:12
thanks for the extra info. I wonder if it's a PHP bug or maybe this is a "feature" of some routers.
It Can't Be Router Thing, Can It?
#1198 posted by
mwh on 2008/04/02 11:38:38
I mean, if you think the other end of the socket is connected to the IP address 127.255.255.255, you'll have a hard time sending a web page to them...
Posting Through TOR
#1200 posted by spirit on 2008/04/02 12:55:49
hello
Hm
#1201 posted by
Spirit on 2008/04/02 19:34:39
Posting from Windows XP now. Firefox 3.0b4.
And got the 127.255.255.255.
No proxy for sure. But a router (like always).
http://celephais.net/board/view_thread.php?id=60183&start=97
Test
#1202 posted by Spirit on 2008/04/02 20:21:59
now from ie7
Hmm...
#1205 posted by
metlslime on 2008/04/03 00:37:58
good leads, i'll check this stuff out when i get a chance.
127.255.255.255 Possible Fix
#1206 posted by
metlslime on 2008/04/18 10:13:59
I changed the IP fields from ints to unsigned ints... which is weird because i'm fairly certain they WERE unsigned, but all the server migrations and upgrades in the past few years might have done something to it.
Anyway, someone who was able to generate the 127.255.255.255 address before, please try again and see if it still happens.
Argh...
#1208 posted by
metlslime on 2008/04/18 20:35:32
i just noticed, some people in the thread above are now 0.0.0.0
but at least CZG is legit now.
No...
#1209 posted by
metlslime on 2008/04/19 10:27:47
so that wasn't the right fix, ip2long and long2ip are supposed to use signed ints. I have reverted the changes, fixing the 0.0.0.0 problem.
I still can't tell what's wrong, but at least old data from the database is coming out and displaying correctly, but new data going in is getting IPs >= 128.0.0.0 turned into 127.255.255.255. The change coincides with the latest server move. So maybe it's a PHP or mySQL version issue.