Unifrog won't work with Wine [B]or[/B] Mono.
I'm sad. :frown:
[quote]Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10048) in C:\wamp\www\unifrog\currentp.php on line 2
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\wamp\www\unifrog\currentp.php on line 3
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in C:\wamp\www\unifrog\currentp.php on line 3
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\wamp\www\unifrog\currentp.php on line 4
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\wamp\www\unifrog\currentp.php on line 4
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\unifrog\currentp.php on line 4[/quote]
huhuhu
[QUOTE=Cello;25529190](sidenote - does anyone know a way to combine 2 integers and later decompose the result to get them back?).[/QUOTE]
You can only do that if you make sure to not use the full range of an integer.
An integer is normally n bits of size (unless it's some kind of bignum implementation). This means that you can represent exactly 2^n different numbers. To store two integers in one, you'd of course need to represent 2*2^n different numbers.
Say you're storing numbers from [a1..a2] in intA and [b1..b2] in intB. a2-a1 + b2-b1 must be <= 2^n (where n is the number of bits in an integer).
Then you can do this:
[cpp]//combine
combinedNumber = (intA - a1) + (intB - b1) * (a2 - a1);
//restore
intB = floor(combinedNumber / (a2 - a1) + b1);
intA = combinedNumber - (intB - b1) * (a2 - a1) + a1;[/cpp]
Oh. Someone is DOS'ing the stat.php
[QUOTE=Giraffen93;25532453]Oh. Someone is DOS'ing the stat.php[/QUOTE]
Damn idiot. :colbert:
(not you :v:)
[QUOTE=Giraffen93;25532453]Oh. Someone is DOS'ing the stat.php[/QUOTE]
...Should I stop raping F5, then? :ohdear:
[quote]
r4nk_
This user has contributed 133770 meters. [/quote]
I dont want to sound like an arsehole, but if you want to talk about unifrog maybe it's worth making a separate thread for it?
It's getting a bit boring now for those of us not interested in it.
[QUOTE=Giraffen93;25532453]Oh. Someone is DOS'ing the stat.php[/QUOTE]
Sorry, I think that was me :ohdear:
I'll stop, didn't realise it would take your server down sorry man.
[QUOTE=CarlBooth;25532522]I dont want to sound like an arsehole, but if you want to talk about unifrog maybe it's worth making a separate thread for it?
It's getting a bit boring now for those of us not interested in it.[/QUOTE]
Good idea.
[QUOTE=r4nk_;25532540]Sorry, I think that was me :ohdear:
I'll stop, didn't realise it would take your server down sorry man.[/QUOTE]
I think it was me, I held down F5 [img]http://sae.tweek.us/static/images/emoticons/frown.gif[/img]
[QUOTE=CarlBooth;25532522]I dont want to sound like an arsehole, but if you want to talk about unifrog maybe it's worth making a separate thread for it?
It's getting a bit boring now for those of us not interested in it.[/QUOTE]
I agree, Though I find it hilarious how people coding these big 3D things and game engines and the like get about 5 comments and this thing just persists. :v:
[QUOTE=Overv;25532575]I think it was me, I held down F5 :ssh:[/QUOTE]
I think it was me, I made a C# program with worker threads that requested the update script and ran it on my server :ssh:
[QUOTE=r4nk_;25532593]I think it was me, I made a C# program with worker threads and ran it on my server :ssh:[/QUOTE]
I think it was me, I made a shell script using curl :ssh:
I think it was me, i made a gui tracer in VB to trace the location of giraffen :ssh:
Oh god i pressed "Stop all connections" when i was using rdp :eng99:
Why log in? Just request the stat url with a random number at the end as many times as you want
Meh. Well, i need to plug in a monitor to the server to restart it, fuck it.
[QUOTE=Overv;25532660][img_thumb]http://gyazo.com/6780d59f3df818b36fb0fdbaad675c10.png[/img_thumb]
:ssh:[/QUOTE]
Ooh, ooh, it's shiny, I want it!
So we were all just making scripts to cheat?
I got to 130,000m in ~20 mins :smug:
Looks alright? Too dark maybe?
[img]http://dl.dropbox.com/u/99765/5r4435s52.png[/img]
Working on ways to speed up the workflow in Textcraft.
[img_thumb]http://i52.tinypic.com/1zxtnc2.png[/img_thumb]
(gotta fix those colors :v:)
Looks nice, I dunno if it's too dark or not. I think its okay. Maybe change that red for the background of the text to something a bit duller.
[QUOTE=r4nk_;25532820]Looks nice, I dunno if it's too dark or not. I think its okay. Maybe change that red for the background of the text to something a bit duller.[/QUOTE]
ye ye, just kinda tricky to do that at the moment.
Well, to change the colour on highlight I mean.
[QUOTE=layla;25532787]Looks alright? Too dark maybe?
[img_thumb]http://dl.dropbox.com/u/99765/5r4435s52.png[/img_thumb][/QUOTE]
I agree, it's a bit too dark.
[QUOTE=r4nk_;25532710]Why log in? Just request the stat url with a random number at the end as many times as you want[/QUOTE]
I thought it started counting from the moment you logged in or something like that.
[QUOTE=Overv;25532864]I thought it started counting from the moment you logged in or something like that.[/QUOTE]
It does.
[QUOTE=Giraffen93;25532913]It does.[/QUOTE]
Unless you changed it in the last 10 mins it doesn't...
It requires a username and password to store "a meter".
Sorry, you need to Log In to post a reply to this thread.