Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - maelas

Pages: [1] 2 3
1
Help/Support / Re: Unable to edit Follow/Donate notifications.
« on: September 02, 2014, 03:20:47 PM »
Ok thanks! I guess I forgot that part of the deal lol.

2
Help/Support / Re: Deepbot will no longer start
« on: September 02, 2014, 03:17:50 AM »
Hello ExpertsOnline,

I like that method of restoring, very simple and effective. Ill give that a shot and see how it goes.

Thanks!

3
Help/Support / Re: Unable to edit Follow/Donate notifications.
« on: September 01, 2014, 04:07:07 PM »
Ohhhhh. Damn I was under the impression that was a one time thing...well damn. So , if I am not a VIP member, the notifications will stop working altogether or I just cant edit them?

Thanks!

4
Help/Support / Re: Unable to edit Follow/Donate notifications.
« on: September 01, 2014, 11:37:53 AM »
*given

5
Help/Support / Deepbot will no longer start
« on: September 01, 2014, 11:37:32 AM »
Here is what goes into the log whenever I try to launch it now:


31 Aug 22:34:14,593 - 0.5.2.1: Crashed Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization.
31 Aug 22:34:14,598 - 0.5.2.1: Crashed    at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.Run()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at DeepBot.UserConfig.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()


Does anyone have an idea what this might mean?

Thanks!

6
Help/Support / Re: Unable to edit Follow/Donate notifications.
« on: September 01, 2014, 11:36:23 AM »
Hello,

Well I donated to get the bot and yes I did have donation functionality give to me.

Thanks

7
Help/Support / Unable to edit Follow/Donate notifications.
« on: September 01, 2014, 09:44:57 AM »
Hey guys!

For some reason I am unable to edit notifications. Its all greyed out. Is there a reason for this or is there something I am overlooking?

Thanks!

8
Streamer Introductions / Hey there! Im Maelas
« on: September 01, 2014, 09:43:03 AM »
Hey guys!

My name is Maelas. http://www.twitch.tv/maelas is the URL. I am a very small time streamer but doing what I can to become bigger. It is not without its challenges (Job, wife), but I am doing what I can when I can.

9
Help/Support / Re: CSS coding for Image Animation
« on: August 25, 2014, 03:40:28 AM »
Awesome! thanks!

10
Help/Support / CSS coding for Image Animation
« on: August 25, 2014, 03:22:04 AM »
Hello,

Would anyone happen to know a css code for making an image slide in from top to bottom or from right to left when a donation is made? Searching online is getting me close but I think I am just not searching for the right thing.

Thanks!

11
Custom Notifications / Editing CSS
« on: August 21, 2014, 10:39:14 AM »
Hello all!

ExpertOnline, is there any plans to allow users to add custom images/sounds by other means than editing CSS code? Ive spent hours researching and trying to get the code to work and though I was successful, I find myself thinking that just a standard "Browse" button would be more efficient. Given this was used for legacy purpose, I would really love this to be used again if at all possible as it will save on a lot of time.

Thanks!

12
Custom Notifications / Re: Custom Images
« on: August 19, 2014, 03:06:33 PM »
Oh! I understand now. I think i got it from here. I will need to just unhide the Donation message and all should be good!

Thanks!

13
Custom Notifications / Re: Custom Images
« on: August 19, 2014, 01:50:49 PM »
Oh wow, so for me to use any custom images, i have to change a number of things in CSS? Hmmm, It will take a while for me to get used to. Ill have to play around with the numbers to see what size is right for the image.

14
Custom Notifications / Re: Custom Images
« on: August 19, 2014, 08:06:02 AM »
This is what im using to try and get the CreditCard.png to show







#donor-notification {
              display: none;
              position: absolute;
              top: 0px;
              left: 0px;
              width: 800px;
              height: 365px;
                          background-repeat: no-repeat;
                          background-image: url("CreditCard.png");
            }
 
           
                        #donor-notification .date {
              margin-right: 40px;
              padding-top: 43px;
              text-align: right;
              line-height: 20px;
              vertical-align: top;
              font-size: 20px;
              font-family: Algerian;
              text-shadow: 2px 2px 1px #000;
                          color: white;
            }
                       
                        #donor-notification .streamname {
              margin-left: 34px;
              padding-top: 28px;
              text-align: left;
              line-height: 26px;
              vertical-align: top;
              font-size: 24px;
              font-family: Algerian;
              text-shadow: 2px 2px 1px #FFF;
                          color: black;
            }
                       
                        #donor-notification .message {
              margin-left: 38px;
                          float: left;
                          padding-top: 9px;
                          width: 70%;
                          line-height: 40px;
              text-align: left;
              vertical-align: top;
              font-size: 20px;
              font-family: Verdana;
                          color: black;
            }
                        #donor-notification .amount {
              float: right;
                          width: 21%;
              padding-top: 17px;
              text-align: left;
              line-height: 26px;
              vertical-align: top;
              font-size: 30px;
              font-family: Algerian;
              text-shadow: 2px 2px 1px #fff;
                          color: black;
            } 
                        #donor-notification .donor {
              margin-left: 520px;
              padding-top: 147px;
              text-align: left;
              line-height: 28px;
              vertical-align: middle;
              font-size: 28px;
              font-family: Comic Sans MS;
              text-shadow: 2px 2px 1px #fff;
              color: black;

15
Custom Notifications / Re: Custom Images
« on: August 19, 2014, 07:52:35 AM »
Hello again,

I guess my main problem is finding a way to test the notifications since the original way is not recommended. I cant donate to myself as paypal doesnt allow it.

thanks!

Pages: [1] 2 3