Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   General Discussion (http://zelaron.com/forum/forumdisplay.php?f=182)
-   -   [Release] Zelaron Signature Previewer (http://zelaron.com/forum/showthread.php?t=33230)

nddwind 2004-09-17 11:26 PM

[Release] Zelaron Signature Previewer
 
This is a program I made in Visual Basic that lets the user test His/Her sig offline before they post it online.

How it works.
Download the file from ZSPreview.zip

Then extract it. After it has been unzipped go to ZSPreview, the folder that was created when you extracted the file.

Run the .exe

This form will pop up
http://www.celticsurf.net/easyhost/n...interfacez.gif

Now you see the white lines below right? Those lines are the maximum dimensions for a signature on Zelaron (500x125). If your sig exceeds those lines then it is too big.

How to open your sig:
Click File>Open then browse to your image File and click open. TADA!

Also included in the program is some example sigs I made, you can access these by clicking Examples next to the File menu, and then clicking the examples 1 - 4.

To exit the program click File>Exit or Click the X.

D3V 2004-09-17 11:27 PM

It's a TROJAN don't download it!

nddwind 2004-09-17 11:31 PM

Quote:

Originally Posted by D3V
It's a TROJAN don't download it!


Your gay. Here is the source

Code:

Private Sub Form_Load()
Image1.Picture = LoadPicture("SignatureFace.gif")
End Sub

Private Sub mnuCloseItem_Click()
Image2.Picture = LoadPicture("")
mnuCloseItem.Enabled = 0
End Sub

Private Sub mnuEx1Item_Click()
    Image2.Picture = LoadPicture("examples/EX1.gif")
    mnuCloseItem.Enabled = 1
End Sub

Private Sub mnuEx2Item_Click()
    Image2.Picture = LoadPicture("examples/EX2.gif")
    mnuCloseItem.Enabled = 1
End Sub

Private Sub mnuEx3Item_Click()
    Image2.Picture = LoadPicture("examples/EX3.gif")
    mnuCloseItem.Enabled = 1
End Sub

Private Sub mnuEx4Item_Click()
    Image2.Picture = LoadPicture("examples/EX4.gif")
    mnuCloseItem.Enabled = 1
End Sub

Private Sub mnuExitItem_Click()
    End
End Sub

Private Sub mnuOpenItem_Click()
CommonDialog1.Filter = "Graphic Files (*.bmp;*.gif;*.jpg)|*.bmp;*.gif;*.jpg|All Files (*.*)|*.*"
CommonDialog1.ShowOpen
Image2.Picture = LoadPicture(CommonDialog1.FileName)
mnuCloseItem.Enabled = 1
End Sub


D3V 2004-09-17 11:41 PM

Quote:

Originally Posted by nddwind
Your gay. Here is the source

Code:

Private Sub Form_Load()
Image1.Picture = LoadPicture("SignatureFace.gif")
End Sub

Private Sub mnuCloseItem_Click()
Image2.Picture = LoadPicture("")
mnuCloseItem.Enabled = 0
End Sub

Private Sub mnuEx1Item_Click()
    Image2.Picture = LoadPicture("examples/EX1.gif")
    mnuCloseItem.Enabled = 1
End Sub

Private Sub mnuEx2Item_Click()
    Image2.Picture = LoadPicture("examples/EX2.gif")
    mnuCloseItem.Enabled = 1
End Sub

Private Sub mnuEx3Item_Click()
    Image2.Picture = LoadPicture("examples/EX3.gif")
    mnuCloseItem.Enabled = 1
End Sub

Private Sub mnuEx4Item_Click()
    Image2.Picture = LoadPicture("examples/EX4.gif")
    mnuCloseItem.Enabled = 1
End Sub

Private Sub mnuExitItem_Click()
    End
End Sub

Private Sub mnuOpenItem_Click()
CommonDialog1.Filter = "Graphic Files (*.bmp;*.gif;*.jpg)|*.bmp;*.gif;*.jpg|All Files (*.*)|*.*"
CommonDialog1.ShowOpen
Image2.Picture = LoadPicture(CommonDialog1.FileName)
mnuCloseItem.Enabled = 1
End Sub


Good think you've got the code at hand, then theres NO way you could have rigged it / zipped it! JEBUS!

And what's the point of this Signature previewererer ?

Exactly, don't dl. It's a trojan. And no, You WISH i was gay.

D3V 2004-09-17 11:42 PM

What you COULD do to preview your sig is PUT it in there, and go to the Test Forum (made specifically for this kind of thing) and Post a new thread called : New SIGNATURE! : Then spam.

nddwind 2004-09-17 11:46 PM

Damn this is like the last time I ever try to contribute to the Zelaron community.

But what the hell should I have expected. I posted this in D2 General chat because it is the most popular forum on Zelaron but I should have known that some newb would instantly jump to the conclusion that it is a Trojan just like they do on blizzhackers.

D3V 2004-09-17 11:49 PM

Ok sounds fun! I'll be sure to try it one day! Thanks alot nddddddwinddd

nddwind 2004-09-17 11:52 PM

If you were not such an idiot you could take the source and some image files and make it yourself but im sure even this simple shit is much to complex for you.

D3V 2004-09-18 12:05 AM

Oh jesus! Got me there. What I could do, is HIGHLIGHT the image, and hit CTRL + C ( to copy the image ) then OPEN UP MSPAINT.EXE (.exe, open the .exe) and Paste it! Then save it! Then open it! BADDA BING!

I just scanned the file, it's got some weird ass new trojan in it, do NOT download it.

nddwind 2004-09-18 12:21 AM

http://www.celticsurf.net/easyhost/nddshop/dv3.gif
http://www.celticsurf.net/easyhost/nddshop/z.gif

WAHAHAHHAHAHAH lol he thinks all trojans use activeX ahahahhahaha
ahaha

wow that shows how much he knows.

D3V 2004-09-18 12:24 AM

Wow, you don't happen to post the rest of the 'convo' stupid prick.

I typed in that .ocx filename and you searched on google for like 20 seconds then responded ".ocx is activex"

I did fuck up by saying all trojans use activeX, ....it's MOST trojans. There are a few that use other bullshit code written by people with no life.
well this thread is a bomb.

Death 2004-09-18 12:42 AM

D3V , knowing the fucking retard you are , this will probably be to hard for you , but ok.

Get the source , open up devc++ or vb6.0 , compile the script , and see what happens!

Volls or Sov move this to the FF please , I bet a lot of people can have fun :P.

And ndd can just make a new thread after its moved.

PureRebel 2004-09-18 01:03 AM

this isnt a flame intended thread, so i dont think it should be moved to FF, some posts should just be deleted out of it, and maybe moved to general chat or a diff forum.

and d3v G_G

`Insolence` 2004-09-18 03:31 AM

DevC++ is for... C++ isn't it?

Neither of you two know ANYTHING about this stuff, so just lay off.

This is a pretty useless program, though, good practice... don't expect people to charish it.

Chruser 2004-09-18 04:38 AM

looking good nddwind. Although you should set it to auto-crop larger images to prevent them from pushing the tables out. They're limited on the board. Also, for whoever wondered why anyone would make a program like this, it's great to quickly be able to see the image composition together with the board's background colour. May I suggest a possibility to maximize the program to full-screen mode?

nddwind 2004-09-18 04:43 AM

Quote:

Originally Posted by Chruser
looking good nddwind. Although you should set it to auto-crop larger images to prevent them from pushing the tables out. They're limited on the board. Also, for whoever wondered why anyone would make a program like this, it's great to quickly be able to see the image composition together with the board's background colour. May I suggest a possibility to maximize the program to full-screen mode?

Sure ill do that tommorow ima sleep now

koolio_kid2001 2004-09-18 11:15 AM

it is a good starter :). Visual Basic can only be compiled in Visual Basic and C++ in C++ programs like Microsoft C++ something lol forget name :(. well anywho good work :)

`Insolence` 2004-09-18 02:30 PM

I'd have to say visual basic is NOT a good starter, it babies you and such.

You need to learn the Windows API(not sure on the term) if you're going to become a good programmer.

It's Microsoft Visual C++, and it's called a compiler, there are many free ones :)

MightyJoe 2004-09-18 02:45 PM

Nice job, maybe should have been put in Chat forum? But it looks good, if I ever decide to make a signature.

Arbitus 2004-09-18 08:46 PM

Nice job nddwind, mind if I add you to aim for some help I have with VB?

Demosthenes 2004-09-18 08:54 PM

Kudos to you Nddwind. Don't stop contributing at Zelaron.

And Insolence, personally developing an app in VB is fine, I think. Personally, a lot of these languages baby you, in my opinion, but the point is they get the job done. VB was probably the easiest way to get the job done in this situation. Not the greatest thing to learn with, in my opinion, but for creating quick and useful apps it's not a bad language. I haven't worked in it more than playing around with it, though, so I can't say for sure.

Grav 2004-09-18 09:10 PM

I think D3v should be banned for this nonsense.

DaFrigginDoctah 2004-09-18 10:03 PM

I have never understood why it is that when someone does something they're proud of, people have to jump in and say "Oh that program is for n00bs. Even though you are only making a simple program to perform a simple task, you should do it the harder way to achieve the exact same results!!!" Do they think it makes them look cool / wise, or what?

DaFrigginDoctah 2004-09-18 10:04 PM

Thanks for contributing to the board. =) We could use more of this.

Mantralord 2004-09-18 11:38 PM

I used to contribute to the board with programs...until I wrote that DDoS program that is...

Fun Times!

Penny_Bags 2004-09-20 03:43 PM

This thread makes my dick hard.

D3V 2004-09-22 02:26 AM

...... 0_0 I took a stab at programming a while back starting out making calculators in VB. Too complicated for my 13 yr old brain, so I dropped it.

Meh, I just felt like giving nddwind a hard time, and Yes, I don't know shit about VB. But i'd like to learn again. Though, you can backup on yourself and get lost.

Death 2004-09-22 12:21 PM

Quote:

Originally Posted by `Insolence`
Neither of you two know ANYTHING about this stuff, so just lay off

Actually I DO know that stuff.

Anyway , nice job.
Id remove the source if I was you btw.

Demosthenes 2004-09-22 01:42 PM

Quote:

Originally Posted by Death
Actually I DO know that stuff.

Anyway , nice job.
Id remove the source if I was you btw.

Don't remove the source. I'd never run anything that I downloaded off of a forum unless I had the source along with it. Not a shot at your integrity or anything, Nddwind; I just use that as a rule of thumb.


All times are GMT -6. The time now is 01:20 AM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.