[GH-ISSUE #73] http://danielgibbs.co.uk/scripts is broken #55

Closed
opened 2026-02-27 01:59:17 +03:00 by kerem · 17 comments
Owner

Originally created by @bsdlp on GitHub (Feb 6, 2014).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/73

jchen@rousseau> curl -I http://danielgibbs.co.uk/scripts
HTTP/1.1 301 Moved Permanently
Server: cloudflare-nginx
Date: Thu, 06 Feb 2014 02:49:45 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Set-Cookie: __cfduid=dbbc19784bbc2fe6e0f2816bc1f27fe341391654984487; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.danielgibbs.co.uk; HttpOnly
X-Pingback: http://danielgibbs.co.uk/xmlrpc.php
X-UA-Compatible: IE=edge,chrome=1
X-Powered-By: W3 Total Cache/0.9.3
Set-Cookie: cbc_country_name=United+States; expires=Fri, 07-Feb-2014 02:49:44 GMT; path=/
Set-Cookie: cbc_country_code=us; expires=Fri, 07-Feb-2014 02:49:44 GMT; path=/
Vary: Accept-Encoding,User-Agent
Location: http://danielgibbs.co.uk/scripts/
Cache-Control: max-age=3600
Expires: Thu, 06 Feb 2014 03:49:44 GMT
X-Powered-By: PleskLin
CF-RAY: f84876509b802b7-IAD

jchen@rousseau> curl -I http://danielgibbs.co.uk/scripts/
HTTP/1.1 200 OK
Server: cloudflare-nginx
Date: Thu, 06 Feb 2014 02:49:58 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Set-Cookie: __cfduid=d35a19fcb762270f559f8394e657770a71391654998285; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.danielgibbs.co.uk; HttpOnly
Vary: Accept-Encoding,Cookie
Last-Modified: Thu, 06 Feb 2014 02:47:30 GMT
ETag: "16-4f1b3e4fc4274"
Cache-Control: max-age=3451, public
Expires: Thu, 06 Feb 2014 03:47:30 GMT
X-Powered-By: W3 Total Cache/0.9.3
Pragma: public
CF-RAY: f8487bb413502b6-IAD

jchen@rousseau> curl http://danielgibbs.co.uk/scripts/

jchen@rousseau>
Originally created by @bsdlp on GitHub (Feb 6, 2014). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/73 ``` jchen@rousseau> curl -I http://danielgibbs.co.uk/scripts HTTP/1.1 301 Moved Permanently Server: cloudflare-nginx Date: Thu, 06 Feb 2014 02:49:45 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Set-Cookie: __cfduid=dbbc19784bbc2fe6e0f2816bc1f27fe341391654984487; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.danielgibbs.co.uk; HttpOnly X-Pingback: http://danielgibbs.co.uk/xmlrpc.php X-UA-Compatible: IE=edge,chrome=1 X-Powered-By: W3 Total Cache/0.9.3 Set-Cookie: cbc_country_name=United+States; expires=Fri, 07-Feb-2014 02:49:44 GMT; path=/ Set-Cookie: cbc_country_code=us; expires=Fri, 07-Feb-2014 02:49:44 GMT; path=/ Vary: Accept-Encoding,User-Agent Location: http://danielgibbs.co.uk/scripts/ Cache-Control: max-age=3600 Expires: Thu, 06 Feb 2014 03:49:44 GMT X-Powered-By: PleskLin CF-RAY: f84876509b802b7-IAD jchen@rousseau> curl -I http://danielgibbs.co.uk/scripts/ HTTP/1.1 200 OK Server: cloudflare-nginx Date: Thu, 06 Feb 2014 02:49:58 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Set-Cookie: __cfduid=d35a19fcb762270f559f8394e657770a71391654998285; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.danielgibbs.co.uk; HttpOnly Vary: Accept-Encoding,Cookie Last-Modified: Thu, 06 Feb 2014 02:47:30 GMT ETag: "16-4f1b3e4fc4274" Cache-Control: max-age=3451, public Expires: Thu, 06 Feb 2014 03:47:30 GMT X-Powered-By: W3 Total Cache/0.9.3 Pragma: public CF-RAY: f8487bb413502b6-IAD jchen@rousseau> curl http://danielgibbs.co.uk/scripts/ jchen@rousseau> ```
kerem closed this issue 2026-02-27 01:59:17 +03:00
Author
Owner

@dgibbs64 commented on GitHub (Feb 6, 2014):

Why are you trying to download my blog pages with curl??

<!-- gh-comment-id:34301330 --> @dgibbs64 commented on GitHub (Feb 6, 2014): Why are you trying to download my blog pages with curl??
Author
Owner

@bsdlp commented on GitHub (Feb 6, 2014):

? This is the easiest way to demonstrate that either your link isn't working or your webserver isn't returning the correct response.

Would you prefer a screenshot? I'm confused here.

<!-- gh-comment-id:34301486 --> @bsdlp commented on GitHub (Feb 6, 2014): ? This is the easiest way to demonstrate that either your link isn't working or your webserver isn't returning the correct response. Would you prefer a screenshot? I'm confused here.
Author
Owner

@dgibbs64 commented on GitHub (Feb 6, 2014):

My blog is up and running. You can send a screenshot if you like but as far as I can tell my website is working correctly.

<!-- gh-comment-id:34301580 --> @dgibbs64 commented on GitHub (Feb 6, 2014): My blog is up and running. You can send a screenshot if you like but as far as I can tell my website is working correctly.
Author
Owner

@bsdlp commented on GitHub (Feb 6, 2014):

0.0

<!-- gh-comment-id:34301922 --> @bsdlp commented on GitHub (Feb 6, 2014): 0.0
Author
Owner

@bluebrat commented on GitHub (Feb 9, 2014):

Your website has a lo of broken pages that just show up blank/empty. Do you need help with Wordpress?

This happens with your forum and scripts pages, as well as several blog posts.

<!-- gh-comment-id:34586476 --> @bluebrat commented on GitHub (Feb 9, 2014): Your website has a lo of broken pages that just show up blank/empty. Do you need help with Wordpress? This happens with your forum and scripts pages, as well as several blog posts.
Author
Owner

@dgibbs64 commented on GitHub (Feb 9, 2014):

I have removed the forum as I felt that it wasn't really being used. Also can you give me some examples of the broken URL's as I am unable to see a problem. I have made a few changes to some of the post url's recently so it may be that search engine results may need re-indexing of something. I am quite farmiliar with WordPress but if you can give me some examples I can check this out. Thanks for letting me know

<!-- gh-comment-id:34589473 --> @dgibbs64 commented on GitHub (Feb 9, 2014): I have removed the forum as I felt that it wasn't really being used. Also can you give me some examples of the broken URL's as I am unable to see a problem. I have made a few changes to some of the post url's recently so it may be that search engine results may need re-indexing of something. I am quite farmiliar with WordPress but if you can give me some examples I can check this out. Thanks for letting me know
Author
Owner

@bsdlp commented on GitHub (Feb 9, 2014):

Have you actually tried looking at the URL in question?

<!-- gh-comment-id:34589553 --> @bsdlp commented on GitHub (Feb 9, 2014): Have you actually tried looking at the URL in question?
Author
Owner

@dgibbs64 commented on GitHub (Feb 9, 2014):

Yes I have and it works for me without a problem.

<!-- gh-comment-id:34589655 --> @dgibbs64 commented on GitHub (Feb 9, 2014): Yes I have and it works for me without a problem.
Author
Owner

@dgibbs64 commented on GitHub (Feb 9, 2014):

Might be a caching thing. I will double check

<!-- gh-comment-id:34589682 --> @dgibbs64 commented on GitHub (Feb 9, 2014): Might be a caching thing. I will double check
Author
Owner

@bsdlp commented on GitHub (Feb 9, 2014):

You're telling me that http://danielgibbs.co.uk/scripts doesn't return a blank page for you? That's a magical browser you got there, harry!

<!-- gh-comment-id:34589687 --> @bsdlp commented on GitHub (Feb 9, 2014): You're telling me that http://danielgibbs.co.uk/scripts doesn't return a blank page for you? That's a magical browser you got there, harry!
Author
Owner

@bluebrat commented on GitHub (Feb 9, 2014):

Use a US proxy or some testing service like Litmus to see how the Scripts page loads.

<!-- gh-comment-id:34589691 --> @bluebrat commented on GitHub (Feb 9, 2014): Use a US proxy or some testing service like Litmus to see how the Scripts page loads.
Author
Owner

@dgibbs64 commented on GitHub (Feb 9, 2014):

I have cleared all local and server caches and saw the blank pages. Done a few tests and appears to be working now. Please let me know. Thanks

<!-- gh-comment-id:34590051 --> @dgibbs64 commented on GitHub (Feb 9, 2014): I have cleared all local and server caches and saw the blank pages. Done a few tests and appears to be working now. Please let me know. Thanks
Author
Owner

@bluebrat commented on GitHub (Feb 9, 2014):

Yep, it's coming up now!

<!-- gh-comment-id:34590280 --> @bluebrat commented on GitHub (Feb 9, 2014): Yep, it's coming up now!
Author
Owner

@andrewc2 commented on GitHub (Apr 19, 2014):

Looks like it's broken again!

<!-- gh-comment-id:40873317 --> @andrewc2 commented on GitHub (Apr 19, 2014): Looks like it's broken again!
Author
Owner

@brunick commented on GitHub (Jul 21, 2014):

jep its down, maybe its up for you because you're logged in?

<!-- gh-comment-id:49634970 --> @brunick commented on GitHub (Jul 21, 2014): jep its down, maybe its up for you because you're logged in?
Author
Owner

@YannickFricke commented on GitHub (Jul 22, 2014):

http://puu.sh/alNef/e543549d6a.jpg

working and dont logged in :)

<!-- gh-comment-id:49695766 --> @YannickFricke commented on GitHub (Jul 22, 2014): http://puu.sh/alNef/e543549d6a.jpg working and dont logged in :)
Author
Owner

@lock[bot] commented on GitHub (Jul 20, 2018):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:406479876 --> @lock[bot] commented on GitHub (Jul 20, 2018): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#55
No description provided.