The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Uploading files fails
#37
internet54 Wrote:For the file upload issue, it is this code that breaks it.

Code:
if (basename($_SERVER['PHP_SELF']) == 'upload-ajax.php') {
    die('You cannot load this page directly.');
}

I can delete that code and replace it with a .htaccess file restriction and it works like a charm.
The problem with that is that newbies would have an issue trying to figure it out.

Wow I couldn't belive that there are people who actually try this without thinking.
Thx to this "workaround" I found 3 (!) get Simple sites within 10 minutes I could easily hack thanks to this unlimited upload script and the script breaker removal.

ccagle8: You should definitely do something about this issue. A session verification is the absolute minimum which has to exist in this script.
When i've time tomorrow, I'll hack it myself (if you didn't fix already)
Reply


Messages In This Thread
Uploading files fails - by exmethix - 2009-11-13, 01:01:07
Uploading files fails - by ccagle8 - 2009-11-13, 21:15:00
Uploading files fails - by GetSimple.RU - 2009-11-13, 23:52:33
Uploading files fails - by andyso66 - 2009-11-14, 08:24:10
Uploading files fails - by Zegnåt - 2009-11-14, 23:48:13
Uploading files fails - by exmethix - 2009-11-16, 04:59:41
Uploading files fails - by ccagle8 - 2009-11-16, 07:53:43
Uploading files fails - by Zegnåt - 2009-11-17, 01:16:41
Uploading files fails - by exmethix - 2009-11-17, 04:40:51
Uploading files fails - by ccagle8 - 2009-11-17, 11:18:54
Uploading files fails - by GetSimple.RU - 2009-11-17, 17:35:13
Uploading files fails - by Zegnåt - 2009-11-17, 22:54:41
Uploading files fails - by Pogodo - 2009-11-27, 23:49:29
Uploading files fails - by Zegnåt - 2009-11-28, 01:53:57
Uploading files fails - by Pogodo - 2009-11-28, 03:03:06
Uploading files fails - by PRAG - 2009-11-29, 07:42:42
Uploading files fails - by Head - 2009-12-07, 02:33:24
Uploading files fails - by ccagle8 - 2009-12-07, 10:10:58
Uploading files fails - by thkro - 2009-12-07, 19:44:32
Uploading files fails - by Zegnåt - 2009-12-07, 21:49:03
Uploading files fails - by internet54 - 2009-12-08, 03:38:14
Uploading files fails - by Zegnåt - 2009-12-08, 04:20:28
Uploading files fails - by internet54 - 2009-12-08, 06:57:22
Uploading files fails - by ccagle8 - 2009-12-08, 14:02:37
Uploading files fails - by internet54 - 2009-12-09, 01:16:17
Uploading files fails - by Zegnåt - 2009-12-09, 02:30:11
Uploading files fails - by ccagle8 - 2009-12-09, 08:11:41
Uploading files fails - by PRAG - 2009-12-09, 08:24:09
Uploading files fails - by Zegnåt - 2009-12-09, 18:50:06
Uploading files fails - by PRAG - 2009-12-09, 20:36:31
Uploading files fails - by Zegnåt - 2009-12-09, 23:33:30
Uploading files fails - by PRAG - 2009-12-10, 01:03:23
Uploading files fails - by Zegnåt - 2009-12-10, 02:26:12
Uploading files fails - by nikifor - 2009-12-15, 02:55:41
Uploading files fails - by Zegnåt - 2009-12-15, 07:05:34
Uploading files fails - by icare - 2009-12-30, 03:34:43
Uploading files fails - by _dp - 2010-02-01, 11:22:20
Uploading files fails - by ccagle8 - 2010-02-01, 13:41:49
Uploading files fails - by _dp - 2010-02-01, 23:05:45
Uploading files fails - by Zegnåt - 2010-02-02, 02:34:06
Uploading files fails - by internet54 - 2010-02-02, 02:44:36
Uploading files fails - by kt - 2010-02-05, 01:57:00
Uploading files fails - by BRen13 - 2010-06-12, 15:14:38
Uploading files fails - by Carlos - 2010-06-12, 16:23:54
Uploading files fails - by Carlos - 2010-06-12, 16:30:39
Uploading files fails - by SamWM - 2010-06-15, 18:51:23
Uploading files fails - by kpa - 2010-07-12, 02:32:35
Uploading files fails - by fseoer2010 - 2010-07-17, 17:28:14
Uploading files fails - by ccagle8 - 2010-08-10, 10:59:09
Uploading files fails - by john5 - 2010-09-17, 05:42:15
Uploading files fails - by john5 - 2010-09-17, 06:24:48
Uploading files fails - by ccagle8 - 2010-09-18, 06:56:12
Uploading files fails - by john5 - 2010-09-18, 07:02:45
Uploading files fails - by ccagle8 - 2010-09-21, 23:36:09



Users browsing this thread: 5 Guest(s)