bai website
Moderator: JimC
-
- SAI Bait Ball
- Posts: 52
- Joined: Sun Oct 07, 2007 10:43 pm
- Location: WEXFORD
bai website
anyone know what happened to the bal website,
cant get onto it for the last few weeks so take it its gone altogether,
cant get onto it for the last few weeks so take it its gone altogether,
Rodey.
-
- Moderator
- Posts: 3083
- Joined: Wed Jan 29, 2003 5:18 pm
- Location: Cork
Re: bai website
Not too sure of the scenario ...
Most are still alive on the BAI Facebook page.
Most are still alive on the BAI Facebook page.
-
- SAI Bait Ball
- Posts: 52
- Joined: Sun Oct 07, 2007 10:43 pm
- Location: WEXFORD
Re: bai website
must of decided it was time to shut it down .
have u a link to the facebook page,
have u a link to the facebook page,
Rodey.
-
- SAI Bait Ball
- Posts: 64
- Joined: Tue Apr 26, 2005 5:44 pm
- Favourite Rod: ABU
- Favourite Reel: Shimano
- Favourite Fish: Sharks/Pike
- Location: Cooley Peninsula
Re: bai website
We are in the process of moving the site to a new server, it's proving to be a slow process. Fingers crossed the site could be back up in the next month or so. A couple of us had a chat whether the site should be saved and we agreed it is worth saving. I don't like Facebook one bit, but as Jim said most of those who posted on the BAI forum pages are posting on our FB page so it could play it's part in the resurrection of the site.
-
- Moderator
- Posts: 3083
- Joined: Wed Jan 29, 2003 5:18 pm
- Location: Cork
-
- SAI Sea Dog!
- Posts: 448
- Joined: Mon Oct 11, 2004 4:46 pm
- Location: raheny/eniscorthy
Re: bai website
Was wondering this myself,food to hear its being save a good little friendley site it is and mny a helpful member on there
-
- Head of International Security and Bringer of World Peace
- Posts: 4898
- Joined: Thu Nov 04, 2004 11:13 pm
- Location: cork
Re: bai website
Must be a facebook user to login. Not for meJimC wrote:https://www.facebook.com/groups/boatanglingireland/?fref=ts
Specimen Fish 2024: Shore Rockling (3) 36cm, 34cm, 31cm; Thick Lipped Mullet (2) 58cm, 57cm; Smooth Hound (1) 109cm; Sting Ray (1)125cm; Ballan Wrasse (1) 48cm ; Corkwing Wrasse (1) 24.8cm. Golden Grey Mullet (2) 43cm, 1.8lb; 40.6cm, 1.55lb;
Total species boat/shore: 45
------------------------------------------------------------------------------------------------------------------------------------------
Specimen Fish 2025: To date: 6.
Flounder 46cm; Spurdog 120cm; Stingray 91cm; Smooth Hound 114cm; 103.5cm; 104cm
Total species boat/shore: 45
------------------------------------------------------------------------------------------------------------------------------------------
Specimen Fish 2025: To date: 6.
Flounder 46cm; Spurdog 120cm; Stingray 91cm; Smooth Hound 114cm; 103.5cm; 104cm
-
- SAI Bait Ball
- Posts: 185
- Joined: Tue Dec 13, 2011 4:28 pm
- Location: Wicklow
Re: bai website
Would love to see it back, as im another non facebooker
Re: bai website
Hi lads, as magnet says we have been having a hard time of late. Our technical expert retired and since then we havnt found anyone with the skills or time. We are now looking at other options. There's a lot of great info buried on the site I'd hate to lose. Plus as said before there's a great core of boat anglers who posted regularly and attended our meets. That's the spirit of bai, bringing the boat angling community together. Hopefully we can get it back.
-
- Site Admin/Owner
- Posts: 7936
- Joined: Sat Mar 15, 2003 9:06 pm
- Location: dublin/wexford
Re: bai website
It looks like a table needs to be repaired.
This may be the easiest way for someone to fix it if they can still upload files but are non-technical
https://www.phpbb.com/community/viewtop ... 6&t=589766
Create a fix.php file with the following:
Upload the file to your board's root folder (the one with config.php)
Run it by navigating to the file in your browser (ex.http://www.boat-angling-ireland.com/phpbb/fix.php)
Be sure to delete the file; don't leave it on your server
This may be the easiest way for someone to fix it if they can still upload files but are non-technical
https://www.phpbb.com/community/viewtop ... 6&t=589766
Create a fix.php file with the following:
Code: Select all
<?php
define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
$page_title = 'phpBB Fix';
$sql = " REPAIR TABLE $table_prefix" . "s";
$db->sql_query($sql);
?>
Run it by navigating to the file in your browser (ex.http://www.boat-angling-ireland.com/phpbb/fix.php)
Be sure to delete the file; don't leave it on your server
Re: bai website
Thanks for your help guys. Magnet is working away in the background and will hopefully have news soon.
-
- Site Admin/Owner
- Posts: 7936
- Joined: Sat Mar 15, 2003 9:06 pm
- Location: dublin/wexford
Re: bai website
tested this one
again
Create a fix.php file with the following:
Upload the file to your board's root folder (the one with config.php)
Run it by navigating to the file in your browser (ex.http://www.boat-angling-ireland.com/phpbb/fix.php)
Be sure to delete the file; don't leave it on your server
again
Create a fix.php file with the following:
Code: Select all
<?php
// Check and repair sessions
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'config.php');
echo "Running<br>";
// connect to the database server
// connect to the database server
$db = mysql_connect($dbhost,$dbuser,$dbpasswd);
if (!$db) die("Unable to connect to database!\n");
echo "Connected<br>\n";
$repres = mysql_query("repair table ".$table_prefix."sessions");
echo "Repaired ".$table_prefix."sessions"
?>
Upload the file to your board's root folder (the one with config.php)
Run it by navigating to the file in your browser (ex.http://www.boat-angling-ireland.com/phpbb/fix.php)
Be sure to delete the file; don't leave it on your server
-
- SAI Bait Ball
- Posts: 64
- Joined: Tue Apr 26, 2005 5:44 pm
- Favourite Rod: ABU
- Favourite Reel: Shimano
- Favourite Fish: Sharks/Pike
- Location: Cooley Peninsula
Re: bai website
Thanks for that jd. Its looking like we will have to move to a managed forum package, where myself and a few other members will pay a certain amount each month to a hosting company. We really don't have anyone left behind the scenes with any level of computer aptitude.