Welcome Guest ( Log In | Register )

Furcadia - The Second Dreaming!!
4 Pages V   1 2 3 > »   
Reply to this topicStart new topic
> Dreambot, Not a bot client
Hexi
post Aug 8 2009, 08:20 PM
Post #1
Group: Furres

Hexi

Hey all,

I've been working on a new bot. It is called DreamBot Alpha. Alpha is there cause it is in alpha stages. Testers welcome. Post any bugs here or to e-mail in readme.txt file.

Many features are still yet to be implemented, but a public test is ready for any interested. I will be updating and adding new features as time permits. If you have any ideas, please e-mail them to me at the e-mail listed in the readme.txt file.

Enjoy!
Go to the top of the page
 
+Quote Post
Artex
post Aug 8 2009, 10:09 PM
Post #2
Group: Furres

Artex

So like... where's the file? :P
Go to the top of the page
 
+Quote Post
Hexi
post Aug 8 2009, 10:16 PM
Post #3
Group: Furres

Hexi

QUOTE (Artex @ Aug 8 2009, 10:09 PM) *
So like... where's the file? tongue.gif


Oops! That post was full of fail. The download is HERE!

Sorry for the confusion. I was being rushed at the time of the OP to go get some liquor.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 11 2009, 09:33 PM
Post #4
Group: Furres

Hexi

I am currently working on an update to DBA. Still having some problems with making it remove keys from an INI file as Windows Vista does not like to use the standard API calls that were available in XP, so I have to get a working work-around to handle this. Look for it either late tonight or tommarow evening.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 12 2009, 12:23 AM
Post #5
Group: Furres

Hexi

Build 1.0.17 is now available.
Go to the top of the page
 
+Quote Post
Joanatha
post Aug 12 2009, 04:50 AM
Post #6
Group: Furres

Joanatha

I tried to download to see what this program was, and after I extract the file, it's telling me one or more files are missing or invalid.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 12 2009, 06:27 AM
Post #7
Group: Furres

Hexi

QUOTE (Joanatha @ Aug 12 2009, 04:50 AM) *
I tried to download to see what this program was, and after I extract the file, it's telling me one or more files are missing or invalid.


This might be due to the ocx files not being properly registered or you may need the vb6 runtime files.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 12 2009, 11:41 AM
Post #8
Group: Furres

Hexi

QUOTE (Hexi @ Aug 12 2009, 06:27 AM) *
This might be due to the ocx files not being properly registered or you may need the vb6 runtime files.


Upon further investigation I have determined that this I am at fault for this bug. I had started out to use a specific control, but then by the time the release was made, I had decided against it, and forgot to delete the control from the window it was on. I released a small update to make this work for you.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 12 2009, 11:41 AM
Post #9
Group: Furres

Hexi

Somehow ended up with a double post....so this post is been replaced with this text.
Go to the top of the page
 
+Quote Post
Joanatha
post Aug 12 2009, 03:04 PM
Post #10
Group: Furres

Joanatha

xD Okay, I'll download it and repost what I think later. smile.gif

Edit:
Component 'MSWinSck.ocx' or one of its dependencies not correctly registered: a file is missing or invalid
Go to the top of the page
 
+Quote Post
Hexi
post Aug 12 2009, 04:33 PM
Post #11
Group: Furres

Hexi

QUOTE (Joanatha @ Aug 12 2009, 03:04 PM) *
xD Okay, I'll download it and repost what I think later. smile.gif

Edit:
Component 'MSWinSck.ocx' or one of its dependencies not correctly registered: a file is missing or invalid


MSWinSck.ocx is included in the zip file. You might try placing it in C:\Windows\System32 directory and then try rebooting. This might fix the problem...if not I would suggest installing the vb6 runtime files which can be found on MicroSoft's site.
Go to the top of the page
 
+Quote Post
Dream Dancer
post Aug 12 2009, 06:47 PM
Post #12
Group: DEP Staff

Dream Dancer

I did a specific installer just for this situation for furbot and uploaded it to my website. Putting it in the system folder might not do the trick, the module has to be registered with windows.
http://furbot.dreammakersguild.com/compone...,fileinfo/id,5/
Go to the top of the page
 
+Quote Post
Hexi
post Aug 12 2009, 07:16 PM
Post #13
Group: Furres

Hexi

QUOTE (Dream Dancer @ Aug 12 2009, 06:47 PM) *
I did a specific installer just for this situation for furbot and uploaded it to my website. Putting it in the system folder might not do the trick, the module has to be registered with windows.
http://furbot.dreammakersguild.com/compone...,fileinfo/id,5/


Thanks for the info DD. Site seems to be down at present however.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 12 2009, 07:43 PM
Post #14
Group: Furres

Hexi

Seems to be up now. As a side note, would you care if I stuck this on my site as a secondary download location in case someone else runs into this problem and your site is down again?
Go to the top of the page
 
+Quote Post
Kylix
post Aug 12 2009, 10:13 PM
Post #15
Group: Furres

Kylix

I made a quick script set for registering the WinSock and Internet Transfer controls: <link removed>

Extract it anywhere, then run "Register Libraries" -- just double click it (you must be logged in as an administrator). As long as you get a message like "DllRegisterServer in C:\Windows\System32\[MODULENAME].ocx succeeded" both times, you should be set and can delete the extracted archive. All it does is copy the two OCX files to your System32 directory and runs the RegSvr32 against them to "install" them on your computer. All the ATTRIB commands in the script are to abstract away some of the finer details from the end user. RegSvr32 was originally run silently, but it is more meaningful to have the registration results.

If you encounter an issue, please let me know.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 13 2009, 07:18 AM
Post #16
Group: Furres

Hexi

QUOTE (Kylix @ Aug 12 2009, 10:13 PM) *
I made a quick script set for registering the WinSock and Internet Transfer controls: http://www.theresnostoppingus.com/dump/Dre...ibs_Install.zip

Extract it anywhere, then run "Register Libraries" -- just double click it (you must be logged in as an administrator). As long as you get a message like "DllRegisterServer in C:\Windows\System32\[MODULENAME].ocx succeeded" both times, you should be set and can delete the extracted archive. All it does is copy the two OCX files to your System32 directory and runs the RegSvr32 against them to "install" them on your computer. All the ATTRIB commands in the script are to abstract away some of the finer details from the end user. RegSvr32 was originally run silently, but it is more meaningful to have the registration results.

If you encounter an issue, please let me know.


Thanks a ton. I have uploaded this to the official DreamBot site.
Go to the top of the page
 
+Quote Post
Squizzle
post Aug 14 2009, 07:29 PM
Post #17
Group: Furres

Squizzle

You could always try a NSIS installer. Theres plenty of scripts floating around for it. Its a windows only installer though.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 16 2009, 09:19 AM
Post #18
Group: Furres

Hexi

I had planned on putting out a new update over the last 24 hours, but ended up having some fun time instead. I'll try to get one out late wednesday night.

If anyone has any suggestions, let me know.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 16 2009, 03:02 PM
Post #19
Group: Furres

Hexi

my website appears to currently be down and not sure why....it is almost like port 80 is being blocked. I am working on fixing this as fast as possible.
Go to the top of the page
 
+Quote Post
Hexi
post Aug 16 2009, 03:02 PM
Post #20
Group: Furres

Hexi

In the meantime download can be found at: http://64.16.210.28/~leet37/
Go to the top of the page
 
+Quote Post

4 Pages V   1 2 3 > » 
Reply to this topicStart new topic

 



Lo-Fi Version Time is now: 9th June 2026 - 12:13 AM