Search found 54 matches

by oToom
Wed Nov 04, 2009 4:57 pm
Forum: Coding Questions
Topic: Trouble closing..
Replies: 3
Views: 600

Re: Trouble closing..

Thanks rsts for letting me know it wouldn't work.

Also thanks, netmaestro for some working code. Greatly appreciated :D
by oToom
Wed Nov 04, 2009 12:32 am
Forum: Coding Questions
Topic: Trouble closing..
Replies: 3
Views: 600

Trouble closing..

Okay stupid questions,

This closes (i dont get to see the very small box.

; PureBasic Visual Designer v3.95 build 1485 (PB4Code)


;- Window Constants
;
Enumeration
#Window_0
EndEnumeration


Open_Window_0()
OpenWindow(#Window_0, 702, 419, 5, 5, "", #PB_Window_BorderLess | #PB_Window ...
by oToom
Wed Nov 04, 2009 12:10 am
Forum: General Discussion
Topic: Project in the thinking stage..
Replies: 2
Views: 1201

Re: Project in the thinking stage..

Ah yeah thats the one, :P

Thanks for that, just gotta look up some stuff then. So i know (i think) how to pull the html from a webpage.
Use a webgadget to open the url. Then use #PB_Web_HtmlCode to get the html. Use a regular expression to run through proxies.
Like, ermm :P
[\d.\d.\d.\d:\d] or ...
by oToom
Sat Oct 31, 2009 6:36 pm
Forum: General Discussion
Topic: Project in the thinking stage..
Replies: 2
Views: 1201

Project in the thinking stage..

Okay, so i thought i would post my project idea here. Probably get raged if you guys think it's pointless or whatever.
It's nothing destructive though. Or not as far as i class it anyways.

So, my project idea was. To make a proxy leacher, and checker.
I used to post proxy lists to my blog a while ...
by oToom
Sat Oct 31, 2009 10:19 am
Forum: Off Topic
Topic: I'm back :D
Replies: 3
Views: 1021

I'm back :D

Well, not sure if thats a good thing or bad thing to be honest.
After a long 8 or more months? Not sure how long i haven't been around. A hell'a lot of time im guessing.
Reason being i had school crap to do. Then off to work experience as a web designs and developer.
Then i had a bit of freelance ...
by oToom
Sat Oct 31, 2009 10:13 am
Forum: Off Topic
Topic: Good Freeware Stuff
Replies: 669
Views: 685111

Re: Good Freeware Stuff

I use AntiVir atm instead of AVG Free. After i reformatted i decided to go for AntiVir :P
So far so good, slight problem about it updates so incredibly slow for me :S
by oToom
Wed Mar 04, 2009 11:01 pm
Forum: Tricks 'n' Tips
Topic: Excuse Generator.
Replies: 8
Views: 3140

Glad you guys like the idea of this.

Might carry this on?
With a database, which can be added to.
Maybe read off the internet or something?


Well. I will add some more phrases etc.


Once again, glad you liked it!
by oToom
Wed Mar 04, 2009 8:56 am
Forum: Tricks 'n' Tips
Topic: Excuse Generator.
Replies: 8
Views: 3140

Excuse Generator.


;- Window Constants
;
Enumeration
#Window_0
EndEnumeration

;- Gadget Constants
;
Enumeration
#Button_0
#Listview_0
EndEnumeration


OpenWindow(#Window_0, 327, 122, 277, 269, "oExcuse Generator", #PB_Window_SystemMenu | #PB_Window_TitleBar | #PB_Window_MinimizeGadget )
ButtonGadget(#Button_0 ...
by oToom
Sun Feb 22, 2009 10:25 pm
Forum: Coding Questions
Topic: Help with URL Manager
Replies: 2
Views: 536

Ah, yes. My bad.

Thank you for spotting that out for me.



Also, what would be the more practical way of storing the url's. Instead of using a file?



Thanks.
oT
by oToom
Sat Feb 21, 2009 5:10 pm
Forum: Coding Questions
Topic: Help with URL Manager
Replies: 2
Views: 536

Help with URL Manager

Hello again,

just to get it out the way. Here is my code so far for URL Manager.


UseSQLiteDatabase()

Enumeration
#Window_0
EndEnumeration

Enumeration
#ListURL
#DeleteURL
#ConnectURL
#AddURL
#SelectedURL
#oSoft
#Items
#ItemCount
EndEnumeration



OpenWindow(#Window_0, 412, 48, 341, 400 ...
by oToom
Sat Feb 21, 2009 11:44 am
Forum: Coding Questions
Topic: Help with url manager using ListView
Replies: 2
Views: 577

Ahh, thank you, thank you.

Simple but hey. I didn't figure it. Lol.


Many more thanks.

oToom
by oToom
Sat Feb 21, 2009 4:00 am
Forum: Coding Questions
Topic: Help with url manager using ListView
Replies: 2
Views: 577

Help with url manager using ListView

heya all, i once joined here a long time ago.
when i was trying to code back then.
well i decided to give it another shot.

soo...

i am creating a url manager.
this is made using a listview.
and add buttton, delete and connect.

the add button adds the url to the list.
delete, simply deletes the ...
by oToom
Mon Jun 02, 2008 10:27 pm
Forum: Coding Questions
Topic: IRC Bot
Replies: 9
Views: 1992

Well, i will try whatever! Lol!
by oToom
Sun Jun 01, 2008 10:35 pm
Forum: Coding Questions
Topic: IRC Bot
Replies: 9
Views: 1992

Ah, well. It joins fine now. And has yet to time out.

I didn't need the allocatememory thing in the end, or not as far as it goes. Not to mention i don't know hardly anything about pureBASIC.
by oToom
Sun Jun 01, 2008 10:02 pm
Forum: Coding Questions
Topic: IRC Bot
Replies: 9
Views: 1992

I know what happens,
I code irc bots sometimes in perl.

But i don't know how to do it in purebasic.

And lol. A botnet? Seriously, if i wanted to, i would do it in C++ or something?


Anyway, no, this has nothing to do with malware. I just want a fricken irc bot working. Yet if you aren't up for ...