Author |
Message |
providence
Regular


Joined: Apr 23, 2005
Posts: 95
|
Posted:
Fri Sep 09, 2005 4:05 am |
|
hi just wondering, what is a patch?
I have 7.6 from nuke do i need to get it patched?
I cant seem to find it in phpnuke can anyone redirect me to a download
thanks |
|
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Fri Sep 09, 2005 4:40 am |
|
|
|
 |
providence

|
Posted:
Fri Sep 09, 2005 4:59 am |
|
|
|
 |
providence

|
Posted:
Fri Sep 09, 2005 8:24 am |
|
I just finished uplaoding it and running the upgrade.php
but everything is messed up
http://www.palmpro.net
can someone check it? |
|
|
|
 |
providence

|
Posted:
Fri Sep 09, 2005 9:42 am |
|
ops its working, but my theme isnt, i'll try uploading my theme again! |
|
|
|
 |
hitwalker

|
Posted:
Fri Sep 09, 2005 11:56 am |
|
well maybe its my eyes but isnt your stylesheet missing? |
|
|
|
 |
providence

|
Posted:
Fri Sep 09, 2005 12:39 pm |
|
i think its there, it was working before i installed the patch files |
|
|
|
 |
hitwalker

|
Posted:
Fri Sep 09, 2005 12:42 pm |
|
no its not...
when i search in your source for .css i get nothing.
check if paths are ok... |
|
|
|
 |
providence

|
Posted:
Fri Sep 09, 2005 1:21 pm |
|
okay i'll try again, thanks |
|
|
|
 |
providence

|
Posted:
Fri Sep 09, 2005 1:52 pm |
|
couln't find the problem, it was working before the patch, anyways, thanks though, i'll just change to another theme |
|
|
|
 |
hitwalker

|
Posted:
Fri Sep 09, 2005 2:21 pm |
|
hi,
well after looking even better i noticed a few weird things...
you added some no right click and text select javascript codes into your site.
but you have 2 closing </head> tags now.
And the javascripts are placed after the </head>
Thats not realy the right way.
Maybe better if you change it...
And as for the css ,i still see your old theme and because you touched some files you probably edited a line out in header.php(justr a thought)
Check if this is still there:
Code:echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
|
|
|
|
|
 |
providence

|
Posted:
Fri Sep 09, 2005 2:41 pm |
|
i've disabled the scripts, forgot that i had them on
anyways the code is not in my header.php
where should i put that? |
|
|
|
 |
hitwalker

|
Posted:
Fri Sep 09, 2005 2:57 pm |
|
look at this part,im sure you see the line..
copy it and make sure yours look the same..
Code:function head() {
global $ab_config, $slogan, $sitename, $banners, $nukeurl, $Version_Num, $artpage, $topic, $hlpfile, $user, $hr, $theme, $cookie, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $textcolor1, $textcolor2, $forumpage, $adminpage, $userpage, $pagetitle;
include("includes/ipban.php");
$ThemeSel = get_theme();
include_once("themes/$ThemeSel/theme.php");
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
echo "<html>\n";
echo "<head>\n";
echo "<title>$sitename $pagetitle</title>\n";
include("includes/meta.php");
include("includes/javascript.php");
if (file_exists("themes/$ThemeSel/images/favicon.ico")) {
echo "<link REL=\"shortcut icon\" HREF=\"themes/$ThemeSel/images/favicon.ico\" TYPE=\"image/x-icon\">\n";
}
echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"backend.php\">\n";
echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
if (file_exists("includes/custom_files/custom_head.php")) {
include_once("includes/custom_files/custom_head.php");
}
echo "\n\n\n</head>\n\n";
if (file_exists("includes/custom_files/custom_header.php")) {
include_once("includes/custom_files/custom_header.php");
}
themeheader();
}
|
|
|
|
|
 |
providence

|
Posted:
Fri Sep 09, 2005 3:04 pm |
|
thanks a lot Hitwalker
my site is now working again! |
|
|
|
 |
hitwalker

|
Posted:
Fri Sep 09, 2005 3:05 pm |
|
indeed...
Good luck.. |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Fri Sep 09, 2005 6:14 pm |
|
Good work hitwalker  |
|
|
|
 |
|