Author Topic: [Error] GetURL: Function Disabled (SafeMode = ON)  (Read 1028 times)

0 Members and 2 Guests are viewing this topic.

Offline Mercury92

  • Camper
  • ***
  • Posts: 284
[Error] GetURL: Function Disabled (SafeMode = ON)
« on: April 16, 2010, 02:57:24 pm »
Code: (pascal) [Select]
procedure OnMapChange(NewMap: String);
begin
GetURL('http://localhost/stats/update.php');
end;

Sometimes get this.
[Error] GetURL: Function Disabled (SafeMode = ON)

Does this mean GetURL is not executed anymore?
[saw]  on 1.5.1

Offline dnmr

  • Camper
  • ***
  • Posts: 315
  • emotionally handicapped
Re: [Error] GetURL: Function Disabled (SafeMode = ON)
« Reply #1 on: April 16, 2010, 03:03:13 pm »
ofc it's not, you need to start the server with -safe 0

DarkCrusade

  • Guest
Re: [Error] GetURL: Function Disabled (SafeMode = ON)
« Reply #2 on: April 16, 2010, 03:07:36 pm »
GetURL

Come on, it´s not like it wasn´t stated clearly there.

Offline Mercury92

  • Camper
  • ***
  • Posts: 284
Re: [Error] GetURL: Function Disabled (SafeMode = ON)
« Reply #3 on: April 16, 2010, 03:12:07 pm »
GetURL

Come on, it´s not like it wasn´t stated clearly there.
Well i never used that site before.
Thnaks
[saw]  on 1.5.1

Offline Gizd

  • Flagrunner
  • ****
  • Posts: 586
  • (Re)tired
    • Eat-this! community site
Re: [Error] GetURL: Function Disabled (SafeMode = ON)
« Reply #4 on: April 16, 2010, 04:53:50 pm »
GetURL

Come on, it´s not like it wasn´t stated clearly there.
Well i never used that site before.
Thnaks
It's stated on Ec's manual as well.