2019-07-13

How to fix this Bug ???.

Hi Sir.
1 - When you are connected to the ADMIN, and click on the YIOOP Logo from the ADMIN to access the Search Engine Page to Search by typing the word "Google " for example, we fall into a first time on the link https://www.yioop.com/?YIOOP_TOKEN=lksOGd0gOEk*1563042454 and we note that the first results "Web " are displayed very well, but when you click on "Image " or "Video " or "News " at the top of the screen, to get Image Results (Video or News) of the same keyword "Google " in search, we are automatically redirected to the Home Page without seeing the search results .
How to fix this Bug ???
2 - Looking from the ADMIN how to change the Root's default (Empty) Password, I do not see where to do it. How to change the password Root in YIOOP ???
3 - Why some images do not appear when clicking on their thumbnail in the search results, here for example that is empty (does not display any image after clicking on its thumbnail): https://www.yioop.com/?c=search&q=google&a=cache&arg=https%3A%2F%2F3.bp.blogspot.com%2F-oYjyiQY8AlI%2FXLmVrNwojhI%2FAAAAAAACc2c%2F7nozQMipXAsvzIJQ6Xz42AoeJHWb8s21gCLcBGAs%2Fs1600%2F1.jpg&its=1561139064 ???
4 - By looking on this link https://www.yioop.com/?c=search&q=google&a=cache&arg=https%3A%2F%2F1.bp.blogspot.com%2F-WuHDGTQ3xjw%2FXQ0DetImzQI%2FAAAAAAAChQw%2F5_MdKzaMrWUN7LETCUiu-m2-llF0B5IUACLcBGAs%2Fs1600%2F0.jpg&its=1561139064, you see the actual image (not in thumbnails ) and displayed after clicking on its thumbnail in the Image Search results.
So, how do we recover the PHP Variable or the Constant of the Normal Size of Images already crawled ???
Thank you for helping us correct the Bug first and then find an answer to the other questions.
(Edited: 2019-07-13)
Hi Sir. '''1 -''' When you are connected to the ADMIN, and click on the YIOOP Logo from the ADMIN to access the Search Engine Page to Search by typing the word "'''Google'''" for example, we fall into a first time on the link [[https://www.yioop.com/?YIOOP_TOKEN=lksOGd0gOEk*1563042454|https://www.yioop.com/?YIOOP_TOKEN=lksOGd0gOEk*1563042454]] and we note that the first results "'''Web'''" are displayed very well, but when you click on "'''Image'''" or "'''Video'''" or "'''News'''" at the top of the screen, to get Image Results (Video or News) of the same keyword "'''Google'''" in search, '''''we are automatically redirected to the Home Page without seeing the search results'''''. '''How to fix this Bug ???''' ---- '''2 -''' Looking from the ADMIN how to change the Root's default (Empty) Password, I do not see where to do it. How to change the password Root in YIOOP ??? ---- '''3 -''' Why some images do not appear when clicking on their thumbnail in the search results, here for example that is empty (does not display any image after clicking on its thumbnail): [[https://www.yioop.com/?c=search&q=google&a=cache&arg=https%3A%2F%2F3.bp.blogspot.com%2F-oYjyiQY8AlI%2FXLmVrNwojhI%2FAAAAAAACc2c%2F7nozQMipXAsvzIJQ6Xz42AoeJHWb8s21gCLcBGAs%2Fs1600%2F1.jpg&its=1561139064|https://www.yioop.com/?c=search&q=google&a=cache&arg=https%3A%2F%2F3.bp.blogspot.com%2F-oYjyiQY8AlI%2FXLmVrNwojhI%2FAAAAAAACc2c%2F7nozQMipXAsvzIJQ6Xz42AoeJHWb8s21gCLcBGAs%2Fs1600%2F1.jpg&its=1561139064]] ??? ---- '''4 -''' By looking on this link [[https://www.yioop.com/?c=search&q=google&a=cache&arg=https%3A%2F%2F1.bp.blogspot.com%2F-WuHDGTQ3xjw%2FXQ0DetImzQI%2FAAAAAAAChQw%2F5_MdKzaMrWUN7LETCUiu-m2-llF0B5IUACLcBGAs%2Fs1600%2F0.jpg&its=1561139064|https://www.yioop.com/?c=search&q=google&a=cache&arg=https%3A%2F%2F1.bp.blogspot.com%2F-WuHDGTQ3xjw%2FXQ0DetImzQI%2FAAAAAAAChQw%2F5_MdKzaMrWUN7LETCUiu-m2-llF0B5IUACLcBGAs%2Fs1600%2F0.jpg&its=1561139064]], you see the actual image ('''''not in thumbnails''''') and displayed after clicking on its thumbnail in the Image Search results. So, '''how do we recover the PHP <u>Variable</u> or the <u>Constant</u> of the <u>Normal Size</u> of Images already crawled ???''' ---- Thank you for helping us correct the Bug first and then find an answer to the other questions.

-- How to fix this Bug ???
(1) I've confirmed this bug. It is now fixed in the git repository and will be fixed in Version 6.0.4 which I should push out later today.
(2) When you log in to Yioop there is a lock icon next to Account Details. Click on it. This will let you change your name. Notice the word Password is a link. Click on this link to change your password. If you don't like root as the default admin user name, you can set the default admin user name by editing the file: src/configs/LocalConfig.php and adding a line like: nsdefine('ROOT_USERNAME', "some_user_name");
(3) I haven't quite figured out why this thumbnail appears. The link it links to is a 404 Not Found on Google, so I am not sure how it generated the thumbnail unless the original item was linked to from an RSS feed. The thumbnail then may have come from the feed but the original sized image item was never downloaded. In the meantime, the feed item expired and along with it the image link.
(4) When an image link is downloaded by yioop (not related to an RSS feed), a thumbnail is generated on the spot and both are stored together in the index archive along with url and any extra data such as exif info in the image. When the image search results are drawn only the thumbnail is shown. Only when the image link is clicked is the image shown. If you click on Toggle Extracted Headers and Summaries you can see all the information Yioop extracted from the image including its dimensions, exif info, etc. The method to retrieve an index item based on its url is getCrawlItem in src/models/ParallelModel.php
(Edited: 2019-07-14)
(1) I've confirmed this bug. It is now fixed in the git repository and will be fixed in Version 6.0.4 which I should push out later today. (2) When you log in to Yioop there is a lock icon next to Account Details. Click on it. This will let you change your name. Notice the word Password is a link. Click on this link to change your password. If you don't like root as the default admin user name, you can set the default admin user name by editing the file: src/configs/LocalConfig.php and adding a line like: nsdefine('ROOT_USERNAME', "some_user_name"); (3) I haven't quite figured out why this thumbnail appears. The link it links to is a 404 Not Found on Google, so I am not sure how it generated the thumbnail unless the original item was linked to from an RSS feed. The thumbnail then may have come from the feed but the original sized image item was never downloaded. In the meantime, the feed item expired and along with it the image link. (4) When an image link is downloaded by yioop (not related to an RSS feed), a thumbnail is generated on the spot and both are stored together in the index archive along with url and any extra data such as exif info in the image. When the image search results are drawn only the thumbnail is shown. Only when the image link is clicked is the image shown. If you click on Toggle Extracted Headers and Summaries you can see all the information Yioop extracted from the image including its dimensions, exif info, etc. The method to retrieve an index item based on its url is getCrawlItem in src/models/ParallelModel.php
2019-07-14

-- How to fix this Bug ???
Thank you Sir for your answer. I just send you an email about the paid explanatory video discussed previously. Thank you for answering me also by email.
Thank you Sir for your answer. I just send you an email about the paid explanatory video discussed previously. Thank you for answering me also by email.
X