This forum is in archive mode. You will not be able to post new content.

Author Topic: Evilzone ScreenSaver  (Read 2400 times)

0 Members and 1 Guest are viewing this topic.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Evilzone ScreenSaver
« on: 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

« Last Edit: November 08, 2011, 10:44:10 PM by Huntondoom »
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Evilzone ScreenSaver
« Reply #1 on: November 09, 2011, 08:36:01 AM »
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 :)

* Kulverstukas is waiting for official release.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Evilzone ScreenSaver
« Reply #2 on: November 09, 2011, 10:27:18 AM »
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 Im able to extract the necessary information, save it in a file on your PC ("C:\Program Files\Evilzone\") along with Avatar pictures.
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Evilzone ScreenSaver
« Reply #3 on: November 09, 2011, 10:36:27 AM »
that... is pretty clever :D
I must say, nicely done.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Evilzone ScreenSaver
« Reply #4 on: November 09, 2011, 04:30:16 PM »
You need to multithread it, it hangs upon execution.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Zesh

  • Royal Highness
  • ****
  • Posts: 699
  • Cookies: 42
    • View Profile
Re: Evilzone ScreenSaver
« Reply #5 on: November 09, 2011, 05:10:24 PM »
Thats pretty neat but as Ande said it hangs upon execution, still I like it ;D

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Evilzone ScreenSaver
« Reply #6 on: November 09, 2011, 06:33:56 PM »
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
« Last Edit: November 09, 2011, 06:37:51 PM by Huntondoom »
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Evilzone ScreenSaver
« Reply #7 on: November 12, 2011, 01:03:32 PM »
little announcement: because of school im quit busy, it's going to take some time before I can start working on it again.
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Evilzone ScreenSaver
« Reply #8 on: November 15, 2011, 10:43:55 PM »
does anyone has improvement Ideas?
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Evilzone ScreenSaver
« Reply #9 on: November 15, 2011, 11:05:47 PM »
Add options screen to select from what forums to grab the posts. Add post rotation speed selection.

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: Evilzone ScreenSaver
« Reply #10 on: November 15, 2011, 11:51:39 PM »
Add post rotation speed selection.
should already been added :S

I look into it
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Evilzone ScreenSaver
« Reply #11 on: November 16, 2011, 10:21:18 AM »
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 &nbsp. 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.
« Last Edit: November 16, 2011, 11:25:24 AM by Kulverstukas »

Offline BlueTree

  • /dev/null
  • *
  • Posts: 19
  • Cookies: 0
  • EvilZone > Google
    • View Profile
Re: Evilzone ScreenSaver
« Reply #12 on: December 21, 2011, 04:37:00 AM »
Wow nicely done! Can't wait till the official version comes out!

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.