collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: question from khalem  (Read 1719 times)

0 Members and 1 Guest are viewing this topic.

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
question from khalem
« on: September 09, 2009, 02:31:51 pm »
Code: [Select]
/*
* Why was this added? Is it documented anywhere?
* - Khalem
*/
if(empty($ao_password) || $ao_password == "")
{
$fp = fopen('./conf/pw', 'r');
if ($fp)
{
$ao_password = fread($fp, filesize('./conf/pw'));
fclose($fp);
$fp = fopen('./conf/pw', 'w');
fwrite($fp, "");
fclose($fp);
}
else if(empty($ao_password) || $ao_password == "")
{
die("No password set in either ./conf/" . $conffile . " or in ./conf/pw");
}
}

This was Added after forum request for the ability to type the password in as the bot loaded
there is a topic some were :p
it basicly asks when it starts, and crash / restart is ok as it stores the password in StartBot.php
sends to main.php useing the code above

think this was mainly some security issue some 1 may of been worried about to do with there password
probably AoC as they dont have froobs
so i added a method of not storeing the password

Offline Temar

  • Contributor
  • *******
  • Posts: 1140
  • Karma: +0/-0
    • AoFiles
Re: question from khalem
« Reply #1 on: September 09, 2009, 02:49:04 pm »
i change the line
   else if(empty($ao_password) || $ao_password == "")
to
   if(empty($ao_password) || $ao_password == "")

so it caches empty file, with the else if just did error with $fp was false

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 704
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal