NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·decompressing EN-Book-Nuke.tar.tar
·How to allow spaces/gaps/"-" in allowed usernames
·How to Setup PHPNUKE on win2k
·cannot save changes
·voting?
·Nuke forum picture problem
·How to change smtp port on wampserver and windows
·yet another 301 redirect problem
·Image display? - newbie
·php nuke help

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: qwertz
Today: 0
Yesterday: 1
Overall: 15102

Visitation:
Guests: 443
Members: 0
Total: 443


You are Anonymous user. You can register for free by clicking here
Sponsor Links
php-Nuke Themes and Templates
php-Nuke Themes and Templates

NukeResources :: View topic - BUG? -> Search Content pages and Forum posts
NukeResources Forum Index

NukeResources Forum Index -> Bug Reports -> BUG? -> Search Content pages and Forum posts
Post new topic  Reply to topic    View previous topic :: View next topic 
BUG? -> Search Content pages and Forum posts
PostPosted: Thu Mar 18, 2004 4:21 pm Reply with quote
anthonyaykut
Resource Seeker
Resource Seeker
 
Joined: Mar 18, 2004
Posts: 3




Hi,

Just put in place the new search file, but I noticed that while it does find a term in the forums, when you click on the "Forums (1 Search Results)", the Forums say 'No topics or posts met your search criteria'.

You can check my site here : http://www.frame4.com/php/index.php
Search term was : 'romania' (without the quotes).

BTW... enter a '[' (without the quotes) as a search term and see what result you get Confused (this has been an ongoing problem).

Thanks
Anthony
View user's profile Send private message
PostPosted: Thu Mar 18, 2004 5:55 pm Reply with quote
chatserv
Site Admin
Site Admin
 
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico




Odd that the forum search should return that, try searching here for "block" (without the quotes)
for the [ bug and other characters find:
Code:
$query = addslashes($query);

above it add:
Code:
   if ((ereg("[^a-zA-Z0-9 +]",$query))) {
   echo "<center>"._ERRORINQUERY."</center><br>";
   die();
   }

and add the following definition to the module's language file:
Code:
define("_ERRORINQUERY","Error in query string, invalid characters were used.");

_________________
NukeResources | ScriptHeaven
View user's profile Send private message Visit poster's website
PostPosted: Thu Mar 18, 2004 7:36 pm Reply with quote
anthonyaykut
Resource Seeker
Resource Seeker
 
Joined: Mar 18, 2004
Posts: 3




ell, seems :

http://www.nukeresources.com/modules.php?name=Forums&file=search&search_keywords=block

works for you, whereas

http://www.frame4.com/php/modules.php?name=Forums&file=search&search_keywords=romania

doesn't work for me? Now I'm totally stumped??

Anthony
View user's profile Send private message
PostPosted: Thu Mar 18, 2004 7:53 pm Reply with quote
chatserv
Site Admin
Site Admin
 
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico




My thoughts exactly as it's the same file.

_________________
NukeResources | ScriptHeaven
View user's profile Send private message Visit poster's website
PostPosted: Thu Mar 18, 2004 8:17 pm Reply with quote
anthonyaykut
Resource Seeker
Resource Seeker
 
Joined: Mar 18, 2004
Posts: 3




What REALLY confuses me is why

http://www.frame4.com/php/modules.php?name=Forums&file=search&search_keywords=romania

doesnt work but a direct search using the forum search function works Question AND... if you say

http://www.frame4.com/php/modules.php?name=Forums&file=search&search_keywords=terms

that this does find some stuff? And this too:

http://www.frame4.com/php/modules.php?name=Forums&file=search&search_keywords=bootable

AND...

http://www.frame4.com/php/modules.php?name=Forums&file=search&search_keywords=spender

EVEN finds the message that

http://www.frame4.com/php/modules.php?name=Forums&file=search&search_keywords=romania

should popup... ('spender' and 'romania' are in the same message) this means the system doesnt like romania???? OR 'romania...'??? I also noticed that 'romania' doesnt show up in nuke_bbsearch_wordlist table whereas for example 'spender' does - weird.
View user's profile Send private message
BUG? -> Search Content pages and Forum posts
 NukeResources Forum Index -> Bug Reports
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
All times are GMT - 4 Hours  
Page 1 of 1  

  
  
 Post new topic  Reply to topic     



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 134 unique hit(s) in the past 24 hours.
Forums ©
Need to find your IP fast?


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.27 Seconds

:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::