I made a mistake uploading the orca file and I over wrote the /inc/header.inc.php,,My site is now completely down,,can some tell me how to recreate the header.inc.php..Please...
I made a mistake uploading the orca file and I over wrote the /inc/header.inc.php,,My site is now completely down,,can some tell me how to recreate the header.inc.php..Please... |
WOW!!,,What a mistake,,I have to install everything again...Cheech, I was 99% done with my site and now I have to redo it,,,what a mistake I made!!!!!! |
You don't have a copy.?! Orca Right.?!
<?php /*************************************************************************** * Orca Interactive Forum Script * --------------- * Started : Fr Nov 10 2006 * Copyright : (C) 2007 BoonEx Group * Website : http://www.boonex.com * This file is part of Orca - Interactive Forum Script * * Orca is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the * License, or any later version. * * Orca is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * You should have received a copy of the GNU General Public License along with Orca, * see license.txt file; if not, write to marketing@boonex.com * ***************************************************************************/
$gConf['ver'] = 'Orca-v.2.0.2'; $gConf['def_title'] = 'Orca :: Interactive Forum Script'; $path = ''; // path to orca files
/** * forum tweaks */ $gConf['date_format'] = '%b %d, %Y %H:%i'; // time/date format $gConf['topics_per_page'] = 20; // topics per page $gConf['topics_desc_len'] = 64; $gConf['live_tracker_desc_len'] = 128;
$gConf['email']['sender'] = ''; // email sender
$gConf['user']['admin'] = 'admin'; // admin user
$gConf['min_point'] = -4; // min points to hide post automatically
$gConf['online'] = 72000; // online user timeout (seconds) default: 20 min
$gConf['integration'] = 'file'; // url - read integration setting from url, file - read integration settings from file
$xsl_mode = isset($_GET['xsl_mode']) && $_GET['xsl_mode'] ? $_GET['xsl_mode'] : (isset($_COOKIE['xsl_mode']) ? $_COOKIE['xsl_mode'] : ''); if (preg_match("/^\w+$/",$xsl_mode)) { $gConf['xsl_mode'] = $xsl_mode; setcookie ('xsl_mode', $xsl_mode); } else |
Its horrible when you mess up your site by accident. this is why i always back everything up and have a local copy of everything on my pc. Its always best to do this i think |
Yes, This is horrible,,,,I was trying to get Orca to work with groups, so I uploaded the orca file again to my directory, for some reason, the /inc/header.ini.php of orca overwrote the root inc/header.ini.php, file is gone!! I tried to install/index.php again and it kept giving me errors, so I just deleted the whole thing and have to start all over...Man...I had everything done, I was going to open my site up today online to start getting memebers.,,,Wow,,,Now i'm trying to install 6.16 and I'm getting the "XsltProcessor is Off" error, so I'm waiting for my host to reply......The only good thing is that I have the images I edited and the template I bought stored on my PC, but I have to do everything again, permission, mods, memebership levels, FAQ's everything, as if I just found dolphin and starting it.... |
if you are on a dedicated server, you can make a daily backup by cron... Kids first |
if you are on a dedicated server, you can make a daily backup by cron... Thanks for the info, I will be looking into this once I redo my site again to avoid this from happening again... |