EvilZone
Programming and Scripting => Projects and Discussion => : Huntondoom November 08, 2011, 10:43:45 PM
-
I have been working on this from the past 2 weeks,
its about 700 lines of code now, there is still alot to improve but
it is a raw version of it so enjoy :P
when its properly done Ill start an Offical Thread with Info and so on and on :P
Download: http://evilzone.org/projects-and-discussion/evilzone-screensaver/?action=dlattach;attach=320 (http://evilzone.org/projects-and-discussion/evilzone-screensaver/?action=dlattach;attach=320)
-
so that is what you've been working on :D I thought you were making some RSS feed parsers or something :D
This works really well on WinXP :) really looks good too.
Just need to make it install as a screensaver now too.
Also may I ask how does it grab the posts? I think it needs a cookie to send to the server, so that server knows that it is you, because there are some boards which are not visible to guests, and there are members who has access to VIP section, that shouldn't probably be displayed either.
Maybe add a selection from what boards does the user want posts to appear :)
/me is waiting for official release.
-
its opens up the sitemap of the site which every person can look at, its sorted on topics
it will then grab the first page topic's (I wish to take them all but that's gonna take time :P)
it will randomly select a topic, and downloads it HTML page, using that and the function string.Replace, and this Function (http://evilzone.org/code-library/(c)extract-information-from-string-using-'('-')'/) Im able to extract the necessary information, save it in a file on your PC ("C:\Program Files\Evilzone\") along with Avatar pictures.
-
that... is pretty clever :D
I must say, nicely done.
-
You need to multithread it, it hangs upon execution.
-
Thats pretty neat but as Ande said it hangs upon execution, still I like it ;D
-
You need to multithread it, it hangs upon execution.
if you run it for the first time then it's downloading topic to show, it can take a while, depends on your connection
after the downloading is done, then it will gone on with displaying and it will download more of course but using multithreading.
it should display a text in the left-down corner that will showup whenever the thread is downloading, but it doesn't
-
little announcement: because of school im quit busy, it's going to take some time before I can start working on it again.
-
does anyone has improvement Ideas?
-
Add options screen to select from what forums to grab the posts. Add post rotation speed selection.
-
Add post rotation speed selection.
should already been added :S
I look into it
-
Lolz sorry, I didn't realize to copy it to sys32 and see settings from there :P
But I get an exception when I open settings.
Seems it can't find a file. Catch that IO exception :P
It only appears when the file is missing and it does not seem to run when started as a screensaver after timeout. I get an exception.
Also some special symbols are not changed, such as  . Look into how the forum translates written text to put to the DB and parse accordingly when you grab the text.
Also make it install itself as a legit screensaver, so the user doesn't have to copy it himself.
Adding an icon to it would make it more pleasant. You can apply one of the icons I made when releasing stuff in EZ name. See attachment.
-
Wow nicely done! Can't wait till the official version comes out!