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.
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 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
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: xxxxxxx@gmail.com 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); }
/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...
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