|
![]() ![]() |
|
Hexi
|
Aug 8 2009, 08:20 PM
Post
#1
|
|
Group: Furres |
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! |
|
|
|
|
Artex
|
Aug 8 2009, 10:09 PM
Post
#2
|
|
Group: Furres |
So like... where's the file? :P
|
|
|
|
|
Hexi
|
Aug 8 2009, 10:16 PM
Post
#3
|
|
Group: Furres |
So like... where's the file? 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. |
|
|
|
|
Hexi
|
Aug 11 2009, 09:33 PM
Post
#4
|
|
Group: Furres |
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.
|
|
|
|
|
Hexi
|
Aug 12 2009, 12:23 AM
Post
#5
|
|
Group: Furres |
Build 1.0.17 is now available.
|
|
|
|
|
Joanatha
|
Aug 12 2009, 04:50 AM
Post
#6
|
|
Group: Furres |
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.
|
|
|
|
|
Hexi
|
Aug 12 2009, 06:27 AM
Post
#7
|
|
Group: Furres |
|
|
|
|
|
Hexi
|
Aug 12 2009, 11:41 AM
Post
#8
|
|
Group: Furres |
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. |
|
|
|
|
Hexi
|
Aug 12 2009, 11:41 AM
Post
#9
|
|
Group: Furres |
Somehow ended up with a double post....so this post is been replaced with this text.
|
|
|
|
|
Joanatha
|
Aug 12 2009, 03:04 PM
Post
#10
|
|
Group: Furres |
xD Okay, I'll download it and repost what I think later.
Edit: Component 'MSWinSck.ocx' or one of its dependencies not correctly registered: a file is missing or invalid |
|
|
|
|
Hexi
|
Aug 12 2009, 04:33 PM
Post
#11
|
|
Group: Furres |
xD Okay, I'll download it and repost what I think later. 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. |
|
|
|
|
Dream Dancer
|
Aug 12 2009, 06:47 PM
Post
#12
|
|
Group: DEP Staff |
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/ |
|
|
|
|
Hexi
|
Aug 12 2009, 07:16 PM
Post
#13
|
|
Group: Furres |
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. |
|
|
|
|
Hexi
|
Aug 12 2009, 07:43 PM
Post
#14
|
|
Group: Furres |
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?
|
|
|
|
|
Kylix
|
Aug 12 2009, 10:13 PM
Post
#15
|
|
Group: Furres |
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. |
|
|
|
|
Hexi
|
Aug 13 2009, 07:18 AM
Post
#16
|
|
Group: Furres |
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. |
|
|
|
|
Squizzle
|
Aug 14 2009, 07:29 PM
Post
#17
|
|
Group: Furres |
You could always try a NSIS installer. Theres plenty of scripts floating around for it. Its a windows only installer though.
|
|
|
|
|
Hexi
|
Aug 16 2009, 09:19 AM
Post
#18
|
|
Group: Furres |
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. |
|
|
|
|
Hexi
|
Aug 16 2009, 03:02 PM
Post
#19
|
|
Group: Furres |
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.
|
|
|
|
|
Hexi
|
Aug 16 2009, 03:02 PM
Post
#20
|
|
Group: Furres |
In the meantime download can be found at: http://64.16.210.28/~leet37/
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 9th June 2026 - 12:13 AM |