TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 18, 2024, 07:46:14 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 112
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 59
  • Total: 59

$fp = fopen($backend, "r"); <-- This Error???

Started by FERNSIDEâ„¢, March 21, 2008, 12:31:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Ianedres

It is a security risk to allow urls with fopen; IMHO, before changing your php.ini, I would first try to find the offending call to the URL (as per IchBin) and modify it to a relative path if the file is stored on your site instead of referencing it by the URL.