Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Create console gifs with ease!
Just use to this simple tool create them!
~ CONSOLEGIF is now on github ~
$_GET PARAMETERS:
val=WHATEVER TEXT YOU WANT TO ANIMATE
&hex=0xFFFFFF ( Use a color to hex converter and add 0x to the left )
&cache=a -> Take you to the cached version of the gif ( if the gif doesn't contain %ip )
EDIT: I think hex values are crashing it...
EDIT2: Nope, I just had firefox running on the server
Offline
Interesting... Well done.
Offline
Attempted to hack it. I believe I broke it, sorry.
Nice
Everybody edits, but some edit more than others
Offline
Your site isn't loading, kinda excited to see this.
That is really cool,
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Would you guys like me to clean up the code ( out of 0/10 code is ninjasupeatsninja *lenny*/10 ) and then put this on github?
Offline
Would you guys like me to clean up the code ( out of 0/10 code is ninjasupeatsninja *lenny*/10 ) and then put this on github?
We need the code however. Post it at GitHub so we can make commits.
Offline
Nice
Offline
Everybody edits, but some edit more than others
Offline
Just noticed your website can be very easily DoSed attacked.
Everybody edits, but some edit more than others
Offline
Console Gif is now on github
Github Link
EDIT: said "not" instead of "now"
Offline
Nice.
███████████████████████████████████████████████████████████████████████████████████
Offline
Nice.
ok come on you don't want me to start black listing people and requiring you to register an account on my website to create cmds and start limiting how many times you can use %ip and limit how long your message is
don't abuse it.
Offline
Or you could cache things so that your server doesn't grind to a halt every time someone loads this page.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Or you could cache things so that your server doesn't grind to a halt every time someone loads this page.
theoretically, with no markup length block, couldn't we set up a console gif that just strings the images next to each other? two parameters, delay and character
is that in any way slightly more caching than the whole image? I think it is, but only slightly
Offline
Or you could cache things so that your server doesn't grind to a halt every time someone loads this page.
Do you have any tips on how I could effectively cache items, so that if a bot spams a random GET request it won't fill up the HDD, and cache and find items even if the gif text contains things such as backslashes, and sumbols, or any other charecter windows wouldn't allow?
Offline
Different55 wrote:Or you could cache things so that your server doesn't grind to a halt every time someone loads this page.
Do you have any tips on how I could effectively cache items, so that if a bot spams a random GET request it won't fill up the HDD, and cache and find items even if the gif text contains things such as backslashes, and sumbols, or any other charecter windows wouldn't allow?
You don't need to name the file whatever the text is. Hash it and store the real name away or something. And with that real name store the IP that first requested it. Put a flood limit in place. Or say screw all that and just ask clients to cache it with a header and hope they're friendly enough to listen.
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Useful thing ever. Would be great to everyone.
hello there! please ignore my old signature, it didn't exist
Offline
Ok guys made some updates, you can now do &cache=a or add the &cache= and after the equal sign, any string that's greater than a length of 0, so e.g. a, jw9a0djqa, anything would work except for the literal "" string.
This will redirect you to the cached gif so you can use that and so that - like hummerz5 said - the forums won't censor it.
Offline
Ok guys made some updates, you can now do &cache=a or add the &cache= and after the equal sign, any string that's greater than a length of 0, so e.g. a, jw9a0djqa, anything would work except for the literal "" string.
This will redirect you to the cached gif so you can use that and so that - like hummerz5 said - the forums won't censor it.
"oh, my images follow the rules automatically? Better fix that."
also why are you checking the length and not something like isset($_GET['cache'])? oh well
Offline
also why are you checking the length and not something like isset($_GET['cache'])? oh well
Bro do you even
//All parsing has been done so canBeCached is now O.K. to use
if(isset($_GET["cache"]) && $canBeCached) {
if(strlen($_GET["cache"]) > 0) {
//We'll redirect to the cached file
$redirectCached = true;
}
}
I do check if it's set, and I also check the length for extra safety precaution.
Offline
@edit:
███████████████████████████████████████████████████████████████████████████████████
Offline
[ Started around 1734535416.7012 - Generated in 0.117 seconds, 13 queries executed - Memory usage: 1.92 MiB (Peak: 2.24 MiB) ]