hey folks!
dont know if this is the right forum - still, sorry if it is not. I may have missed a potential solution here. Please point if there is already. I have a php based web site + mysql databse with keywords and description and etc. What I want:
What I need is - I have a nixxie xml feed (http://www.nixxie.com). I want help and solution:
1. For example I have link like this, and many more like this which are the result of a specific search, and all are properly linked - properly means that the link below is for example a link for "science books". So the links vary depending on the keyword/phrase, but the base nixxie.com is same. Dont try the link - it is not supposed to work, the values are changed. It is an example:
http: // feed3a.nixxie.com/redir.php?did=484100402&rv=0322c6f026dfhsdfhsdfhd367e4860749160b9ecb
I want to hide the link so I cant see it is nixxie feed and noone can discover. I dont want to do it with Status bar text which is not really the solution I'm looking for. Look at toseeka.com. They have it hidden there. For both nixxie and overture.com
As You can see toseeka.com have no mention of nixxie or overture in their feed. Maybe even with javascripting - that can help. Not sure?
2. I have a site www.domain.com. Displays a categories and keywords which are queried from my mysql database. When you click at a specific word you get the resulting links from the nixxie xml feed at www.domain.com/results.php?id=some_id. All results are nixxie links which are derived from their xml feed. What I want is:
I click for example "Books", "Collectors Books", "Rare Books" or whatever keyword and to have these links respectively:
books.domain.com/...
collectorsbooks.domain.com/...
rarebooks.domain.com/...
Note:
... - Means the rest of the url.
That means I have links keyword.domain.com/results.php?id=some_id instead of just domain.com/results.php?id=some_id.
Example: www.doo.co.uk
I have wild card for subdomains. Actually each generated link will be prepended with keyword value. Because the subdomain actually it doesnt exist it will be redirect to the default url address DOMAIN.com, in this case www.domain.com. It doesnt change much. I just need simple php code to prepend word. is that correct?
And then comes point 1 from above - on the results page to have all the links from the nixxie hidden!
Can you understand exactly what I want? smile.gif
Please suggest solution. I saw wide variety of text on this topic. will keep looking and on track to dive into readinh url rewriting as I see and understand that is the way for fixing the keyword prepending maybe and get keyword.domain.com?
regards.
/koco
dont know if this is the right forum - still, sorry if it is not. I may have missed a potential solution here. Please point if there is already. I have a php based web site + mysql databse with keywords and description and etc. What I want:
What I need is - I have a nixxie xml feed (http://www.nixxie.com). I want help and solution:
1. For example I have link like this, and many more like this which are the result of a specific search, and all are properly linked - properly means that the link below is for example a link for "science books". So the links vary depending on the keyword/phrase, but the base nixxie.com is same. Dont try the link - it is not supposed to work, the values are changed. It is an example:
http: // feed3a.nixxie.com/redir.php?did=484100402&rv=0322c6f026dfhsdfhsdfhd367e4860749160b9ecb
I want to hide the link so I cant see it is nixxie feed and noone can discover. I dont want to do it with Status bar text which is not really the solution I'm looking for. Look at toseeka.com. They have it hidden there. For both nixxie and overture.com
As You can see toseeka.com have no mention of nixxie or overture in their feed. Maybe even with javascripting - that can help. Not sure?
2. I have a site www.domain.com. Displays a categories and keywords which are queried from my mysql database. When you click at a specific word you get the resulting links from the nixxie xml feed at www.domain.com/results.php?id=some_id. All results are nixxie links which are derived from their xml feed. What I want is:
I click for example "Books", "Collectors Books", "Rare Books" or whatever keyword and to have these links respectively:
books.domain.com/...
collectorsbooks.domain.com/...
rarebooks.domain.com/...
Note:
... - Means the rest of the url.
That means I have links keyword.domain.com/results.php?id=some_id instead of just domain.com/results.php?id=some_id.
Example: www.doo.co.uk
I have wild card for subdomains. Actually each generated link will be prepended with keyword value. Because the subdomain actually it doesnt exist it will be redirect to the default url address DOMAIN.com, in this case www.domain.com. It doesnt change much. I just need simple php code to prepend word. is that correct?
And then comes point 1 from above - on the results page to have all the links from the nixxie hidden!
Can you understand exactly what I want? smile.gif
Please suggest solution. I saw wide variety of text on this topic. will keep looking and on track to dive into readinh url rewriting as I see and understand that is the way for fixing the keyword prepending maybe and get keyword.domain.com?
regards.
/koco





