Search results

  1. learning_brain

    High Quality Image Search Engine

    Hi all www.qualityimagesearch.com Yes, I have had this site on before (http://x10hosting.com/forums/review-my-site/124523-high-quality-image-search-engine.html) but there have been some very neat changes. Firstly, I have now switched to pro hosting and a decent (if not a little boring) domain...
  2. learning_brain

    Hotlinking Question...

    Some of you may know I now run an image search engine that crawls for high quality pics and graphics. Unfortunately, due to the somewhat unpredictable nature of my 'good' free host, my account has been deleted so I can't demonstrate the problem. Essentially, there are two parts (well more but...
  3. learning_brain

    Image load order

    My Image Search Engine is now working very nicely and provides lots of high quality images.... Thats the problem..... Each image was taking ages to load, so I created a dynamic thumbnail navigator with a large preview (original image) on hover (put in a span). This works pretty well, but the...
  4. learning_brain

    Saving GD thumbs to directory problem

    Hope you can help on this. I have a short script to produce a thumb from an image url and then save it to my thumbs directory. //set max size for thumb $max_width=110; $max_height=80; //header('Content-type: image/jpeg'); // Setting the resize parameters...
  5. learning_brain

    Grouping results from array by page number.

    You all know the old problem... 1000's of results and 1 html page... This is easily resolved if my results were direct from a MySQL result, using LIMIT, but I can't do that.... My results are contrived from a full MySQL result, scoring each result relevance to the search string/s and adding...
  6. learning_brain

    Improved Search Algorythm (Alternative to FULLTEXT)

    I have an image search engine (not on this server) which is now crawling nicely, but the search function leaves much to be desired! Currently, I'm using the fulltext MATCH AGAINST system; which works nicely but has two major limitations: 1) My host limits me to a 4 character search (all 3...
  7. learning_brain

    High Quality Image Search Engine

    I welcome any feedback on my new site. http://www.smartimagesearch.net76.net I only use large images and each image is visually checked for aesthetic quality and safety. I have generated an image crawler, which is still very busy in the background. Indexed images are now circa 2,000...
  8. learning_brain

    Filtering Dynamic URL's from URL scrape

    My Image crawler is now working but... The URL crawl picks up every URL link... which is fine on static pages but on dynamic pages, this can be a problem seeing as exactly the same page content can have a different URL. i.e...
  9. learning_brain

    Clearing Dom Object

    I have a site that crawls sites for images using CURL and parsing to DOM elements. This works great for single urls, but what I want to achieve is for a preliminary a->href search and then a loop to search through all href pages for images as well (1 deep). Ideally, I would like to extend this...
  10. learning_brain

    img src preg_match_all regex problem

    I have searched around everywhere for the right way of doing this..... I have an image search engine and as part of it, I have a page that can extract and store img sources. The problem is that the regex I'm using is not always reliable. 1) issues with relative paths (doesn't inlcude complete...
  11. learning_brain

    ereg_replace and explode problem

    I am tying to analyse a string in a number of way for my new adaptive learning language program at www.brain.x10hosting.com. One part is to determine which words in the string are common, and thus remove them. This test pages is at www.brain.x10hosting.com/test.php The php below goes with a...
  12. learning_brain

    Splitting a string and sql insert as array?

    Splitting a string, based on " " is fairly simple, but how do I store it to a longtext field as an array? I need to store a) the string part and b) the order within that string. I also then need to be able to call any part of that array from the DB. Any ideas?
  13. learning_brain

    Programmers Needed for new Virtual Brain Project

    Hi all. Hope this is the right area for this. I am starting a new project, recreating the human brain (in very simple terms). I have already developed the initial concept, but welcome feedback in its development process. It will be driven by php with MySQL back end and perhaps some JS and...
Top