Scripts Writing error

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
puertoblack2003
-


Joined: 08 Oct 2006
Posts: 87

PostPosted: Sat Sep 29, 2007 4:41 am    Post subject: Scripts Writing error Reply with quote

ok guys this just popped ou tof of no were and the only thing i did was updated phpmyadmin can anyone help and tell me what that is.


Quote:
input->clean_array_gpc('r', array( 'interceptedURL' => TYPE_STR )); $url = $vbulletin->GPC['interceptedURL']; $urlcheck = @parse_url($url); $urlcheckport = intval($urlcheck['port']); $urlcheckhost = $urlcheck['host'] . (!empty($urlcheckport) ? ":$urlcheckport" : ''); $homeurl = @parse_url($vbulletin->options['homeurl']); $homeurlport = intval($homeurl['port']); $homeurlhost = $homeurl['host'] . (!empty($homeurlport) ? ":$urlcheckport" : ''); $homeurlhost = str_replace('www.', '', $homeurlhost); $urlcheckhost = str_replace('www.', '', $urlcheckhost); $correcturl = str_replace('interceptedURL=', '', $_SERVER['QUERY_STRING']); if ($homeurlhost==$urlcheckhost) { exec_header_redirect($correcturl); } else { $urlchecked = $correcturl; $navbits[''] = $vbphrase['vbulletin_message']; // make navbar $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); eval('print_output("' . fetch_template('RLI_error_message') . '");'); } ?>


thanks pb
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Sep 29, 2007 12:25 pm    Post subject: Re: Scripts Writing error Reply with quote

puertoblack2003,

It looks like a broken PHP file. Try reinstalling PHPMyAdmin. If the problem persists, try with an older version of that script.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
puertoblack2003
-


Joined: 08 Oct 2006
Posts: 87

PostPosted: Sun Sep 30, 2007 6:45 pm    Post subject: Reply with quote

yes i thought that myself but is not.I notice that if i go to certain directory that is php files in it and all i get the directory listing and that should be like that

lets say i go to wwwyoururl.com/forum then it should take me to a page.But in my case certain directory is showing the files..any idea where to look?
Back to top View user's profile Send private message
rrinc
-


Joined: 24 Feb 2006
Posts: 725
Location: Arkansas, USA

PostPosted: Sun Sep 30, 2007 8:20 pm    Post subject: Reply with quote

Do you have index.php set as an index file?
_________________
-Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados.
Back to top View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group