Is it possible???

For discussions about game development that does not fit in any of the other topics.
Post Reply
User avatar
62896dude
Posts: 516
Joined: Thu Jan 20, 2011 2:39 am

Is it possible???

Post by 62896dude »

Hey there people of Indie-Resource,

I haven't posted here in quite some time, I recnetly got a job working with a company and I help them with the coding for their website. But, out of the control of the website, with over 10,000 total links to outside and inside sources (inside being bookmarks within the site), a lot of the links are bound to become broken, and then I am responsible for going through all of them to search for broken ones :/

So thus, I come to you my good friends!

I was wondering, would it be possible without being nearly impossible (though I am sure it will be a challenge) to create a software or program on my own that automatically goes through the site and checks for broken links and then notifies me of which ones aren't working? If so, my job will become a lot easier and my pay will become a lot better ;)

No, but really, if anyone would be willing to contribute information to the production of this wonderful product (no, I don't want anyone to code it, lol, but things such as what code languages would be most useful, tips/advice/ etc.) it would be very much appreciated!

Thank you all so much,

62896dude
Languages: C++, C#, Javascript + Angular, PHP
Programs: Webstorm 2017, Notepad++, Photoshop
Current Project: HP Destiny
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Is it possible???

Post by Jackolantern »

I know Dreamweaver can scan all of your links if it is managing your website, but I am not sure if the same feature is available for imported websites. I would imagine it can though. You would basically import your root folder along with the entire structure of your site, and then it should be able to scan all the links to see which ones are broken.
The indelible lord of tl;dr
User avatar
62896dude
Posts: 516
Joined: Thu Jan 20, 2011 2:39 am

Re: Is it possible???

Post by 62896dude »

Could you explain like, how exactly that would work? What kind of function would it run in order to find a broken link? I personally find it amazing that it can do that, but what language would be used for it?
Languages: C++, C#, Javascript + Angular, PHP
Programs: Webstorm 2017, Notepad++, Photoshop
Current Project: HP Destiny
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Is it possible???

Post by Jackolantern »

Well, if it is in PHP, I am not sure if it can do it then. I have only used the feature a very tiny bit a while back, and that was all HTML and CSS. Beyond that, it was several versions ago that I used the feature and don't remember how to do it anymore. But it is just an option in the GUI, so it is pretty easy to find, and should be outlined in most fair-length tutorials and better. You could try downloading a trial if you don't have it and see if it will work for you.
The indelible lord of tl;dr
User avatar
Noctrine
Posts: 928
Joined: Thu Apr 23, 2009 9:57 pm

Re: Is it possible???

Post by Noctrine »

Google Webmaster Tools already does this.
Jesse Dorsey
ProjectANI - Lead Developer Person
http://about.me/jessedorsey
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Is it possible???

Post by hallsofvallhalla »

yep, the host should have tools for this.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Is it possible???

Post by Jackolantern »

Ahh, there you go!
The indelible lord of tl;dr
User avatar
Ravinos
Posts: 281
Joined: Tue Sep 15, 2009 4:14 pm

Re: Is it possible???

Post by Ravinos »

Noctrine wrote:Google Webmaster Tools already does this.
Yep I know this will work. It some times gives false positives. I had to do something similar to yours for a online gaming group's page/forums.
Baseball435
Posts: 548
Joined: Sun May 30, 2010 3:49 am

Re: Is it possible???

Post by Baseball435 »

You can ping the websites. That's a way I used once to check if peoples emails were real.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Is it possible???

Post by Jackolantern »

He was actually wanting to check internal links within his own website to make sure his organization hadn't broken any of his links. For that, web server tools work quite well it seems :)
The indelible lord of tl;dr
Post Reply

Return to “General Development”