![]() |
|
#1
|
||||
|
||||
|
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
Quote:
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 Last edited by swantonio; 08-09-2004 at 10:52 AM. |
|
#2
|
||||
|
||||
|
Quote:
help!!!
|
|
#3
|
||||
|
||||
|
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
Quote:
|
|
#4
|
||||
|
||||
|
[QUOTE<?php
// ++=========================================================================++ // || vBadvanced Links Directory v1.0.0 RC3 || // || © 2003-2004 vBadvanced.com & PlurPlanet, LLC - All Rights Reserved || // || This file may not be redistributed in whole or significant part. || // || http://vbadvanced.com || // ++ ========================================================================++ 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')); } } ?>[/QUOTE] give one hand to me |
|
#5
|
||||
|
||||
|
Change this:
Code:
chdir('/home/web/clatoslx/www.clan-losmuertos.org/Forum/includes/');
Code:
chdir('./forum/');
|
|
#6
|
||||
|
||||
|
grazie sei stato grande
|
|
#7
|
||||
|
||||
|
huh?
|
|
#8
|
||||
|
||||
|
Quote:
I get "grazie" (thank you) and "grande" (big) but not "sie" or "sato".
|
|
#9
|
||||
|
||||
|
Yes I did understand that part I was curious as to the entire sentance..
|
|
#10
|
||||
|
||||
|
Quote:
|
|
#11
|
||||
|
||||
|
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.
|
|
#12
|
||||
|
||||
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Give an option to see certain modules or not. | Abe | Add-On Modules & Modifications | 8 | 04-01-2005 09:56 PM |
| OK, I give up.... a CGI script from a PHP module using vb & vba variables. | KW802 | Troubleshooting / "How do I..." Questions | 2 | 07-26-2004 01:36 PM |