492 Recommended Topics

Remove Filter
Member Avatar for Gabriel9999

I want to list services currently installed in an ubuntu box. Also want to list the status of the listed services. Thanks.

Member Avatar for Mornigstar
1
2K
Member Avatar for borobhaisab

@dani I got ChatGpt to fix my Crawler that was showing error. This code that was showing error: My Buggy Code ```` <?php //START OF SCRIPT FLOW. //Preparing Crawler & Session: Initialising Variables. //Preparing $ARRAYS For Step 1: To Deal with Xml Links meant for Crawlers only. //SiteMaps Details Scraped …

Member Avatar for borobhaisab
1
84
Member Avatar for MarkMarketer

Question for marketers. I was thinking the other day about AI creating content and I was wondering if AI generated content had an impact on a website's SEO. Does Google allow this?

Member Avatar for Ella_8
0
136
Member Avatar for vooz-tech

SEO (Search Engine Optimization) is essential for the online growth of any business, as it can help improve the visibility and accessibility of a company's website in search engine results pages (SERPs). When a user searches for a specific term related to your business, your website's ranking in the SERPs …

Member Avatar for Ella_8
0
94
Member Avatar for borobhaisab

@dani Checking these 2 working codes of your's out. I got some basic questions. 1 ```` <?php ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(E_ALL); //Dan's Code. //Code from: https://www.daniweb.com/programming/web-development/threads/538868/simplehtmldom-failing#post2291972 //Sitemap Protocol: https://www.sitemaps.org/protocol.html // Initiate ability to manipulate the DOM and load that baby up $doc = new DOMDocument(); $message = file_get_contents('https://www.daniweb.com/programming/web-development/threads/538868/simplehtmldom-failing#post2288453'); // https://www.php.net/manual/en/function.libxml-use-internal-errors.php libxml_use_internal_errors(true); …

Member Avatar for borobhaisab
0
82
Member Avatar for borobhaisab

Experienced Fellow Programmers, I asking questions to those who have experiences with web crawlers. I do not want my web crawler getting trapped onto some domain, while crawling it. Trapped and going in a loop for some reason. And so, what to look-out for to prevent loops ? 1.I know …

Member Avatar for borobhaisab
0
75
Member Avatar for Dani

I received this email: > > Hello Google Developer, > > We're writing to let you know that we detected the use of an embedded webview in requests to Google's OAuth 2.0 authorization endpoint in the past 120 days associated with one or more of your OAuth client IDs listed …

Member Avatar for Dani
0
361
Member Avatar for Fabina
Member Avatar for Loriya

Hello friends, Do you know about SMO and SMM? What is the different between SMO and SMM? Because i am confuse between them. Some people says both are different and some says both are qual. So what do you think about this? Please shair your thoughts. Thanks Loriya

Member Avatar for redplanetpk
-1
281
Member Avatar for 143wena

im a first year student of computer science course. our teacher teach us c++ program and i cant understand it well.now my teacher want us to make a menu system or payroll system.. the format she teach us is like this 1.) write a program that will accept users input …

Member Avatar for Aldrin_3
0
672
Member Avatar for jcham

After the latest MS update (22) My bluetooth quit functioning. The icon is there and it is available in settings. The problem is it will not pair with any external bluetooth devices. It will search but never connects with anything ie; keyboards, mice, earphones. Microsoft support could not fix it. …

Member Avatar for jcham
0
126
Member Avatar for borobhaisab

Folks, This is absurd! As you know, some crawler codes on the internet exist where you get it to navigate to a page and it extracts all html links. hrefs. Code such as this one: ```` //Sitemap Protocol: https://www.sitemaps.org/protocol.html include_once('simplehtmldom_1_9_1/simple_html_dom.php'); //WORKS. //$sitemap = 'https://www.rocktherankings.com/post-sitemap.xml'; //$sitemap = "https://www.rocktherankings.com/sitemap_index.xml"; //Has more xml …

Member Avatar for borobhaisab
0
81

The End.