What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

~KINGREPLY~ (HB2 King EDITION)

Better Then my first KingREPLY?

  • Yea better

    Votes: 0 0.0%
  • No worse

    Votes: 0 0.0%
  • Bout the same

    Votes: 0 0.0%

  • Total voters
    0
I've got the application crashing issue... and I assure you it's not my username and password. Would like to try it out but something about my gmail account appears to be an issue.

update: made a new account gmail... no luck same issue. Vista x64. Yes I have at least one unread email in my inbox as well.

Same problem except windows 7 x64
 
Help

Hi I'm having some problems with this pluggin, the program looks like it's running fine but even after having triple checked my email/phone number/pw it doesn't seem to work at all, here I have included a screenshot of the program running. I'm not receiving any sms nor my email getting any email when somebody whispers. Edit: I did send a sms from my phone to my email adress.
 

Attachments

  • Kings.webp
    Kings.webp
    50.9 KB · Views: 100
Last edited:
Hi I'm having some problems with this pluggin, the program looks like it's running fine but even after having triple checked my email/phone number/pw it doesn't seem to work at all, here I have included a screenshot of the program running. I'm not receiving any sms nor my email getting any email when somebody whispers. Edit: I did send a sms from my phone to my email adress.

I need a bigger screenshot. I cant see whats written
 
Wtf? Sometimes I am sending a msg to people using this Order your TaxACT deluxe Edition now for just 9.95 during our pre season sale **View this That is going to get me banned! Its advertising, why is it doing this?
 
I guess it is because your first unread email is about the taxAct thing
 
I get your first error quite often. Sometimes it just will not work =/ It works about 1/2 the time tho. Not sure what causes it not to work.
 
With these new releases some of HB functions has changed. Will update when a version is some what stable, With a release due for monday I dont see much point now
 
sooo are you still going to update this anytime soon? i luv this.. where can i donate or something so that you might look into this ;)
 
Please remove the Word Crips from the photo, that would be considered racist, friendly reminder
 
Last edited:
Please remove the Word Crips from the photo, that would be considered racist, friendly reminder

FYI, Crips is merely a gang. It is not a racial slur of any sort (there are both black and white members of crips, although white members might be more rare due to various circumstances). My guess is that King merely put that on the image as a joke because it made it look more like graffiti.

Where's your sense of humor?
 
"Original Message From"

When I reply to SMS messages using my iPhone, gmail has this whole "Original message from..." thing that they append to it (AT&T is quoting the message I guess?).

This meant that any time I replied to an SMS, the plugin would send a message like this to whoever I was replying to:

Code:
This is my reply. Original Message From: [email protected] Sent: Sun, 1 Aug 2010 19:41...

I solved this problem by modifying the transfer code on line 103 of KingSmSreply.cs like so:

Code:
              if (Staticreply != reply)
                { 
				
				   // Remove "Original Message From:" on replies
				   int stringSearchIndex = reply.IndexOf("Original Message From:");
				   string modifiedReply = reply;
				   if (stringSearchIndex > -1)
				   {
					   modifiedReply = modifiedReply.Substring(0,stringSearchIndex);
				   }
				
                   Lua.DoString("RunMacroText(\"/r " + modifiedReply + "\")");
                   Staticreply = reply;               
                   slog("Whisper to: " + nameTemp);
                   slog(reply);
               }
 
Please remove the Word Crips from the photo, that would be considered racist, friendly reminder

/Reads your message for a sec
.........
BAWHAHAHAHAHAHAHHAHAAAAA
/Stops laughing
/Tries to write this response
BAHAHAHHAHAAAAAAAAAAAAAAAAHHHHHAAAAAAAAAAAAAAAAAAAAHHAHHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

its a joke chill, dont like it? dont look at my stuff I really dont care much for people without humor in there lives k? k
 
/Reads your message for a sec
.........
BAWHAHAHAHAHAHAHHAHAAAAA
/Stops laughing
/Tries to write this response
BAHAHAHHAHAAAAAAAAAAAAAAAAHHHHHAAAAAAAAAAAAAAAAAAAAHHAHHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

its a joke chill, dont like it? dont look at my stuff I really dont care much for people without humor in there lives k? k

I did the same thing. That was toooooo funny! :)

So is the current version working now? (About 2 months ago) I got mine to work but was simply unable to respond to whispers correctly...
 
When I reply to SMS messages using my iPhone, gmail has this whole "Original message from..." thing that they append to it (AT&T is quoting the message I guess?).

This meant that any time I replied to an SMS, the plugin would send a message like this to whoever I was replying to:

Code:
This is my reply. Original Message From: [email protected] Sent: Sun, 1 Aug 2010 19:41...

I solved this problem by modifying the transfer code on line 103 of KingSmSreply.cs like so:

Code:
              if (Staticreply != reply)
                { 
				
				   // Remove "Original Message From:" on replies
				   int stringSearchIndex = reply.IndexOf("Original Message From:");
				   string modifiedReply = reply;
				   if (stringSearchIndex > -1)
				   {
					   modifiedReply = modifiedReply.Substring(0,stringSearchIndex);
				   }
				
                   Lua.DoString("RunMacroText(\"/r " + modifiedReply + "\")");
                   Staticreply = reply;               
                   slog("Whisper to: " + nameTemp);
                   slog(reply);
               }

very nice, I was thinking of editing that out but wasnt sure where to add it. but thanks ill add that to the main code and give due credit
 
When I reply to SMS messages using my iPhone, gmail has this whole "Original message from..." thing that they append to it (AT&T is quoting the message I guess?).

This meant that any time I replied to an SMS, the plugin would send a message like this to whoever I was replying to:

Code:
This is my reply. Original Message From: [email protected] Sent: Sun, 1 Aug 2010 19:41...

I solved this problem by modifying the transfer code on line 103 of KingSmSreply.cs like so:

Code:
              if (Staticreply != reply)
                { 
				
				   // Remove "Original Message From:" on replies
				   int stringSearchIndex = reply.IndexOf("Original Message From:");
				   string modifiedReply = reply;
				   if (stringSearchIndex > -1)
				   {
					   modifiedReply = modifiedReply.Substring(0,stringSearchIndex);
				   }
				
                   Lua.DoString("RunMacroText(\"/r " + modifiedReply + "\")");
                   Staticreply = reply;               
                   slog("Whisper to: " + nameTemp);
                   slog(reply);
               }

Because youre replying to the SMS. You need to reply to the email address with a blank subject.
 
Back
Top