rcorlew Posted June 21, 2007 Share Posted June 21, 2007 I have created a nice little search engine for my site that is almost complete. It has all the cool things like highlighting, boolean and so on. When you click on a link with results, it will then highlight your search on the next page. I am just curious as to what others may think of it, and if it works as they would expect it to. http://www.mycrdisorder.org/search.php You may notice that the links will show up with a .crd instead of .php , just something I thought would add a little character to my site. Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/ Share on other sites More sharing options...
source Posted June 23, 2007 Share Posted June 23, 2007 from some simple testing I was not actually able to produce XSS, but you had some errors: for example I could get anything to appaer over the forums link (add to it) etc.. might want to fix that Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/#findComment-281006 Share on other sites More sharing options...
source Posted June 23, 2007 Share Posted June 23, 2007 wow: I thought I was done till I registered a site: I registered the account "asshole" password "password" Well I go to messages and there is NO option to send one. 2) I go to edit my page and I click edit and it logges me in as someone else ? WTF 3) Edit page doesn't work? 4) forums I was able to post a topic that was blank. Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/#findComment-281018 Share on other sites More sharing options...
rcorlew Posted June 25, 2007 Author Share Posted June 25, 2007 I just fixed all but the posting of blank forum articles. The host I use just did some updates and messed up a few of my things, I did not even notice some of them, but what a headache to change all those pages because your host changes something. I should have the cuss word filter reinstalled, I sure hate web hosts somethimes. They say that they support php5, but the native support is php4, and some of the read/write restrictions are not set up correctly for my site to run in php5. So I had to write some custom functions to make some functions that are in version 5 but not in version 4. Oh well, all should be fixed shortly as most is already done. Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/#findComment-281699 Share on other sites More sharing options...
Lumio Posted June 26, 2007 Share Posted June 26, 2007 Type in 0 Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/#findComment-282832 Share on other sites More sharing options...
rcorlew Posted June 27, 2007 Author Share Posted June 27, 2007 That is fixed now. One thing I have been trying to figure out is why if I search for Chron's which is the database, it will not return results on my web server, but on the test server it does. I know it is because of the way they escape certain characters, but I am at a loss. I think I will email them and see how they have that set to be escaped. Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/#findComment-283590 Share on other sites More sharing options...
rcorlew Posted June 29, 2007 Author Share Posted June 29, 2007 Ok, I think that everything is ready for another round of testing. I have fixed the cussing filter, and don't allow password as a password 'again', but I can't find any more odd behaviors for now. If anyone finds any, please let me know. Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/#findComment-285799 Share on other sites More sharing options...
LiamProductions Posted June 30, 2007 Share Posted June 30, 2007 If i search something and theres no results it says 0 results found of 7 pages... I don't really need to know theres no results on 7 PAGES and what seven pages are theese? Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/#findComment-286571 Share on other sites More sharing options...
rcorlew Posted June 30, 2007 Author Share Posted June 30, 2007 The 7 pages are every page minus the forum and user page. I think that number might end up being much higher as the site grows. Link to comment https://forums.phpfreaks.com/topic/56518-solved-a-moment-of-your-time-to-test-out-my-search-page/#findComment-286574 Share on other sites More sharing options...
Recommended Posts