If you can see this…
by Xxav on April 21, 2009, 6:39 pm, under Site Updates
…then you are now resolving to the correct version of the site.
If you notice anything broken please comment here or use the contact link at the bottom of any page.
Thanks for your patience!
April 21st, 2009 on 8:25 pm
When I go to servers and click on the server I want to view it just gives me a list of all the US servers. I cannot see the ranking of guilds on any individual server.
April 21st, 2009 on 8:27 pm
Apostrophes in the urls are broken. Any server with an apostrophe just shows the world wide rankings.
April 21st, 2009 on 8:28 pm
Looking into this now.
April 21st, 2009 on 8:42 pm
Should be fixed now. Thanks for pointing this out
April 21st, 2009 on 9:47 pm
I qued my guild and it still doesent add it to the search list and count our kills in ulduar 10 man and other raids.
April 21st, 2009 on 9:51 pm
What region/server/guild?
April 21st, 2009 on 10:01 pm
it is US/Ravencrest/Unleashed Elites
April 22nd, 2009 on 1:54 am
Realm rankings dont seem to update. For instance on Hakkar, Flatline is > Incite. we have killed more bosses even the site says so, yet they are ranking highier. even after many crawls
April 22nd, 2009 on 3:28 am
ever since the server move i am unable to scrape my guild status from your page i get the following error
Warning: file(http://eq2.guildprogress.com/butcherblock/death_proof) [function.file]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
April 22nd, 2009 on 5:30 am
@Recoil: Let the rankings calculations run at 6am and let me know if it still looks wrong.
@Protocol-X: Can you access this from your browser?
April 22nd, 2009 on 2:54 pm
Great site, great work.
When you click on a guild name, Such as Sixth Sense on Illidan
and you want to look at a different sections, such as Ulduar normal, not Heroic. It will give you the uld10/uld25
for example
http://wow.guildprogress.com/us/illidan/sixth_sense/wotlk
than click on Ulduar Normal and you will get
http://wow.guildprogress.com/us/illidan/sixth_sense/wotlk/uld10
than click on Ulduar normal again and you get
http://wow.guildprogress.com/uld10
You need to either give the full url or add the sub directory command ../ to your redirects. Prolly the full url but IDK how your site is driven so…good luck.
Great job love the site so far.
April 22nd, 2009 on 3:03 pm
Fixed. Thanks
April 22nd, 2009 on 3:20 pm
no problemo
April 22nd, 2009 on 10:21 pm
another issues I found
go to
http://wow.guildprogress.com/us/illidan/sixth_sense/score/uld10
and you only get the heroic compare not the 10 man
April 23rd, 2009 on 4:47 am
Yes i can access it fine. i can access other sites using the scrape script a very simple one i used to be able to access yours before the server move. Even if i put in your base address it fails.
CODE:
php
$urlGP = “http://eq2.guildprogress.com/butcherblock/death_proof”;
$dataGP = implode(“”, file($urlGP));
$dataGP = str_replace(‘href=”/’, ‘target=”_blank” href=”http://eq2.guildprogress.com/’, $dataGP);
preg_match(‘/([^`]*?)/’, $dataGP, $smatchesGP);
print (”
$smatchesGP[0]
“);
April 23rd, 2009 on 4:52 am
Sorry it cut out the html elements but still if u simple use
$urlGP = “http://eq2.guildprogress.com/butcherblock/death_proof”;
$dataGP = implode(“”, file($urlGP));
print $dataGP;
it should work and it does not
April 23rd, 2009 on 11:06 am
For the various “sub-era’s” I guess you would call it for the WoW rankings the Mok’Nathal links are not working. The server is returning Mok\’Nathal as part of the link defaulting back to the main guildprogress page. A minor edit of the address to Mok’Nathal gets us the information we need… but figured you should be aware.
April 23rd, 2009 on 1:45 pm
@Protocol-X: This must be a side effect of the new web server. I will have to muck around with the settings to see what I can come up with.
@Brad: Fixed. Thanks
April 24th, 2009 on 6:30 pm
cool, hopefully it is something easy.. I have never encountered the issue myself unless it was a secure page but then we would need to log in to see it in general
April 24th, 2009 on 6:45 pm
I dont know how much of a help this will be but it seems to be breaking at anything after the direct eq2 url
http://eq2.guildprogress.com/ anything added like server or server list auto fails it to a 404 page error.
i also tested it with eq and wow same results all fail after adding a subdirectory to the main address.
April 24th, 2009 on 6:54 pm
Sorry for the spam i wanted to test 2 more things and both fail.. a reverse look up for the ip and a website url validation tool
Response
Checked link: http://eq2.guildprogress.com/Butcherblock/Death_Proof
This link does not work.
Error message: 404 Not Found
April 25th, 2009 on 11:42 pm
Unable to acess the WoW page, keeps going saying Page can not be viewed or something of that nature
April 25th, 2009 on 11:45 pm
Just updatin i get the same as Protocol-x
“this link does not work”
Error message: 404 not found
April 25th, 2009 on 11:47 pm
What URL are you trying to access? The WoW rankings seem fine to me.
April 26th, 2009 on 12:32 am
Ok i go to http://www.guildprogress.com/ and click on World of warcarft, within 3 secs of choosing “Submit a Guild” i get 404 Error “Sorry, the page you have requested cannot be found”
April 26th, 2009 on 1:15 am
I am loading the page fine.
http://wow.guildprogress.com/submit-guild
Is anyone else having this problem? And also, 404 errors should redirect you to the front page and not actually show the 404 error to you.
April 26th, 2009 on 1:22 am
Im currently sitting in http://wow.guildprogress.com/ just fine with no probs, just cant access to view My Nagrand Realm or Submit my Guild into the fold
April 26th, 2009 on 1:54 am
So, http://wow.guildprogress.com/EU/Nagrand is a 404 error?
April 26th, 2009 on 1:59 am
Yep, btw im US Realm
April 26th, 2009 on 5:40 am
You didn’t happen to switch to grid hosting did you?
April 26th, 2009 on 5:50 am
No, got no idea what that is, ive been able to access Guildprogress.com before with no probs
April 26th, 2009 on 12:57 pm
that was directed to XXav about the grid hosting basically instead of using one server ur info is hosted amongst many servers.
April 26th, 2009 on 3:27 pm
No, I did not.
April 26th, 2009 on 11:46 pm
Hmm still cant access submit a guild to submit my guild for the ranks on Nagrand US….kinda annoying
April 29th, 2009 on 3:09 pm
When I click any button along the top, servers, submit guild, update guild, faq and crawler I get a 404 error page not found.
this is the only link that works.
May 2nd, 2009 on 11:25 pm
i guess there has been no cause to the issues identified as of yet?
May 16th, 2009 on 11:00 am
i still can’t get anywhere on this site besides the home page and the blog link.
what’s the deal? help me!!
May 22nd, 2009 on 8:58 pm
I’m getting an error 404 when I try to access most of this websites pages (including the contact us section).
January 4th, 2012 on 4:25 pm
A great deal of usefull facts in addition to drive, as both versions every one of us will need, details this approach.