Posts tagged Please
I CANT FIND MY FLASH WEBSITE WITH A SEARCH ENGINE. PLEASE HELP.?
Sep 10th
Question by Westers:
I cant find my flash website with a search engine. Please help.?
I am not looking to gain rankings, I just want my site to appear when some one searches for the name of my company. I tried to use some meta tags that were supposed to be up to date but I did not have any luck. Can anyone plug some tags in for me that will work? I have already tried tags from various websites. I would greatly appreciate the help. I am stumped.
This is the default html of the published website.
Read More >>
I WANT TO MAKE A SEARCH ENGINE. LIKE GOOGLE. A SIMPLE ONE. PLEASE TELL ME THE CRITERIA?
Sep 7th
Question by dev:
I want to make a search engine. like GOOGLE. a easy one. Please tell me the criteria?
What is the stipulation to built a search engine like yahoo has, google, infoseek etc.
Thanks
Read More >>
Q&A: PLEASE… WE ALL NEED A GOOD SEARCH ENGINE. DO YOU THINK GOOGLE IS AS GOOD AS IT WAS AT ONE TIME?
Jul 11th

Question by Lakely:
Please… we all need a good search engine. Do you think Google is as good as it was at one time?
Google was really great at one time. It gave useful results on the search, and all the advertising was on the right column. The results were good, and that is EXACTLY what made them the top search engine.
But alas, it seems that all good things come to an end. For example: Enter “Work from Home” in Google and you will get about a thousand scam sites!
Now, this is NOT a work from home question… I just want to know if you think there is a chance that someone will build another search engine that will give the useful results that Google used to give? (one that will sort out all the scams and advertisers from the real information)
Or maybe you already know of that kind of search engine????
Read More >>
Q&A: WHERE CAN I BUILD A CUSTOM SEARCH ENGINE THAT DISPLAYS MY LOGO? (NOT GOOGLE OR YAHOO PLEASE)?
Mar 14th
Question by Penguin1021:
Where can i build a custom search engine that displays my logo? (not google or yahoo please)?
I mean a custom engine where u fill out a form and it generates code 4 u
Read More >>
HI, CAN YOU PLEASE HELP ME HOW CAN I BUILD AN SEARCH ENGINE SITE?
Dec 11th
Question by Sardor A:
Hi, Can you please help me HOW CAN I BUILD AN SEARCH ENGINE SITE?
Do you know where could I purchase things to build an site (search engine) please help me:)
I know i have to use a lot of money but i just wanna know where could I build it:)
Please help me
Thank You
Read More >>
PLEASE HOW CAN I GET THE INFORMATION ABOUT SPIDER WEB AND ROBOT ?. I WOULD LIKE TO BUILD SEARCH ENGINE .?
Dec 10th
Question by Muhammad:
please how can I get the information about spider web and robot ?. I would like to build search engine .?
I am searched about sites which contain the technology of search engine and web spider but I did not got it ? please what is the method to build search engine by spider and robot use php language ? if you can provide me about all necessary information to do that and I shll be thanks .
Read More >>
I NEED HELP WITH THIS PHP SCRIPT FOR MY SEARCH ENGINE. PLEASE!?
Dec 1st
Question by petree:
I need help with this PHP script for my search engine. Please!?
Okay. So in my search engine, for each array, there is a link to the page, where the page is located, and a description (a section from the body of the page) of the page.
By the way, I did not just make a bunch of keywords and titles and links and descriptions. I have over 3000 files on my website. I would not make keywords and titles and links and descriptions for each single one. It actually searches and sees if the keyword is in the body of any of the files on my website. If it has the keyword in it, it displays that page in the search results.
I have made a string called ‘$ keyword’ which is the word that the user searches for. Well actually, the keyword they insert into the form is called ‘$ keywordin’ and the actual word is called ‘$ keyword’ but that is only so I can tell the difference between the two. And it also makes sure there is not two descriptions showing up. But I did state that $ keywordin=$ keyword; so they are the same thing.
That’s the same thing with ‘$ desc’ and ‘$ rdesc’. They are just different versions of the same thing. But they both have their own reason for being there. So just go along with me.
But anyway, in each description (which I have named $ desc), I have told it that if it finds the inserted keyword anywhere in the description, to highlight the word. That works fine. But the problem is it capitalization-sensitive. So, I need help with this script I made to make it not capitalization-sensitive. Here is the script I am trying to use to do this:
//if the first letter of the inserted keyword isnt capitalized, make sure to
//highlight any $ keywords in the $ desc that do have their first letter capitalized
//along with the ones that dont
if(ucwords($ keywordin) != true){
$ uppercase = ucwords($ keyword);
$ replacek = “$ uppercase”;
$ replacementk = “$ uppercase“;
$ stringk = “$ rdesc”;
$ rdesc = ereg_replace($ replacek, $ replacementk, $ stringk);
}
if(ucwords($ keywordin) == true) {
strtolower($ keywordin);
$ lowercase = strtolower($ keyword);
$ replacek = “$ lowercase”;
$ replacementk = “$ lowercase“;
$ stringk = “$ desc”;
$ rdesc .= ereg_replace($ replacek, $ replacementk, $ stringk);
}
The first part of the script works (the part that says: if(ucwords($ keywordin) != true){ blah blah blah). If they insert a keyword that has a lowercase first letter, then it will highlight the keywords that have capitalized first letters along with those that have lowercase first letters..
But if they insert a keyword with a capitalized first letter, it only highlights the keywords with capitalized first letters. It doesn’t capitalize the keywords with lowercase first letters. But the second part of the script (if(ucwords($ keywordin) == true) { blah blah blah) is supposed to make sure that it capitalizes all of them.
Can someone please help me?
Read More >>
EDITING MY RUNESCAPE PRIVATE SERVER!?!?!?!?! (PLEASE READ ALL!!!)?
Sep 9th
Hey everyone,
Hey im up to the last chapter of my runescape private server makeing tutorial on http://www.runelocus.com/?action=rspstut
and it tells me to open the extracted source i downloaded and double click the notepad file client.java , which i do and it opens.. it then tells me to press ctrl+f to bring up the search engine for this file and type in the following code: “//start of moderator/admin list, 1 = mod, 2 = staff, 3 = admin”
it’s ment to bring me to a part of the script where i can change the accounts on my server rights, but when i type in this code it states it connot be found…
So what do i do im stuck on this part and if you know how to fix it simply please just give me the answer… but if you are really nice and want to guide me through this part really swiftly just add my instant messenger, plus ill ideal answer you.. THANKYOU!
travis.abbott@hotmail.com
Read More >>