User Info
|
|
Search
|
|
Board Stats
|
Total Members: 987
Total Posts: 18350
Total Topics: 2494
Total Categories: 7
Total Boards: 33
Most Online: 1144
|
|
91
« Last post by Kepha on October 14, 2016, 12:22:11 am »
Right.
I installed LAMP with PHP5.
I have placed the bebot folder under /var/www/html/ and tried to start the bot with "php5 start.php"(I have php and php5 listed)
On the first time it said "Could not open input file: start.php", to install php5 -cli, which I did; tried to repeat the command and now I only get the same message "Could not open input file: start.php".
Am I one step closer?
92
« Last post by Khalem on October 06, 2016, 08:49:30 pm »
The reason you are running into issues is because XAMPP installs itself into /opt which is outside the default path.
As such, you will need to specify the full path to the executeable, although you are likely to run into other issues as well since php support libraries won't be in the default path either.
However, given that XAMPP installs itself in such a way, you should probably not have any issues having the OS supplied php packages installed at the same time. f.ex: apt install php5 php5-mysql
I have not had a chance to test php7 yet, however the latest git snapshot should likely work.
93
« Last post by Kepha on September 24, 2016, 01:46:50 am »
Thank you for the reply Khalem.
Ubuntu Gnone 16.04 LTS.
I just installed XAMPP 5.6 as opposed to LAMP since the latter is optimized for PHP 7. I am hoping that my problem was passing through the PHP version and the bot code.
- when trying to "php StartBot.php" I get that the program php is currently not installed and suggests me to install php7.0-cli - when trying "php5 StartBot.php" I get a similar message to also install php7.0-cli
Any suggestions?
94
« Last post by Khalem on September 22, 2016, 10:01:08 pm »
Which distribution and release are you running?
The bot is failing to load the mysql php module which it needs to operate.
95
« Last post by aoc_botter on September 17, 2016, 07:06:44 pm »
Hi,
I have just set up a new bot. I haven't gotten around to installing this module, but wouldn't running this if you still plan on maintaining it.
Server: Crom Bot: Dancingbot
96
« Last post by aoc_botter on September 17, 2016, 06:53:20 pm »
Hey,
Thanks for the help. I did manage to get the bot working, however I had to do a few things. First, the correct config file helped greatly. Much appreciated.
I had to download 6.9 (snapshot) archive...this is the only version that would work. I used MySql 5.0.18 and php5.2.13.
All of these things together got my bot up an running.
97
« Last post by Getrix on September 12, 2016, 08:51:06 am »
Yo!
Its been years since i played AoC, but i have stille mantained the itemDB (Not much work, super-uber-stable-host).. But have come to the day where im doing a server/host cleanup and moving to new hosts..
Is there anyone playing the game and feel this DB is still must have?
Some DB stats: 500 bots added, from start..
Search queried: +------+--------+ | year | total | +------+--------+ | 2009 | 424226 | | 2010 | 945343 | | 2011 | 472590 | | 2012 | 233203 | | 2013 | 145303 | | 2014 | 70917 | | 2015 | 36604 | | 2016 | 17572 | +------+--------+
Items added: +------+-------+ | year | total | +------+-------+ | 2009 | 45287 | | 2010 | 55280 | | 2011 | 21423 | | 2012 | 7706 | | 2013 | 3349 | | 2014 | 1192 | | 2015 | 758 | | 2016 | 358 | +------+-------+
98
« Last post by Kepha on September 11, 2016, 02:12:10 pm »
Changing the whole post. Anyone running the bot on Linux with LAMP installed? I am encountering the follow error when launching the bot which is related to Line 99 on StartBot.php MySQL support required to run this bot What is happening at this point. Is it related to the *.ini and Main.php files path or the Database?
99
« Last post by MuadDib on July 22, 2016, 10:33:46 am »
Hello guys,
Thanks to Bear post, I made some progress.
Trying to get my first bot for Aoc running and so far, it does not seem to like me.
However using same version as bear I went a little further since I actually connect to servers.
[LOGIN] [STATUS] Authenticating [Conan Login Server] Connected to aoc-us-um.live.ageofconan.com:7010 [Conan Login Server] Disconnected. [Socket EOF error] Read error: EOF Read error: Too many EOF errors, disconnecting.
Linux 3.18.11+ v.0.6.9.(Snapshot) - PHP 5.4.45-0+deb7u4
$> php -m [PHP Modules] bcmath bz2 calendar Core ctype curl date dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml mbstring mhash mysql mysqli openssl pcntl pcre PDO pdo_mysql Phar posix Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx XCache xml xmlreader xmlwriter zip zlib
[Zend Modules] XCache
What am I missing here? Any ideas anyone?
I never went this far with the connecting to servers so now I might just need a little push in the right direction.
Thank you in advance.
Edit: I tested all servers I had in hand dm09-nj4.ageofconan.com dm10-nj4.ageofconan.com on both port 7000 and 7010 without any better results.
-- MD
100
« Last post by Bear1968 on July 06, 2016, 05:01:38 am »
Hey aoc_botter! I just did a fresh install and I am up and running smooth. Here is the ServerList.php I am using. I hope this helps  <?php // AO $server_list['ao']['Testlive'] = array( 'server' => 'chat.dt.funcom.com', 'port' => 7109, 'dim' => 4 ); $server_list['ao']['Rubi-Ka'] = array( 'server' => 'chat.d1.funcom.com', 'port' => 7105, 'dim' => 5
);
// AOC $server_list['aoc']['EU'] = array( 'server' => 'dm10-nj4.ageofconan.com', 'port' => 7000 ); $server_list['aoc']['US'] = array( 'server' => 'aoc-us-um.live.ageofconan.com', 'port' => 7010 ); $server_list['aoc']['Aoctestlive'] = array( 'server' => 'testlive.ageofconan.com', 'port' => 7010 );
// all EU servers use the same login server $server_list['aoc']['Bloodbrand'] = $server_list['aoc']['EU']; $server_list['aoc']['Ahriman'] = $server_list['aoc']['EU']; $server_list['aoc']['Bori'] = $server_list['aoc']['EU']; $server_list['aoc']['Dagon'] = $server_list['aoc']['EU']; $server_list['aoc']['Ymir'] = $server_list['aoc']['EU']; $server_list['aoc']['Hyrkania'] = $server_list['aoc']['EU']; $server_list['aoc']['Aquilonia'] = $server_list['aoc']['EU']; $server_list['aoc']['Twilight'] = $server_list['aoc']['EU']; $server_list['aoc']['Corinthia'] = $server_list['aoc']['EU'];
// Merged Servers $server_list['aoc']['Crom'] = $server_list['aoc']['US']; $server_list['aoc']['Fury'] = $server_list['aoc']['US'];
// Spanish Servers $server_list['aoc']['Zingara'] = $server_list['aoc']['EU']; $server_list['aoc']['Indomitus'] = $server_list['aoc']['EU'];
// French Servers $server_list['aoc']['Ishtar'] = $server_list['aoc']['EU']; $server_list['aoc']['Ferox'] = $server_list['aoc']['EU']; $server_list['aoc']['Stygia'] = $server_list['aoc']['EU']; $server_list['aoc']['Strix'] = $server_list['aoc']['EU'];
// German Servers $server_list['aoc']['Asura'] = $server_list['aoc']['EU']; $server_list['aoc']['Ibis'] = $server_list['aoc']['EU']; $server_list['aoc']['Aries'] = $server_list['aoc']['EU']; $server_list['aoc']['Titus'] = $server_list['aoc']['EU']; $server_list['aoc']['Asgard'] = $server_list['aoc']['EU'];
// all US servers use the same login server $server_list['aoc']['Gwahlur'] = $server_list['aoc']['US']; $server_list['aoc']['Wiccana'] = $server_list['aoc']['US']; $server_list['aoc']['Bloodspire'] = $server_list['aoc']['US']; $server_list['aoc']['Ironspine'] = $server_list['aoc']['US']; $server_list['aoc']['Tyranny'] = $server_list['aoc']['US']; $server_list['aoc']['Cimmeria'] = $server_list['aoc']['US']; $server_list['aoc']['Agony'] = $server_list['aoc']['US'];
?>
*EDIT BTW I am using: Files found https://github.com/J-Soft/BeBot-legacyphp-5.4.8-Win32-VC9-x86 MySQL 5.7.13.0
|
Recent Posts
|
0.7.x updates for AO by bitnykk [January 26, 2023, 03:00:58 pm]
0.7.x updates for AoC by bitnykk [January 26, 2023, 03:00:39 pm]
Linked objects in chat by bitnykk [November 02, 2022, 10:56:58 am]
Website back up and quick status update by bitnykk [July 30, 2021, 04:56:19 pm]
AO Bots - discord server by bitnykk [January 31, 2021, 03:50:48 am]
|
Forum Staff
|
|
|