Proven wrong how exactly? by you typing * and taking a screenshot? wow. And to be honest, I just care about the kind of idiots that think it is fun reporting a non existent bug, that send people searching for problems when there is enough real ones to fix as it is.
[editline]26th November 2010[/editline]
Like the double post one, that happens even without this addon installed, I belive compwhizzii said himself that is caused thanks to the server lagging.
Gee I wonder what causes the server lagging I don't recall double posting before compwhizii took over!
[editline]26th November 2010[/editline]
Does anyone else?
[editline]26th November 2010[/editline]
Does anyone else?
im no techno whiz but if its lagging cant we just migrate host like they do in cod????
[QUOTE=nekosune;26312423]Proven wrong how exactly? by you typing * and taking a screenshot? wow. And to be honest, I just care about the kind of idiots that think it is fun reporting a non existent bug, that send people searching for problems when there is enough real ones to fix as it is.
[editline]26th November 2010[/editline]
Like the double post one, that happens even without this addon installed, I belive compwhizzii said himself that is caused thanks to the server lagging.[/QUOTE]
Yes, I'm totally making this up and the server lag was a coincidence despite the last 8 posts with affected by it.
Go on.
[QUOTE=FoxMeister;26312581]im no techno whiz but if its lagging cant we just migrate host like they do in cod????[/QUOTE]
Make me host!
[QUOTE=starpluck;26312647]Yes, I'm totally making this up and the server lag was a coincidence despite the last 8 posts with affected by it.
Go on.[/QUOTE]
[QUOTE=compwhizii;26251115]Yeah I'm seeing those quite a bit more and I'm trying to look into it. The AJAX post to newreply.php is stalling which causes the script locally to get impatient and try again, when in fact it's already succeeded, it just doesn't know.[/QUOTE]
Oh and so far, all had from you to say not making it up, is a screenshot where could have easilly typed *
[QUOTE=bepassley;26312695]Make me host![/QUOTE]
nah dude my nat security is open. we all know yours is moderate at best!
[QUOTE=nekosune;26312715]Oh and so far, all had from you to say not making it up, is a screenshot where could have easilly typed *[/QUOTE]
He already said it was caused due to the script as well.
[url]http://www.facepunch.com/threads/1010088-How-Famous-Is-The-Above-Poster-v6?p=26309664&viewfull=1#post26309664[/url]
oh what's that? A few hours ago and no edits!
Just stop.
where? you mean where he said he edited the amount of stars? wow, really twisting words round there, and that link? so you typed a few stars in a different thread when you started in this one too, real proof there, starpluck can type *******
[editline]26th November 2010[/editline]
Anyway I am out, anyone with any sense can see this is not a valid problem, so it won't waste anyone's time trying to fix a non existant problem, all I wanted.
Don't let the door hit you on the way out Weaboo!
[highlight](User was banned for this post ("Be nice, there's no need to call other users names." - verynicelady))[/highlight]
[QUOTE=starpluck;26313046]Don't let the door hit you on the way out Weaboo![/QUOTE]
Starpluck is trolling? Wow..
unbelivable....
[QUOTE=starpluck;26313046]Don't let the door hit you on the way out Weaboo![/QUOTE]
wow that was funny!
Jeez, if you don't like the script, just delete it. :geno:
we need the flakes from 07 christmas(or was it 08 can't remember)
[QUOTE=Ollih;26313766]we need the flakes from 07 christmas(or was it 08 can't remember)[/QUOTE]
Ye, those were best.
[QUOTE=Ollih;26313766]we need the flakes from 07 christmas(or was it 08 can't remember)[/QUOTE]
That sounds like way too much work for the current dev team!
dont work compwhizzi to the bones guys c'mon
what does lurk more mean
[QUOTE=rebellious;26315391]what does lurk more mean[/QUOTE]
Read more threads and posts to get a feel on what not to do.
[QUOTE=rebellious;26315391]what does lurk more mean[/QUOTE]
Browse the forums without posting anymore to understand the dos and don'ts of the community.
It's an insult.
[editline]a[/editline]
Beaten to it. elitehakor explained it better anyway.
[QUOTE=FoxMeister;26312581]im no techno whiz but if its lagging cant we just migrate host like they do in cod????[/QUOTE]
no its a modded lobby!!!!!!! u get ddosed!!!
[QUOTE=nekosune;26310963]No, looking at the code, then trying it, it has nothing to do with posting, he is manually doing that to be an idiot.[/QUOTE]
Look again, specifically the last line. Think about it.
[QUOTE=not_Morph53;26316120]Look again, specifically the last line. Think about it.[/QUOTE]
and? the post box is no where near the bottom of the HTML, and that is where all this adds is, and even if initsnow is run again, all it changes is the 10 s1 s2 s3 etc spans
i thought you left
[QUOTE=nekosune;26316564]and? the post box is no where near the bottom of the HTML, and that is where all this adds is, and even if initsnow is run again, all it changes is the 10 s1 s2 s3 etc spans[/QUOTE]
Greasemonkey only has indirect access to "window", and gets executed [B]after[/B] the load events should have already been called. The black magic that is put into Greasemonkey to make such terrible shit code actually work, occasionally does some weird things when ajax is involved. It appears that this sometimes shits asterisks in the response to the post request made for the Quick reply.
TLDR: Don't copy paste javascript into Greasemonkey and expect it to work without quirks.
[QUOTE=Atokniro;26317409]i thought you left[/QUOTE]
Calmed down, and someone was talking nicely about it, so talking back.
[editline]26th November 2010[/editline]
[QUOTE=not_Morph53;26317420]Greasemonkey only has indirect access to "window", and gets executed [B]after[/B] the load events should have already been called. The black magic that is put into Greasemonkey to make such terrible shit code actually work, occasionally does some weird things when ajax is involved. It appears that this sometimes shits asterisks in the response to the post request made for the Quick reply.
TLDR: Don't copy paste javascript into Greasemonkey and expect it to work without quirks.[/QUOTE]
so where does it get the asterisks added from? the ones shown on screen are actually <spans> so if it was adding that, you would see more then just * in the post box
[editline]26th November 2010[/editline]
Unless the ajax is using spans of names s1 to s10 or so maybe.
[editline]26th November 2010[/editline]
Still would not make them irremovable though
Starpluck, edit the script, and replace the last line:
[code]window.addEventListener('load',initsnow,true);[/code]
with
[code]initsnow();[/code]
[editline]26th November 2010[/editline]
[QUOTE=nekosune;26317423]Calmed down, and someone was talking nicely about it, so talking back.
[editline]26th November 2010[/editline]
so where does it get the asterisks added from? the ones shown on screen are actually <spans> so if it was adding that, you would see more then just * in the post box[/QUOTE]
At first, it wouldn't make any sense. The responsexml for the quick reply doesn't have a body element to append to shit to either. Then you remember "oh wait, Greasemonkey is a massive pile of witchcraft", then you learn to just "not ask", and go with it. Trust me, you'll run into this kind of crap again.
Where are the general rules for the site? (wherever it says that image macros are not allowed...)
[QUOTE=Surma;26318222]Where are the general rules for the site? (wherever it says that image macros are not allowed...)[/QUOTE]
here are the rules *flips u the bird*
[highlight](User was banned for this post ("Why reply" - verynicelady))[/highlight]
Sorry, you need to Log In to post a reply to this thread.