You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 41 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - security fixpack 4 [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
incisor
Nuke Cadet
Nuke Cadet


Joined: Jun 02, 2003
Posts: 4


PostPosted: Mon Jun 30, 2003 7:50 pm Reply with quoteBack to top

previuosly at sec patch 3 from here...

fitted in security patchs 4 and am getting errors in the forums all over the place

it lists the forums but click to enter and get this error

Parse error: parse error in /usr/home/aulro/public_html/modules/Forums/viewtopic.php on line 758

click on the posts since last login and get

Parse error: parse error in /usr/home/aulro/public_html/modules/Forums/search.php on line 605


any clue appreciated
Find all posts by incisorView user's profileSend private message
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Mon Jun 30, 2003 7:58 pm Reply with quoteBack to top

I get it too kinda

Parse error: parse error, unexpected T_LOGICAL_AND in /www/m/mbdesignconc/htdocs/modules/Forums/viewtopic.php on line 758

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
incisor
Nuke Cadet
Nuke Cadet


Joined: Jun 02, 2003
Posts: 4


PostPosted: Mon Jun 30, 2003 9:34 pm Reply with quoteBack to top

Found a fix that works for me..

download 6.5 and copy over the modules/Forums/*.* and then copy security fixpack 3 over it and it works again..

just copying fixpack 3 over does not fix it you have to go pack to the orig 6.5 distribution..
Find all posts by incisorView user's profileSend private message
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Tue Jul 01, 2003 3:28 pm Reply with quoteBack to top

Ok there seems to be a problem with rhe search.php for the forums as well in the sec fix pack4.

Code:
Parse error: parse error, unexpected T_STRING in /home/virtual/site107/fst/var/www/html/modules/Forums/search.php on line 605


CHATSERV!
We have a jacked-up sec fix pack here.... Shocked

mikem

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
ordhor
Premium
Premium


Joined: Mar 22, 2003
Posts: 15

Location: Portugal

PostPosted: Tue Jul 01, 2003 6:46 pm Reply with quoteBack to top

i still haven't got the time to check all the files from the security fix pack, including viewtopic.php to see what's wrong (have tried it to and also gives me that error), but i've fixed this file a few time ago.

you can find the necessary changes here and the file fixed here

_________________
Search is a great tool Smile
Image
Find all posts by ordhorView user's profileSend private messageVisit poster's website
CanuckKev
Lieutenant
Lieutenant


Joined: Jun 02, 2003
Posts: 194

Location: Canada

PostPosted: Tue Jul 01, 2003 7:22 pm Reply with quoteBack to top

I applied secfix 3 in May, then secfix 4 today and I am not experiencing any errors. Did I miss something??? Idea

LOL!

_________________
-CanuckKev
PRESS F5 AND ALL WILL BE CLEAR...
RidersClub
Find all posts by CanuckKevView user's profileSend private messageVisit poster's websiteAIM AddressMSN MessengerICQ Number
KrAzYwHiTeBoY
Private
Private


Joined: May 26, 2003
Posts: 47


PostPosted: Wed Jul 02, 2003 7:31 am Reply with quoteBack to top

ordhor wrote:
you can find the necessary changes here and the file fixed here



well this may fix the viewtopics.php issue but the secfix 4 pack also throws errors in the search feature not just in the viewtopics but thx for this fixed file..hehe now we just need to know how to fix the search.php file that's throwin the errors.
Find all posts by KrAzYwHiTeBoYView user's profileSend private message
ordhor
Premium
Premium


Joined: Mar 22, 2003
Posts: 15

Location: Portugal

PostPosted: Wed Jul 02, 2003 1:12 pm Reply with quoteBack to top

to have the search.php with the fix and working just do what's in the fixchanges.txt

Quote:
19-Open modules/Forums/search.php and find:
WHERE poster_id = " . $userdata['user_id'];;

change to:
WHERE poster_id = " . $userdata['user_id'];

_________________
Search is a great tool Smile
Image
Find all posts by ordhorView user's profileSend private messageVisit poster's website
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Thu Jul 03, 2003 6:10 am Reply with quoteBack to top

Sorry folks, was not home, will check on the two mentioned files, as mentioned elsewhere in this thread i suggest applying the changes as suggested in the changes file for now.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Thu Jul 03, 2003 6:32 am Reply with quoteBack to top

Ok, both files should be ok now.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
CanuckKev
Lieutenant
Lieutenant


Joined: Jun 02, 2003
Posts: 194

Location: Canada

PostPosted: Thu Jul 03, 2003 6:36 am Reply with quoteBack to top

chatserv wrote:
Sorry folks, was not home, will check on the two mentioned files, as mentioned elsewhere in this thread i suggest applying the changes as suggested in the changes file for now.


Hi Chatserv. Thats probably why I have not seen the errors. I just changed the files as required, not copied over the files.

I thought it might be better for me because of al th little tweaks I have done to get certain things working the way I want.

_________________
-CanuckKev
PRESS F5 AND ALL WILL BE CLEAR...
RidersClub
Find all posts by CanuckKevView user's profileSend private messageVisit poster's websiteAIM AddressMSN MessengerICQ Number
ordhor
Premium
Premium


Joined: Mar 22, 2003
Posts: 15

Location: Portugal

PostPosted: Thu Jul 03, 2003 6:39 am Reply with quoteBack to top

what can minor mistakes do to a file Smile

i was going to post here the correction to viewtopic.php but it seems it is not necessary

_________________
Search is a great tool Smile
Image
Find all posts by ordhorView user's profileSend private messageVisit poster's website
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Thu Jul 03, 2003 7:40 am Reply with quoteBack to top

That is why i include the changes file, most of us have added mods and hacks to our forums, bit of a pain having to re-add them

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
aleeya
Nuke Cadet
Nuke Cadet


Joined: Jun 25, 2003
Posts: 3


PostPosted: Fri Jul 04, 2003 7:18 am Reply with quoteBack to top

ordhor wrote:
what can minor mistakes do to a file Smile

i was going to post here the correction to viewtopic.php but it seems it is not necessary


I wouldnt mind if you did, I am getting these errors as well
Find all posts by aleeyaView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Fri Jul 04, 2003 7:23 am Reply with quoteBack to top

Did you grab the patch again? i did correct the errors both files had as i stated in my previous post

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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 © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.351 Seconds - 302 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::