Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - securitydot

Pages: [1]
1
Feedback & Suggestions / Re: Easter egg in 4images ?
« on: September 21, 2006, 11:32:18 AM »
and btw i cracked it
6111426fcb0b0a76558f9058c331a3a6 = xxx

2
Feedback & Suggestions / Re: Easter egg in 4images ?
« on: September 20, 2006, 08:15:57 PM »
1. If someone wants he will be able to crack it for enough time
2. What about httpd logs ? POST / GET requests ? aka HTTP REQUESTS ? what if they make u see the phpinfo() just to sniff the md5 or rewrite the script to log the var ??

3
Discussion & Troubleshooting / Re: search not working
« on: September 20, 2006, 05:54:03 PM »
I dont understand the language and im too lazy to web translate it :D

4
Discussion & Troubleshooting / Re: Don't load admin/index.php
« on: September 17, 2006, 02:15:56 AM »
or just open /admin/index.php?action=nav

5
Thanks

6
Feedback & Suggestions / Re: Easter egg in 4images ?
« on: August 25, 2006, 12:30:30 PM »
PRINT_STATS has nothing to do with that  :evil:
Its not right to add something that can reveal private information of the server in your scripts  :evil:
and if someone wants a support u can always tell him to put a phpinfo in his 4images  8O

7
Feedback & Suggestions / Easter egg in 4images ?
« on: August 25, 2006, 01:39:39 AM »
Hello everyone , im new to 4images and after the reviewing the code
i found this in includes/page_footer.php
Code: [Select]
if ((defined("PRINT_STATS") && PRINT_STATS == 1) || (isset($HTTP_GET_VARS['printstats']) && md5($HTTP_GET_VARS['printstats']) =="6111426fcb0b0a76558f9058c331a3a6")) {
and this :
Code: [Select]
if (isset($HTTP_GET_VARS['phpinfo']) && md5($HTTP_GET_VARS['phpinfo']) == "6111426fcb0b0a76558f9058c331a3a6") { phpinfo();


Can anyone from the owners / coders of 4images explain to me / us why is that easter egg in the code ?
Thanks in advance.

Pages: [1]