Stop FF calls out to IP address 72.21.91.19 every 15 minutes

Why does FF call out to the IP address 72.21.91.19?
I found that the IP is part of Edgecast and seemed to be possibly related to FF live bookmarks and/or the latest headline live book mark.
But FF is still trying to go to that IP even after the live bookmark was removed. It tries to do this every 15 minutes and sometimes more often.
Currently I am blocking that IP with my firewall. This seems to be a privacy & security problem. But I have not found a way to completely block live bookmarks. This ONLY happens if FF is open and happens regardless of what site the browser is or has been visiting.
This is an older system and FF ver 3.6.28 ( it's a good old stable W2k OS system). FF is using NoScript, Ghostery, & ADP. The system passes all virus checks, including Malware Bytes and Super AntiSpyware.
tia for help with this
Sam177

cor-el,
Good suggestions. I will work on them probably tomorrow and report back.
FredMcD,
Yes the timing of this repeating itself does make it look suspicious, doesn't it? So this evening I followed your suggestion and completely closed the firewall for a while with FF running. Then checked the FW logs to see what showed up. Then reset the FW to its normal operation and watched its logs some more.
'''1) '''With the FW (OutPost FW) closed, the FF outgoing calls to the IP 72.21.91.19 completely stopped. No call out attempts from FF occurred.
'''2) '''No other items tried to get out than what would be expected. Except for SVCHOST.exe & System which did try to do 4 types of UDP connections.
'''a) '''2/23/2014 11:57:43 PM '''SYSTEM''' OUT UDP 192.168.1.255 138 Block All Activity 0 0
'''b) '''2/23/2014 11:47:16 PM '''SYSTEM''' IN UDP 192.168.1.11 138 Block All Activity 0 229
'''c) '''2/23/2014 11:45:27 PM '''SVCHOST.EXE''' OUT UDP 192.168.1.1 53 Block All Activity 0 0
'''d) '''2/23/2014 11:33:42 PM '''SYSTEM''' IN UDP 192.168.1.11 137 Block All Activity 0 234
'''3) '''The other programs that were running with LAN or net expected connections were email (Eudora 5 instances), Wall Watcher. They were blocked as expected.
'''4) '''During the time the FW was closed, I periodically left the macine alone at times and then did various things like typing text files & saving them, checking different directories, reading and paging thru already open site pages with FF, opening & closing Word Docs. NO FF call outs were attempted. And no call outs except those listed above System & SVCHOST were attempted /blocked.
'''5) '''But when I opened the FW to allow internet connections, in less than a minute, the FF call out to 72.21.91.19 started up again.
Btw the FW log sequence below shows the FW log details for these questionable FF call outs. The sequence of the 4 steps happens at the same recorded time. IE they happen one after the other quickly. And the sequence is commensurate with the way I understand Eset Nod32 Anti-Virus handle the firefox browser by inserting itself between the browser & the internet.
From the FW logs
'''A) '''2/23/2014 9:45:25 PM '''SVCHOST.EXE''' IN UDP 192.168.1.1 53 Generic Host Process DNS UDP connection 0 147
'''B) '''2/23/2014 9:45:25 PM '''FIREFOX.EXE''' OUT TCP localhost 30606 Allow local TCP activity 0 0
'''C) '''2/23/2014 9:45:25 PM '''EKRN.EXE''' IN TCP localhost 4735 Eset NOD32 Service connection 0 0
'''D) '''2/23/2014 9:45:25 PM '''EKRN.EXE''' OUT TCP 72.21.91.19 80 Blocked by IP Blocklist 0 0
Now to add to the discovery, I just added the IP address to the block list for one of my W2k machines. AND on that machine also FF tries to call to that IP address immediately on start up. So this happens with 2 installations of this FF version.
Thanks for this help.
Sam177

Similar Messages

  • Video I call out in /body and  /head is playing on every page

    I have almost no experience when it comes to coldfusion however I am trying to add a video to a clients site. The clients site is http://www.pcalic.com/ I'm adding this to the Index.cfm however the issue is when I click on the links to get to the other pages, the videos also play on that page. I really only want the videos to play on the home page. Is there something I can write to prevent the other pages from grabbing that?
    I'm calling out 2 things one is the video script which I place above the </body> tag.
    The other is video player and the java script call out which i put above the </head> tag
    any help would be appciated thanks!!!!

    here is the source code. THANKS so much!!!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <cfoutput>
    <meta http-equiv="description" content="#page.pgs_description#" />
    <meta http-equiv="keywords" content="#page.pgs_keywords#" />
    <title>#page.pgs_title#</title>
    <link type="text/css" rel="stylesheet" href="#request.sitePath#style/reset.css" />
    <link type="text/css" rel="stylesheet" href="#request.sitePath#style/pcaliccom.css" />
    </cfoutput>
    <script src="http://www.snap2video.com/ext/flvplayer/jquery-1.4.2.min.js"></script><script src="http://www.snap2video.com/ext/flvplayer/donscroll.js"></script>
    </head>
    <body>
    <cfoutput><img id="logo" src="#request.sitePath#images/framework/pcalic.png" width="751" height="276"/></cfoutput>
    <div id="logoText">Personal Care & Assisted Living Insurance Center, LLC</div>   
    <div id="searchBar">
        <div class="left"></div>
        <div class="right"></div>
        <div class="mid">
            <cfform name="searchForm" id="searchForm" action="#request.sitePath##devLink#search">
                SEARCH
                <cfinput type="text" name="searchTerm" id="searchTerm" />
                <cfinput type="image" src="#request.sitePath#images/framework/searchbar-arrow.jpg" alt="Search" id="searchArrow" name="submit">
            </cfform>
    <cfoutput>
            <a href="http://twitter.com/BrianBarrick" target="_blank"><img class="social16px" src="#request.sitePath#images/framework/searchbar-twitter.jpg" alt="PCALIC's Twitter" width="16" height="16" /></a>
            <a href="http://www.facebook.com/pages/PCALIC-LLC/98891296431" target="_blank"><img class="social16px" src="#request.sitePath#images/framework/searchbar-facebook.jpg" alt="PCALIC's Facebook" width="16" height="16" /></a>
            <a href="http://www.brianbarrick.wordpress.com" target="_blank"><img class="social16px" src="#request.sitePath#images/framework/searchbar-wordpress.jpg" alt="PCALIC's WordPress Blog" width="16" height="16" /></a>
            <a href="http://arcguardian.protectyoubetter.org/" target="_blank"><img class="social16px" src="#request.sitePath#images/framework/searchbar-protect.jpg" alt="Protect You Better" width="16" height="16" /></a>
    </cfoutput>
        </div>
    </div>
    <cfoutput>#basicfunctions.fncGetNavigation(1,'mainNav',page.pgs_id,request.sitemode)#</cfo utput>
    <div id="navBar">
        <div class="left"></div>
        <div class="right"></div>
        <div class="mid"></div>
    </div>
    <div id="mainContent">
    <div id="colLeft">
        <div id="mainTop"></div>
        <div id="mainMid">
            <cfinclude template="#page.pgs_file#">
            <div style="clear:both;"></div>
        </div>
        <div id="mainBottom"></div>
    </div>
    <div id="colRight">
        <cfinclude template="rightCol/members.cfm">
        <cfinclude template="rightCol/social.cfm">
        <cfinclude template="rightCol/quote1.cfm">
    </div>
    <div id="footer">
        <cfinclude template="footer.cfm">
    </div>
    </div>
    <div id="headerForm">
        <h2>FREE REPORT</h2>
        <!--Client Supplied code-->
        <div class='moonray_forms'>
        <form action="http://moonraymarketing.com/form_processor.php?" id="moonray_forms_163" method="post">
            <input type="hidden" name="uid" value="p2c1027f5" />
            <input type="hidden" name="smartform" value="1" />
            <input type="hidden" id="afft_163" name="afft_" value="" />
            <input type="hidden" id="sess_163" name="sess_" value="" />
            <input type="hidden" id="ref_163" name="ref_" value="" />
            <input type="hidden" id="own_163" name="own_" value="" />
            <input type="hidden" name="contact_id" id="contact_id_163" value="" />
            <!-- EDITABLE PARTS BELOW -->
            <fieldset>
                <label class="mooray_fieldname" for="firstname" style="font-weight:normal; width:100px; display:inline-block; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;">First Name<span class="moonray_required">*</span></label><br/>
                <input type="text" name="firstname" value='' class="moonray_input" style="width:150px; margin:2px 0; height:15px; font-family:Arial, Helvetica, sans-serif; font-size:12px;"/><br>
                <label class="mooray_fieldname" for="lastname" style="font-weight:normal; width:100px; display:inline-block; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;">Last Name</label><br/>
                <input type="text" name="lastname" value='' class="moonray_input" style="width:150px; margin:2px 0; height:15px; font-family:Arial, Helvetica, sans-serif; font-size:12px;"/><br>
                <label class="mooray_fieldname" for="email" style="font-weight:normal; width:100px; display:inline-block; color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;">E-Mail<span class="moonray_required">*</span></label><br/>
                <input type="text" name="email" value='' class="moonray_input" style="width:150px; margin:2px 0 7px 0; height:15px; font-family:Arial, Helvetica, sans-serif; font-size:12px;"/><br>
            </fieldset>
            <!--<input class="moonray_btn" type="submit" value="Get Report Now!">-->
                    <span class="buttonRed"><span><input class="moonray_btn blankButton" type="submit" value="SEND ME MY REPORT" /></span></span>
            <!-- EDITABLE ENDS (DO NOT EDIT CONTENTS BELOW)-->
        </form>
        </div>
        <script type="text/javascript">
        /*<![CDATA[*/
        (function(){
            var onload=function(event){
                protocol="http:";
                if(window.location.protocol=="https:"){protocol="https:";}
                var onscriptLoad=function(){
                     moonrayJS.form.validate(document.getElementById("moonray_forms_163"),{firstname:{required :true},email:{required:true,email:true}},false);
                      if (typeof _mri != 'undefined'){
                            document.getElementById('contact_id_163').value = moonrayJS.readCookie('contact_id');
                            document.getElementById('afft_163').value = moonrayJS.readCookie('afft_');
                            document.getElementById('ref_163').value = moonrayJS.readCookie('ref_');
                            document.getElementById('own_163').value = moonrayJS.readCookie('own_');
                            document.getElementById('sess_163').value = moonrayJS.readCookie('sess_');
                 script=document.createElement('script');
                    script.setAttribute('type','text/javascript');
                    script.setAttribute('src',protocol+'//moonraymarketing.com/admin/include/minify/?g=moonra yJS');
                    script.onreadystatechange=function(){
                         if (script.readyState == 'complete'||script.readyState=='loaded') {
                           onscriptLoad();
                    script.onload=onscriptLoad;
                    document.getElementsByTagName("head")[0].appendChild(script);
                if (window['addEventListener']) {
                    window.addEventListener('load',onload,false);
                } else {
                    window.attachEvent('onload',onload);
        })();/* ]]> */
        </script>
        <!--/Client Supplied code-->
    </div>
    <cfif allowed EQ 'edit'>
        <cfoutput>
            <cfif url.var2 EQ 'edit'>
            <div id="editSwitch"><a href="#request.sitePath##devLink##url.var1#">Switch to Live Mode</a></div>
            <div id="betaTag"> BETA</div>
            <cfelse>
            <div id="editSwitch"><a href="#request.sitePath##devLink##url.var1##devLink2#edit">Switch to Edit Mode</a></div>
            </cfif>
        </cfoutput>
    </cfif>
    <div id="waves"/>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-8511970-1");
    pageTracker._trackPageview();
    </script>
    <script src="http://www.snap2video.com/ext/89004b95b3f1e5afd942d4cc2f791167a069c6263806830f072c9faf0204 1c83.js"></script></body>
    </html>

  • I can't get FaceTime to call out or receive calls on my daughters iPod touch. I have set up a gmail account and apple ID using that gmail address and it is all verifie.  When I try calling her iPod or calling out from the iPod it just rings a few times.

    I can't call out or call on FaceTime on my daughters new iPod touch.  I have set up a new gmail account and set up her apple ID using that email address. Everything is indicating as verified. When I try calling her on FaceTime or use her iPod to call out it just rings a few times then says call failed.

    Troubleshooting FaceTime
    http://support.apple.com/kb/TS3367
    FaceTime... Set Up... Use and Trouble Shooting Guide

  • I am trying to create an executable vi that will call out another vi and show its front panel in the executable​. When I try this I recieve this error message "top level vi (my main vi) was stopped at unknown on the block diagram of (my sub vi)

    I am trying to create an executable vi that will call out another vi and show its front panel in the executable.  When I try this I recieve this error message "top level vi (my main vi) was stopped at unknown on the block diagram of (my sub vi)

    Well the most common way is to enclude the vi's in the build spec either directly in the dependancies that the App builder automatically generates OR by declaring them in the build spec as "additional enclusions" (like you must do for dynamic vi calls in your app.
    I have heard rummors about My.app Stuff.vi in a nugget Intaris posted- and I've wanted to dig deaper into Intaris' claims- but have not tried it myself.
    If you go down the stuff.vi route Keep us curious guys posted
    Jeff

  • How to return out of a subVI into a calling VI and not stop the calling function

    I am writing a program that consists of a calling VI and a sub VI. I want the calling function to be running continuously and be able to trigger the sub VI (via voice activation). I want the sub VI to time out automatically after 10 seconds and return to the calling (master) VI, which will continue running until the sub VI is called again.
    I found a way to time out the sub VI using the "stop" command, but this quits the calling VI too, which cannot happen. I know there is no "return" or "soft stop" in LabVIEW, but does anyone know a way to do this?
    Solved!
    Go to Solution.

    I am a student working on a project involving voice activation. the overall idea is to have a person say a command (like go or something) that then gives them a 10 second window to say other commands and have them recognized by the program. The idea is to eliminate false positives by nesissitating a calling command that is not spoken very often, and then having 10 seconds to activate what we are trying to vocally control. I hope that helps clarify the intent of the program.
    I was using a flat structure just because I sucessfully got the sub VI to time out using a flat structure with a boolean false on one side with a wait of 10 seconds, then a boolean true on the other that triggered a stop. this successfully ran the sub VI for 10 seconds and then stopped it; however, it also stopped the calling VI which is my problem. right now, I have a while loop in the calling VI that contains an elapsed time timer and the sub VI and it works (kind of). it sucessfullly calls the sub VI, but not for any given amount of time. it changes each time it runs; sometimes it stays running for 10 seconds before returning to the calling VI, sometimes it just flashes, and sometimes it just doesn't return. I am also experimenting with mathscript code.
    My partners and I are all new to labVIEW, so if something seems less than optimal, it is because of our inexperience.
    Thanks again for your help.

  • How to stop the vi dynamically called out?

    Some vi was dynamically called out by the attached vi, may I know how to close it using the vi reference. Thanks
    Solved!
    Go to Solution.
    Attachments:
    PubSub_Start_VI_Dyn.vi ‏25 KB

    hi turbot,
    if that is running first abort that vi using invoke node and then use the property Node of that vi reference That is Front Panel Windowpen pass faulse value to close that vi. for more details check the attachment.
    Regards,
    Santhosh M
    Attachments:
    Close VI.vi ‏8 KB

  • Facetime suddenly stopped "connecting" calls

    I have a Mac Mini (desktop) and have been successfully using FaceTime without any problems since I purchased it.  Recently, and suddenly, it is not connecting calls.  It happens when I try to call out, and it happens when someone tries to call me.  (having said that, I only use it with 3 or 4 people).  The call will ring, but once the other party attempts to connect, the call is dropped/disconnected.  It is happening every time.  I've run my software updates and the other parties have run their software updates.  And unless I"m looking in the wrong places, I cannot seem to find this problem in the apple technical support topics or troubleshooting discussions.  Any suggestions?

    Apple has released a document which is reported to address the recent FaceTime issue.
    http://support.apple.com/kb/TS5419

  • Our facetime will not call out - ipad mini

    My ipad mini will not call out....using email address???  Appears to be activated.....

    Are you trying to message another Apple device? Is that device iMessage activated?
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
     Cheers, Tom

  • Auto dialer not calling out

    Hi
    I have a water alarm that I can connect to my BT phone line.  It will call the programmed numbers if there is a water leak.
    However, I can't get it to call out using my BT phone line.
    I have taken the devie round to a friend's house and tried it on their phone line - it works perfectly.
    I live in a flat (as does the friend I tested it with).  I have also tried it in another flat in the block who has a BT line and it also didn't work using theirs.
    I have broadband from PlusNet.
    I can make and receive calls perfectly using my phone - it is just the auto dialer that doesn't work.
    Can anyone help?  Could there be a problem with my line that is stopping the auto dialer from working.  Maybe it dials the numbers too quickly for my line - although it does work at my friend's place.
    Many thanks
    rigby44

    The dialler must be set to use tone dialling and not loop disconnect.
    Loop disconnect will quite often fail if the circuit has broadband on it, as the broadband filters distort the DC pulses.
    Loop disconnect will not be supported on the future 21CN phone network, and manufacturers have been told to phase it out.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Why has facetime stopped recording calls unless I close it down and restart it?

    Facetime has stopped recording calls unless I close it down and restart.  Any solutions?

    Try the standard fixes to rule out a hardware problem:
    - Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod.

  • "phone in use" when calling out

    Macbook Pro late 2013 and Yosemite.  I notice when I am docked with my 27" Apple Display (2014), undock so I can take my laptop and reconnect my display later that I can not receive a call.  The iPhone and iPad ring.  When I call out I get a message that the phone is in use.   My work around has been to restart the Macbook Pro when I reconnect the display.  My thought was maybe it had something to do with the IP addresses of both the wired and wireless LAN creating havoc.  Has anyone else experienced this?

    Belynda227,
    Let's get to the bottom of this! Could you please confirm the software version your phone is on http://vz.to/1tryr3F ? Also, have you checked to see if the option is still turned on? Settings>Accessibility>Talkback
    SandyS_VZW
    Follow us on Twitter @VZWSupport

  • Can't Text or Call Out on iPhone 4S

    Beginning five days ago, I started having issues with being unable to send text or call out.  I have checked that iMessage is on, I have reset the phone several times, reset the network settings, turned cellular service off and back on, airplane mode on and off, bluetooth is off, wifi is off and do not disturb is off.  I have roughly three bars for service.  The phone periodically snaps out of it and allows texts to come through, allowing me to text and make calls, and suddenly it will not allow again.  Is this a SIM card issue?  Software/Firmware issue?  I currently updated to 6.1 (10B142), but this issue was taking place two days before that and upgrading didn't solve the issue.  How do I fix this issue?  Is it a problem with the iPhone or a problem that Verizon can fix?  Help!!

    Still same issues I have tried all of these tips and it seems like I am getting worst results now my phone doesn't ring nor register any calls at all. As well as ,my text messages are not going through. I only been a customer for not even two months it seems like I may have made a mistake switching. Also when I am lucky enough to be able to send a call through the receipent says my phone is breaking up and they cannot hear me. So what is the resolution now...
    Date: Mon, 11 Feb 2013 16:54:50 -0700
    From:
    To: >Personal email address removed<
    Subject: Re: Can't Text or Call Out on iPhone 4S - Re: Can't Text or Call Out on iPhone 4S
                                                                                    Re: Can't Text or Call Out on iPhone 4S
        created by Verizon Wireless Customer Support in iPhone 4S - View the full discussion
    I'm really sorry to hear about the problems encountered with your phone, CantrellDigital! I'll do all I can to help you find a solution. My best suggestion for resolving your concerns would be to complete a 'Restore' of your device. This will return your phone to it's original factory setting and hopefully resolve the problem you described. Select the link to follow the instructions: http://support.verizonwireless.com/clc/devices/knowledge_base.html?id=47616  Please let me know of this resolves your concerns.
    ChaunceyM_VZWSupport
    Message was edited by: Verizon Moderator

  • Engineer called out without reason

    Hello. I recently reported a fault on Friday 18th July. I then called them up on Monday to close the fault. The call advisior was getting confused and thought I wanted to report a fault but got there in the end. (I dont think she even did anything. She was probably trying to get me off the line ASAP!)
    The fault was fixed on Saturday. (The weather stopped being a pain)
    So today, an engineer came around. I said the problem had been fixed and he went off. (felt sorry for him)
    I never called out for an enginner to be deployed. Will I still be charged and can I close this fault so it prevents more people from turning up at my door? Apparently it was the 2nd visit but not that I no of. I was in this whole week!
    I really dont want to be dealing with a £130 charge
    "There may be a £129.99 charge if we send out an engineer"

    I have had to close it a second time now. I hope this works.
    My Phone fault is still showing and I can't close it. I really dont want to call up as they probably will send ANOTHER engineer out when I didnt ask.
    The phone fault says nothing about an engineer. How can I get this fault cleared/closed?
    Here is my phone fault

  • 2 Skype #'s, 1 Account: Question About Calling Out

    Hi folks - I am needing a 2nd Skype # for business in a 2nd area code. Same biz, just a different location. From my research it seems that having both #'s under 1 account could work. I don't really need to know which # was called. However... I do need to be able to choose which # to call out on. One area code for one region and the other # for the other location. I use Skype on my iPad and Android phone. Will I be able to choose which # to make a call from on both of these devices? Thanks much.
    Solved!
    Go to Solution.

    When two Skype Numbers are associated with the same account, it is possible to control which number will be used for outgoing Caller ID purposes
    Toggling between these numbers is possible in your account settings, but it is not particularly convenient to do this on an ongoing basis, especially since the setting is not available in profile settings under Android
    It is also possible set up Caller ID so that the number that corresponds to the country code of the number you are calling is displayed, but that won't work when the Skype Numbers are for different area codes in the same country
    Another way to address this issue is to use 2 Skype accounts, and get a Skype Number for each Skype Name
    It is possible to simultaneously run multiple instances of the Skype client under Windows and Linux (and I think OS X too), but, unfortunately, not on smartphones or tablets
    Regards,
    Neil

  • Why can't I call out when I'm in Mongolia? I can receive calls and send and receive text messages.

    I'm currently in Mongolia and can not call out from my iPhone 4S using a Mobicom SIM card. I can receive calls and send and receive texts. I use my regular SIM card from Canada and it works fine. It worked fine 6 months ago.

    Having incorrect APN settings shouldn't be stopping text message from coming though. But to get the correct APN setting just delete any APN profiles on the device. And the EE ones should just get installed but you can just to make sure use the link that has posted.
    You don't need a online account to top-up unless your using the account to top-up through. 
    CLICK HERE FOR OTHER WAYS TO TOP-UP
    with text messages not coming through I have to ask are you getting a signal ?

Maybe you are looking for

  • My External Drive Issue [Very Exceptional]

    My External Harddrive Stopped working Suddenly, i had two drives plugged in, one NTFS format and the one that stopped working is a MAC Extended OS format !!! Suddenly they both got removed (with out anyone touching the wires or unplugging them), givi

  • Mapping between ABAP and Java IPC structure

    Hi all:         Somebody know how translate the following abap structure to java: KOMK-KDUMMY = 'X' KOMP-PSTYV = 'ZTAD' KOMK-ZZNTGEW Help me please!!!

  • Reading colour image using raster object and getsample() method

    Hello all, I am trying to read a grey image using this code below and it perfectly works: File filename = new File("myimage.jpg"); BufferedImage inputimage = ImageIO.read(filename); Raster input = inputimage.getRaster(); double pixelvalue = input.get

  • Get Only the direct children by name

    Hello all! Is there a way in JAXP to get only the direct children by name, as oppose to Element.getElementsByTagName(String name) that returns all the children with the given name of all descendant (not just of this one). Thanks in advance, Alon.

  • Does CS6 work on mavericks?

    has anybody tried it? how about cs4?