General Discussion
But if you just want to stick with Firefox then you have to widen your browser window so you can see the far edge of that silly java text box and click the tag that says "html", then you should be ok, if you know your way around BB code. :)
If you can't get the window wide enough to see the edge of the java box then press the control and the - button to shrink the browser content till you can.
("control +" enlarges it and "control 0" gets your window back to normal)
Any new word on Wowio getting us some of our old features back?
There won't be a roll-back to our old features though, rather, if it ever does happen, it's just be bug fixing and then implementation of new stuff/old functionality (like stats etc) in a new form.
But for now, we waaaaaaaaaaaaiiiiiiiiiittttttt.......
ozoneocean [..] wrote:
But for now, we waaaaaaaaaaaaiiiiiiiiiittttttt.......
Seriously, though. My offer still stands, to look over their code and attempt fixing some of the broken stuff and implementing some of the missing stuff.
It's not even necessary for them to have me messing with the site directly. I would just need a copy of the thing and a mock server to test the connections and I could experiment with. If they don't like what I'm doing, they can ignore it. All volunteer work and it wouldn't cost them a thing and there's little to no risk and effort on their part. My only requirement would be credit where credit is due, if some of my work ends up in the code, solely for the purpose of including in my portfolio.
I never received a reply from the email address that you provided me, Oz, although I later heard that Lawrence had quit the company by then.
Page not found (404)
Request Method:
GET
Request URL:
http://www.drunkduck.com/True_Nature_Cat_(Jerreh)/
Using the URLconf defined in urls, Django tried these URL
patterns, in this order:
^$
^login/$
^logout/$
^ads/728x90/$
^ajax/side-panel/comics-list/$
^ajax/side-panel/favorites-list/$
^ajax/ten-list/(?P.*)/$
^errors/age/$
^errors/nopages/$
^privacy/$
^about/$
^terms/$
^etiquette/$
^copyright/$
^help/$
^api/latestnews/$
^api/featuredcomics/$
^api/toptencomics/$
^api/quackcast/$
^admin/
^user/video/
^user/
^video/
^news/
^quack/
^quackcast/
^tutorial/
^community/
^forum/
^comics/
^search/
^comments/
^duckmarks/
^ratings/
^requests/
^analytics/
^imagelocker/
^layout/
^subpages/
^(?P+)/rss/$
^(?P+)/(?P
\d+)/$
^(?P+)/(?P+)/$
^(?P+)/$
^tinymce/
^media/(?P
.*)$
The current URL, True_Nature_Cat_(Jerreh)/, didn't match any of
these.
You're seeing this error because you have DEBUG = True in your
Django settings file. Change that to False, and Django will display
a standard 404 page.
Has somehting like this been solved yet?
I will mention it again to the Wowio people.
@Hopepower15-
The problem was the brackets in your comic title, comic URLs can't contain them... even though the system forces pages to have the same URL wording as your titles, brackets and all.
So anyway, I fixed it by taking the brackets out of your URL but leaning them in your title :)
Just updated my profile so...well y'know all my trophies went bye bye...Ozone can you hook a sista up?
Niccea, I think that whatever that date shows, is the last day they restarted the server. So I guess they had to restart it this week!
I dunno why that feature stopped working in the first place, though.
Soooo...yeah, that's what I've got going on right now. It's a minor problem since the ad doesn't seem to pop up right away, just went it sits there for a while, and I can still just refresh the page and it goes away. But it's mildly irksome and just thought it was worth noting here.
Somehow they were preserved during the site move last year. And I had joy. But today, going into my control panel, which I haven't done for I-have-no-idea-how-many months: na-da
I know in the scheme of things this is small potatoes, but -- Now my joy is diminished. :(
That's something we discovered looong ago and commented about in this thread.- I was restoring people's awards for them based on what I learned from that bug...
@Tantz - Hmm, that's a shame. Jacob at Wowio did say they might delete some old Quackcasts to same costs on the hosting for the podcast stuff... I came up with a cheaper better hosting solution and said we should archive them there, but never heard anything back about that issue. Which is 100% typical of all Wowio and Platinum communication whoever is in charge.
...so anyway, I didn't think any had been deleted.
Can you tell me which ones are no longer available?
I checked as far back as number40 and that one was still there.
Or the one were we interview Lawrence and other Wowio peeps and it's all about promising how the site is gonna be better than ever when the new version comes up ^__^
Good times.
http://www.drunkduck.com/Innate_Blasphemy/
Last time I had it working was before the last major database migration. It is most likely on hiatus so it never got noticed that it failed to migrate properly. I have actually seen several comics that do that.
That comic is maked "Deleted" by its creator, Lexy. It hadn't been updated since March in 2006 and there were only 10 pages anyway.
Lexi now does this comic, which you might wanna check out:
- http://www.drunkduck.com/Dear_Beau/
Or, the Dv art page for the comic if you miss it: http://www.innateblasphemy.deviantart.com/
^_^
Furthermore, some deleted comics forward me to www.drunkduck.com while others give me a white page at their address (aka www.drunkduck.com/name). This inconsistency should be addressed as well.
I think the difference is based on "soft" deletions VS "hard" deletions. -Soft can still be recovered.
Sorry, we were unable to deliver your message to the following address.
:
Remote host said: 550 #5.1.0 Address rejected.
The error message when you try to reset your password displays your username and password because Python / Django is set to Debug mode.
It gives out way too much information about your system as well as giving out usernames and passwords for any email entered.
Things like:
DATABASES
{'default': {'ENGINE': 'django.db.backends.postgresql_psycopg2',
'HOST': '192.168.167.22',
'NAME': 'drunkduck',
'OPTIONS': {},
'PASSWORD': '********************',
'PORT': '5432',
'TEST_CHARSET': None,
'TEST_COLLATION': None,
'TEST_MIRROR': None,
'TEST_NAME': None,
'TIME_ZONE': 'America/Los_Angeles',
'USER': 'drunkduck'}}
And this one with a password like thing in plaintext:
code
535
resp
'5.7.8 Error: authentication failed: PDg3OTYwMzcxMTUxNTIzNjEuMTM0NjgxNDEzN0BzbXRwOS5yZWxheS5kZncxYT4='
authmethod
'CRAM-MD5'
AUTH_PLAIN
'PLAIN'
self
encode_cram_md5
user
'support@drunkduck.com'
authlist
preferred_auths
AUTH_LOGIN
'LOGIN'
password
'G00d(the rest of it was here but I deleted for your own safety)'
AUTH_CRAM_MD5
'CRAM-MD5'
method
'CRAM-MD5'
encode_plain
Thanks for reporting it, I'd like to forward that on to WOWIO ASAP and hopefully theyll pay someone to fix it. That is a supermassive hole!
I just went into this forum because a relative of mine lost her password and can't recover it. I think she has a similar problem to the one gammarad described one post above.
I tried it from my own computer as well, and got the same large error screens both on Firefox and on Chrome. It is titled:
SMTPAuthenticationError at /user/reset/
(535, '5.7.8 Error: authentication failed: PDMwOTg1MjMzMTcwMDQ1OTMuMTM0Njk0Njk4N0BzbXRwMzIucmVsYXkuZGZ3MWE+')
and among much else it says (at the bottom) You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 500 page.
That was vaguely familiar, because I know Django is a character from a few 1960s Italian B-westerns. Still, I'm a bit puzzled how he could be involved here.
While it didn't send her an email, it seems to have reset her password, though, because I thought I knew it from when she last asked me for help.
Is there any way to recover it?











