bai website
Moderator: JimC
-
rodey
- SAI Bait Ball
- Posts: 52
- Joined: Sun Oct 07, 2007 10:43 pm
- Location: WEXFORD
- Been thanked: 3 times
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.
-
rodey
- SAI Bait Ball
- Posts: 52
- Joined: Sun Oct 07, 2007 10:43 pm
- Location: WEXFORD
- Been thanked: 3 times
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.
-
Fish magnet
- 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
- Has thanked: 21 times
- Been thanked: 16 times
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.
-
DAMIEN
- SAI Sea Dog!
- Posts: 448
- Joined: Mon Oct 11, 2004 4:46 pm
- Location: raheny/eniscorthy
- Has thanked: 15 times
- Been thanked: 18 times
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
-
donal domeney
- Head of International Security and Bringer of World Peace
- Posts: 4900
- Joined: Thu Nov 04, 2004 11:13 pm
- Location: cork
- Has thanked: 438 times
- Been thanked: 829 times
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
-
Bigc 111
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.
-
jd
- Site Admin/Owner
- Posts: 7948
- Joined: Sat Mar 15, 2003 9:06 pm
- Location: Santry
- Has thanked: 248 times
- Been thanked: 414 times
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
-
Bigc 111
Re: bai website
Thanks for your help guys. Magnet is working away in the background and will hopefully have news soon.
-
jd
- Site Admin/Owner
- Posts: 7948
- Joined: Sat Mar 15, 2003 9:06 pm
- Location: Santry
- Has thanked: 248 times
- Been thanked: 414 times
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
-
Fish magnet
- 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
- Has thanked: 21 times
- Been thanked: 16 times
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.