PDA

View Full Version : please give one hand to me


swantonio
08-09-2004, 05:55 AM
excused if I do not write well English but I speak only the Italians I have need to understand perche does not work the continuous portale to drmi the following error


Warning: main(./global.php): failed to open stream: No such file or directory in /home/web/clatoslx/www.clan-losmuertos.org/Forum/links/links_config.php on line 50

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/share/pear') in /home/web/clatoslx/www.clan-losmuertos.org/Forum/links/links_config.php on line 50


I have installed all as manual and now I do not succeed to see the portale and absurdity.

thanks veramete thanks if give one hand to me.

this and the portale http://www.clan-losmuertos.org/Forum/

http://www.clan-losmuertos.org/Forum/links

swantonio
08-09-2004, 08:07 AM
excused if I do not write well English but I speak only the Italians I have need to understand perche does not work the continuous portale to drmi the following error




I have installed all as manual and now I do not succeed to see the portale and absurdity.

thanks veramete thanks if give one hand to me.

this and the portale http://www.clan-losmuertos.org/Forum/

http://www.clan-losmuertos.org/Forum/links


help!!! :eek:

Our Sponsors
 

swantonio
08-09-2004, 10:21 AM
I have installed x two times the same product but with in definitaiva always the same error here there e' something that does not go and in attendance and from yesterday that aspect an answer and nobody me from pear tree in order to take the moneies of the product have taken them endured thanks

Warning: main(./global.php): failed to open stream: No such file or directory in /home/web/clatoslx/www.clan-losmuertos.org/Forum/links/links_config.php on line 50

Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/local/share/pear') in /home/web/clatoslx/www.clan-losmuertos.org/Forum/links/links_config.php on line 50

swantonio
08-09-2004, 10:26 AM
http://vbadvanced.com[/url] ||
// ++ ========================================================================++

error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('VBA_SCRIPT', 'links_directory');

// ============================================
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================

chdir('/home/web/clatoslx/www.clan-losmuertos.org/Forum/includes/');

// ============================================
// No Further Editing Necessary!
// ============================================

$specialtemplates = array_merge(
array(
'links_d_cache',
'links_mod_cache',
'adv_links_opts'
),
$specialtemplates
);

$globaltemplates = array_merge(
array(
'adv_links_navbar',
'adv_links_directoryjump',
'adv_links_footer'
),
$globaltemplates
);

$phrasegroups = array_merge('adv_links', $phrasegroups);

if ($redirect)
{
header("Location: $redirect");
exit;
}

require_once('./global.php');


require_once('./includes/functions_links.php');

// Check main permissions
if (!($permissions['linkspermissions'] & CANVIEWLINKSDIR))
{
print_adv_no_permission();
}

// Get options & Merge w/ vBa CMPS if necessary
$linksoptions = unserialize($datastore['adv_links_opts']);
if (is_array($vba_options))
{
$vba_options = array_merge($vba_options, $linksoptions);
}
else
{
$vba_options = $linksoptions;
}

unset($linksoptions);

eval('$footer = "' . fetch_template('adv_links_footer') . '";');
eval('$vbfooter = "' . fetch_template('footer') . '";');

if (!defined('VBA_PORTAL'))
{
$headinclude = str_replace(
array(
'"clientscript',
'url(images/',
'name="generator" content="'
),
array(
'"' . $vboptions['bburl'] . '/clientscript',
'url(' . $vboptions['bburl'] . '/images/',
'name="generator" content="vBadvanced, '
),
$headinclude
);
}

$footer .= str_replace(
array(
'"' . $admincpdir . '',
'"' . $modcpdir . '',
'"archive',
'"sendmessage.php'
),
array(
'"' . $vboptions['bburl'] . '/' . $admincpdir . '',
'"' . $vboptions['bburl'] . '/' . $modcpdir . '',
'"' . $vboptions['bburl'] . '/archive',
'"' . $vboptions['bburl'] . '/sendmessage.php'
),
$vbfooter
) . '<' . '!' . '-- ' . 'P' . 'ow' . chr(101) . 'r' . chr(101) . chr(100) . ' ' . 'b' . trim($xmsquar) . 'y v' . chr(98) . 'a' . chr(100) . 'v' . '' . 'a' . '' . 'nc' . chr(101) . chr(100) . ' -->';

if ($shownewpm AND $vboptions['showpm'])
{
eval('$pmscript = "' . fetch_template('pm_popup_script') . '";');
$footer .= str_replace('"private.php', '"' . $vboptions['bburl'] . '/private.php', $pmscript);
}

// First element of navbar
if (THIS_SCRIPT != 'linksindex' AND $vba_options['links_navbarhomelink'])
{
$navbits["$vba_options[links_homeurl]"] = $vba_options['links_title'];
}

// ###################### Show Variables ##############################
if ($vba_options['links_allowreplies'] AND ($permissions['linkspermissions'] & CANREPLYTOLINKS))
{
$show['replylink'] = true;
}
if ($permissions['linkspermissions'] & CANRATELINKS)
{
$show['ratelink'] = true;
}
if ($permissions['linkspermissions'] & CANSEARCHLINKS)
{
$show['searchlinks'] = true;
}
if ($permissions['linkspermissions'] & CANSENDLINKTOFRIEND)
{
$show['sendtofriend'] = true;
}
if ($vba_options['links_browsedropdown'])
{
$show['linkbit_popup'] = true;
}
if ($vba_options['links_showmodcolumn'])
{
$show['modcolumn'] = true;
}
if ($vba_options['links_allowsubscribe'] AND $bbuserinfo['userid'])
{
$show['subscribe'] = true;
}
if ($vba_options['links_allowfav'] AND $bbuserinfo['userid'])
{
$show['favorites'] = true;
}

if ($permissions['adminpermissions'] & CANCONTROLPANEL)
{
$show['modoptions'] = true;
}
elseif (!empty($datastore['links_mod_cache']))
{
foreach (unserialize($datastore['links_mod_cache']) AS $moderator)
{
if ($moderator['userid'] == $bbuserinfo['userid'])
{
$show['modoptions'] = true;
}
}
}

// ############################# Common Globals ############################
globalize($_REQUEST, array('l' => INT, 'linkid' => INT, 'catid' => STR_NOHTML, 'c' => STR_NOHTML));

if (isset($l) AND $l != 0)
{
$linkid = $l;
}

if (isset($c) AND $c != 0)
{
$catid = $c;
}

// ######################### Links Navbar Width ##########################
$lnavrows = 3;
if ($show['favorites'] OR $show['subscribe'])
{
$lnavrows++;
}
if ($vba_options['links_newlinklimit'])
{
$lnavrows++;
}
if ($vba_options['links_poplinklimit'])
{
$lnavrows++;
}
if ($vba_options['links_linktous'])
{
$show['link_to_us'] = true;
$lnavrows++;
}
if ($show['modoptions'])
{
$lnavrows++;
}

$lnavbarwidth = intval(100 / $lnavrows) . '%';

eval('$linksnav = "' . fetch_template('adv_links_navbar') . '";');

// ################# Check For File Modifications / Permissions ########################
if (!$_BITFIELD['usergroup']['linkspermissions'])
{
if ($permissions['adminpermissions'] & CANCONTROLPANEL)
{
$linksnav .= '<table align="center" border="0" cellpadding="' . $stylevar['cellpadding'] . '" cellspacing="' . $stylevar['cellspacing'] . '" class="tborder" width="100%">
<tr>
<td class="tcat">' . $vbphrase['error'] . '</td>
</tr>
<tr>
<td class="alt1">' . $vbphrase['adv_links_warning_file_changes'] . '</td>
</tr>
</table><br />';
}
else
{
vbmail($technicalemail, $vbphrase['adv_links_problem_subject'], $vbphrase['adv_links_warning_file_changes']);
eval(print_standard_error('adv_links_theres_been_a_problem'));
}
}

?>
give one hand to me

Our Sponsors
 

mholtum
08-09-2004, 10:53 AM
Change this:

chdir('/home/web/clatoslx/www.clan-losmuertos.org/Forum/includes/');

to this:

chdir('./forum/');


in your cmps_index.php file

swantonio
08-09-2004, 12:04 PM
grazie sei stato grande

mholtum
08-09-2004, 12:38 PM
huh?

KW802
08-09-2004, 01:32 PM
huh?
I think that's a "Thank You"..... :D I get "grazie" (thank you) and "grande" (big) but not "sie" or "sato".

mholtum
08-09-2004, 01:45 PM
Yes I did understand that part I was curious as to the entire sentance.. :o

KW802
08-09-2004, 02:08 PM
Yes I did understand that part I was curious as to the entire sentance.. :o
He lost me on the entire sentence because I thought "sei" was "six" and how a number works into grazie....... :confused:

swantonio
08-09-2004, 03:09 PM
six state great excuse if I do not speak English now but I have resolved a problem but aspect the attendance that they install it thanks six cmq large.

swantonio
08-09-2004, 03:10 PM
http://www.clan-losmuertos.org/Forum/links


non si vede nulla