index.php if ( array_keys($_GET)[0] === global global global globalglobalglobal global global global global global global all lower case variable names and functions concat string 2743 Lines
Do the multiple exxploits I've found still work after two years? If so, I congratulate you on your stable software release!
Name:
Anonymous2017-10-06 23:18
>>6 chiru.no is frequently updated to ensure the highest standards in software engineering are applied methodically to dynamically harness strategic niche markets with a continually world-class quality ROI, thanks
>>17 can you explain what's up with all the array_keys($_GET)[0]? Not sure what I'm missing here. Checking the existence of the key should be almost always faster than with array_keys, as function calls aren't completely free. Especially since you call it 20+ times instead of saving the result in a variable
Also just like in perl, string interpolation gives better performance than string concatenation
Basically what I meant is that instead of array_keys($_GET)[0] === 'favorites' You can do isset($_GET['favourites']) which should be faster in most cases. But an easier solution is like he said, storing array_keys($_GET)[0] in a variable and using that.
So you can put $firstget = array_keys($_GET)[0] at the top, and then replace every array_keys($_GET)[0] with $firstget.
Your current changes will break your site, so don't actually use it.
The website layout sucks benis literally looks like some one took a web 1.0 website and added opacity to the backgrounds
Name:
Anonymous2017-10-16 0:27
I keep listening to it while I'm working. Good site.
>>35 It actually kinda does, doesn't it? I made a user style for myself, even though it's not like I'm gonna interact much with the site other than for listening.
I would have submitted pull requests if it was on github.
Password must at least 16 characters long and include one lowercase character, one uppercase character, and one digit. We also highly recommend at least one symbol too.