1. Microsoft helps net Bulgarian phishers

    Date: 01/23/06 (Security)    Keywords: web

    Eight people who allegedly used fake MSN Web pages and e-mails in international cyberscams are arrested.

    Source: http://news.zdnet.com/2100-1009_22-6030016.html

  2. CSS, templates, other...

    Date: 01/24/06 (WebDesign)    Keywords: templates, css, web

    Can anyone briefly explain to me the intricacies of this website?
    http://web.e-enterprise.purdue.edu/dlc/duri
    I have made websites before... and have experimented with CSS, mostly just making stylesheets or using templates in Dreamweaver. I need to make a website following a similar format, but I am not sure how complex this particular site is. Any help would be greatly appreciated!

    (x-posted to webdev)

    Source: http://community.livejournal.com/webdesign/1050029.html

  3. Google Web Analytics Accepting New Subscribers

    Date: 01/24/06 (Java Web)    Keywords: web, google

    After several months Google Analytics has opened their doors again to new subscribers on invitation basis. They are inviting based on email addresses submitted. From their web site: We've added enough capacity that we are re-opening signups on an invitation basis. Many of our users who previously submitted their email address to us will be receiving an [...]

    Source: http://blog.taragana.com/index.php/archive/google-analytics-new-subscriptions-open-again/

  4. CMS

    Date: 01/25/06 (PHP Community)    Keywords: cms, php, mysql, asp, sql, web

    Following up from my last post, are there any good CMSes out there for a really small site?

    I mostly use my personal site as a support resource for online roleplaying games that I run, but I'm tired of needing to upload to the site by FTP whenever I want to change one little thing on a page. At the same time, I like have a visual basis for character sheets and so on... (http://www.patchwolf.com/phoenixcrusade/terpsichore.php for an example). I'd also like to give my players the chance to add stuff directly to the site -- kind of like a wiki.

    Of particular concern are the character sheets, where I'd like to still be able to change one detail (like the current form aspect on the example sheet -- currently controlled by an in-page variable), which then affects several other aspects (strength, stamina, health, etc....)

    A good mate of mine uses Qwikiwiki (http://www.qwikiwiki.com), which uses a flat-file system -- but if I want to have a hope of maintaining a visual basis on any part of the site, Qwikiwiki's not going to cut it. While I have PHP and MySQL on my web host, I don't actually
    run the server myself, so that's also something to take into consideration.

    Any ideas?

    Source: http://community.livejournal.com/php/401978.html

  5. Help!!!

    Date: 01/25/06 (WebDesign)    Keywords: html, web

    This is giving me one big headache.

    See this: http://www.willow.hackrifice.com/web/respicker.html

    The link which is supposed to be over the text "800x600" on that image, is appearing below the image. I have tried moving it with negative margins, but no matter what margin value I enter.. it won't budge at all. Now this link is supposed to be within the element of the image, so why is it appearing below that element, and is unbudgeable? Even stranger, if I make the image the background image of its element rather than placing the image, the link doesn't show up at all! Can anybody see what I am doing wrong by having a look at my code? I'm sure it's probably really obvious, but I've been trying to fix it for almost an hour and it's getting irritating!

    Source: http://community.livejournal.com/webdesign/1050167.html

  6. Google, Sun, others band to fight spyware, adware

    Date: 01/25/06 (Security)    Keywords: web

    New coalition to name companies that sneak ads and spying programs onto computers of unsuspecting Web surfers.

    Source: http://news.zdnet.com/2100-1009_22-6030750.html

  7. RGB color and CSS color discrepancy?

    Date: 01/25/06 (WebDesign)    Keywords: css, html, web

    so i made a photoshop file with the RGB color used at #33cc33. i saved for web as a png-24 file.
    i also made my site's background use #33cc33

    why don't they match? should i use another file format? which one works best at matching html/css-based RGB colors?

    Source: http://community.livejournal.com/webdesign/1050890.html

  8. i know these work. how do i see them on my computer?

    Date: 01/25/06 (Computer Help)    Keywords: browser, web

    there is a website that i know exists and other people have no trouble accessing, and i used to be able to but now i cannot. this started a couple months ago and i thought their site was down because i knew the organization was going through an update.
    it used to be at http://www.theatrealliance.org although it could just be http://theatrealliance.org
    when i try to open that site, i get a "page cannot be displayed" error and have tried all of the solutions recommended there.

    any ideas?
    thanks

    p.s. i use explorer, windows xp, all that jazz

    p.p.s. i also just remembered, i have the same problem with http://www.princemusictheater.org
    do these two pages have something in common that my browser could be reacting to?

    Source: http://community.livejournal.com/computer_help/571751.html

  9. Mozilla problems

    Date: 01/26/06 (Mozilla)    Keywords: web

    Has anyone here been experencing Mozilla problems
    I downloaded the latest version and it wont open up..I get this message

    Firefox can't find the server at en-us.start.mozilla.com.

    # Check the address for typing errors such as
    ww.example.com instead of
    www.example.com

    # If you are unable to load any pages, check your computer's network
    connection.

    # If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web


    It's obvious that I can still get on using Explorer..so I dont know what the problem is

    This only started after I downloaded the new version 1.5

    Source: http://community.livejournal.com/mozilla/348361.html

  10. PHP client for asp.net webServices

    Date: 01/26/06 (PHP Community)    Keywords: php, web

    Dear all,

    I am not a major php programmer but need to connect a bit of php code
    to my .net WebServices. I organized pretty much everything and it sort
    of works. I am , though, having a problem with string[] that is
    returned from the web services.

    Basically, what I need is this:

    connect to web service,
    call a method (and pass params to it),
    get the result.

    it works. but the result is something I am having problems with. when it's a string or a number, it all works fine. when it is Array, ArrayList or string[] it's not working well for me.

    I run a soap request with all the params that need to go with it and
    the var_dump() for it will look like this:

    $res = $client->GetSerialsPlainReq($params);
    var_dump($res) :

    object(stdClass)#5 (1) { ["GetSerialsPlainReqResult"]=>
    object(stdClass)#4 (1) { ["string"]=> array(5) { [0]=> string(41)
    "71ce347b-6780-4b91-95e1-462c24562bca" [1]=> string(41)
    "eb26a8f3-5678-41b1-a55d-ca10c0775f55" [2]=> string(41)
    "1c2c4e90-a3c8-47a2-9f31-41907f080f92" [3]=> string(41)
    "cfbc4bdd-3371-4671-a8d2-f50b3807b020" [4]=> string(41)
    "ba4e9628-0e55-4a0c-97f0-08e415cc3e5f" } } }

    $xa = array($res->GetSerialsPlainReqResult);
    var_dump($xa) :

    array(1) { [0]=> object(stdClass)#4 (1) { ["string"]=> array(5) { [0]=>
    string(41) "3ed8ed42-65b5-49ed-bb88-ebf5c1759f31" [1]=> string(41)
    "609921ac-2360-46ad-a3df-c5a61a930a49" [2]=> string(41)
    "609921ac-2360-46ad-a3df-c5a61a930a49" [3]=> string(41)
    "609921ac-2360-46ad-a3df-c5a61a930a49" [4]=> string(41)
    "609921ac-2360-46ad-a3df-c5a61a930a49" } } }

    5 Guids - exactly what the web service needed to return.

    What I can't do is "convert" the $res or $xa into something I will be
    able to index with something like "foreach ($guid as $res){}" to print the
    guids to the user.

    Thanks for all of your answers.

    P. S. Or, instead, shall I be returning something different then
    string[] from my web services?

    Source: http://community.livejournal.com/php/402460.html

  11. Simple Database Display Tool

    Date: 01/26/06 (PHP Development)    Keywords: php, mysql, software, database, sql, web

    I spent a good long time cataloging my huge collection of movies and putting into databases. Now I've got to write some php code to display (and possibly administer) all of this information, which I am not looking forward to.
    I keep hoping that there's something previously written than I can modify. The concept is simple enough: I need something to display large amounts of tabular data succinctly to end users on my website. I want users to be able to add or remove columns to what they are viewing. They should also be able to sort on any column they wish. All this needs to work seamlessly, as if the user were facing an Excel spreadsheet.
    Do any of you have suggestions for me on softwares I might try, or have any of you written code to do this already? Thanks in advance for your help.

    X-posted to '[info]'php_mysql

    Source: http://community.livejournal.com/php_dev/64170.html

  12. Splash Pages

    Date: 01/26/06 (Web Development)    Keywords: web

    I am being told through a web-ignorant pseudo-manager that our company's new site MUST have a splash intro page with swirling letters and "rap" music. The company handles promotional items, employee recognition programs and other rewards and does have a few clients in the entertainment industry. Yes I know a lot of sites for movies and TV make extensive use of Flash, but most of these sites are disposable sites and not meant to be useful long term for the most part. Personally I can't stand splash pages, I usually leave the site before the splash is over unless I know something I REALLY want to see is behind it.
    My compromise was to have a Flash animation as the main home page graphic while still showing the navigation to other sections of the site, but that's not good enough it was emphatically stated then that there MUST be a splash page and the site must have the same feel of the splash throughout. The development "plan" is actually to created the splash page and sell the idea of the site based upon that. Arrgggh!!!!
    The situation is that I am a very skilled designer and I was deliberately excluded from the initial planning meeting. Our former creative director is supposedly now just a salesperson and is no longer my manager. Though he's decided he doesn't want to sell and wants to be my boss again. OK I'll stop there as this isn't '[info]'designrants.

    Source: http://community.livejournal.com/webdev/287245.html

  13. What to teach a newbie.

    Date: 01/26/06 (SQL Server)    Keywords: sql, web

    Hey all... I don't really consider myself much of a SQL Server Guru yet. However, my company wants me to start teaching a web developer the basics of SQL Server. I have about an hour with him tomorrow, and am at a bit of a loss on what should be covered. I've already pointed him to a good SQL reference book and was thinking on working him up to various "challenges" where I'll give him a handful of tables, and ask for a query that generates a given output.

    That all being said, what specific things do you all think a (relative) newbie of SQL Server *NEEDS* to know?

    thanks for your help.

    Source: http://community.livejournal.com/sqlserver/41811.html

  14. Repeaters in Tables

    Date: 01/26/06 (Asp Dot Net)    Keywords: html, database, asp, sql, web

    Ok... Apparently I'm getting a brain cramp here..

    I'm trying to get a repeater to work on an ASP.Net page in a table. For some reason even though I have an example copied DIRECTLY from a website I can't get the damn thing to work properly. I keep getting errors on the HTML side saying like, "Per the active schema, the element 'tr' cannot be nested within 'form'.", and "The active schema does not support the element 'ItemTemplate'.

    And when the page is run, I get the error: 'DataItem' is not a member of 'System.Web.UI.Control'.

    Here's part of the code. Its not 100% complete because this problem is preventing me from proceeding in testing.

    form id="Form1" method="post" runat="server">

    asp:Repeater id="parentRepeater" runat="server">

    HeaderTemplate>
    table>
    tr bgcolor="RosyBrown">
    th>
    %# DataBinder.Eval(Container.DataItem, "infoName") %>
    /th>
    /tr>
    /HeaderTemplate>

    ItemTemplate>
    tr bgcolor="#ffcccc">
    td Performance Objectives/td>
    /tr>
    tr>
    td objectives/td>
    /tr>
    tr>
    td Intended Audience/td>
    /tr>
    tr>
    td> <%# DataBinder.Eval(Container.DataItem, "infoIntendAud") %> /td>




-->

The Code-Behind:
Dim sDSN As String = System.Configuration.ConfigurationSettings.AppSettings("DSN2")
sCmd = "SELECT * FROM courseInfo WHERE infoID=" & queryID & ""
Dim sReqID As String
iReturnCode = oDataAccess.ExecuteSqlStatement(sDSN, sCmd, dsCourses, sErrMsg)
parentRepeater.DataSource = dsCourses.Tables(0)


Page.DataBind()

The iReturnCode thing is part of a utility class that we use for Database queries.


I know the code here looks REALLY weird but LJ is being a bad word that rhymes with runt and is actually compiling the code that I'm posting. I don't know if thats good or bad, but all I Know is that its not running on my machine and I'm getting these complilation errors. The <'s and >'s were modified to get it to display, but I think you get the idea.
Any help would be appreciated. Am I just going insane? This seems like such a simple thing yet it just doesn't seem to want to work.

Source: http://community.livejournal.com/aspdotnet/56888.html

  • Fake email

    Date: 01/27/06 (Computer Geeks)    Keywords: web, spam

    A company I part-own owns a very valuable domain (web.us). I turned on a catch-all email box such that every piece of email addressed to anyone at web.us gets dropped into a box. I was curious what kind of stuff would be addressed there.

    Seems that there's a metric assload of people who put someone@web.us as their email address when signing up somewhere that's likely to get them spam.

    Somewhere near 5000 spams per day. Impressive. Very impressive.

    But the scary part is how much of a geek I must be to find this impressive.

    I'll likely turn it off tomorrow. :-)

    Source: http://community.livejournal.com/computergeeks/869899.html

  • Little Help?

    Date: 01/27/06 (PHP Community)    Keywords: php, html, web

    I've got this mailing script, it's a work in progress, I'm getting  this error:

    Parse error
    : parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/xxxx/public_html/mailer2.php on line 55

    Line 55 is this: $form .= "

    ";

    Any ideas why?


    #assign form values
    $name = $_POST['name'];
    $mail = $_POST['email'];
    $phone = $_POST['telephone'];
    $message = $_POST['message'];
    $sent = $_POST['submit'];

    #HTML page to be written
    $form = $head;
    $form .= "
    ";
    $form .= $nav;
    $form .= "
    ";
    $form .= "If you wish to contact us for any reason please don't hesitate to do so. Details of how to contact us can be found below:";
    $form .= "

    E-mail: xx@xxx.co.uk";
    $form .= "
    ";
    $form .= "Telephone: xxxxx Note: This is a temporary number, we will have a land line soon.
    ";
    $form .= "MSN Messenger: xxx@xxx.co.uk";
    $form .= "
    ";
    $form .= "ICQ: xxxxxxxx

    ";
    $form .= "

    Or alternatively you can use the form below to contact us.

    ";
    $form .= "
    ";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= ""
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "";
    $form .= "
    Name:
    E-mail:
    Telephone:
    Message:
    ";
    $form .= "";
    $form .= "
    ";
    $form .= "
    ";
    $form .= "
    ";
    $form .= "
    ";
    $form .= $footer

    #execute code if form has been submitted once
    if ($sent)
        {
            $valid=true; #set variable default value
                if (!$name) #check name field not blank
                    {
                        $errmsg .= "Please go back and enter your name
    ";
                        $valid=false;
                    }
                if (!$mail)#check E-mail field not blank
                    {
                        $errmsg .= "Please go back and enter your E-Mail address
    ";
                        $valid=false;
                    }
                if (!$phone) #check Phone No. field not blank
                    {
                        $errmsg .= "Please go back and enter your Phone Number
    ";
                        $valid=false;
                    }
                if (!$message) #check Message field not blank
                    {
                        $errmsg .= "Please go back and enter your Message
    ";
                        $valid=false;
                    }
            }
        if ( $valid != true ) # if not valid write this
            {
                echo ( "$errmsg . $form" );
            }
        else #if valid send e-mail
        {
            $to = "xxx@xxxx.co.uk";
            $re = "Website Enquiry";
            $msg = "Name: $name";
            $msg .= "

    Telephone: $phone

    ";
            $msg .= "

    Message: $message

    ";
            $headers = "MIME-Version: 1.0\r\n";
            $headers .= "Content-type: text/html;";
            $headers .= " charset=iso-8859-1\r\n";
            $headers .= "From: $email \r\n";
        if (mail ( $to, $re, $msg, $headers ) )
            {
                echo ( "$head
    $nav 

    Thankyou for your enquiry.

    Message from $name \($mail\) has been sent
    We will reply shortly

    The xxxxxx Team

    $footer" );

    Source: http://community.livejournal.com/php/403005.html

  • Crash Course In Mac

    Date: 01/28/06 (Computer Geeks)    Keywords: web, google

    Okay, my girlfriend has a G3 Ibook (Running OSX 10.2.8) that we just installed an airport card on. The problem I am having is that every time I go to a website it brings up AOL. I know it finds a network because it is giving me network strength and such.

    Does anyone know how to disable AOL on a Mac? I tried both tech supports (Apple and AOL) and got basically nowhere and the couple of Google searches I did turned up about as much. I've also tried the preferences of AOL and got about as far as the rest.

    So, ideas?

    Source: http://community.livejournal.com/computergeeks/870689.html

  • still having problems with apache! :(

    Date: 01/29/06 (Apache)    Keywords: html, web, apache

    I posted here about a month and a half ago about my *issues* with apache.
    It seems that everyone I know basically knows NOTHING about the apache webserver, even the person who originally turned me toward it. So I was hoping I could get some info as to what is going on with the server and why it is having problems.

    I don't know what types of errors I am having or what the errors mean, but I'll just copy and paste the error log here and maybe (crosses fingers, prays, wishes on shooting stars, etc.) someone, anyone, will take a crack at it. I've had this insane problem with apache not working for so long and before that it seemed that everything ran really smoothly so this is really boggling my mind. To refer to my previous post, you can go here: http://community.livejournal.com/apache/27907.html

    here is the error log:

    [Mon Dec 12 17:15:41 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 12 17:15:41 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 12 17:15:42 2005] [notice] Parent: Created child process 4060
    [Mon Dec 12 17:15:42 2005] [notice] Child 4060: Child process is running
    [Mon Dec 12 17:15:42 2005] [notice] Child 4060: Acquired the start mutex.
    [Mon Dec 12 17:15:42 2005] [notice] Child 4060: Starting 250 worker threads.
    [Mon Dec 12 17:29:28 2005] [notice] Parent: Received restart signal -- Restarting the server.
    [Mon Dec 12 17:29:28 2005] [notice] Child 4060: Exit event signaled. Child process is ending.

    [Mon Dec 12 17:29:28 2005] [warn] (OS 995)The I/O operation has been aborted because of either a thread exit or an application request. : winnt_accept: Asynchronous AcceptEx failed.

    [Mon Dec 12 17:29:29 2005] [notice] Child 4060: Released the start mutex
    [Mon Dec 12 17:29:30 2005] [notice] Child 4060: Waiting for 250 worker threads to exit.
    [Mon Dec 12 17:29:30 2005] [notice] Child 4060: All worker threads have exited.
    [Mon Dec 12 17:29:30 2005] [notice] Child 4060: Child process is exiting
    [Mon Dec 19 19:51:48 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 19 19:51:48 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 19 19:51:48 2005] [notice] Parent: Created child process 2648
    [Mon Dec 19 19:51:48 2005] [notice] Child 2648: Child process is running
    [Mon Dec 19 19:51:48 2005] [notice] Child 2648: Acquired the start mutex.
    [Mon Dec 19 19:51:48 2005] [notice] Child 2648: Starting 250 worker threads.
    [Sat Dec 24 14:12:32 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Sat Dec 24 14:12:33 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Sat Dec 24 14:12:33 2005] [notice] Parent: Created child process 704
    [Sat Dec 24 14:12:33 2005] [notice] Child 704: Child process is running
    [Sat Dec 24 14:12:33 2005] [notice] Child 704: Acquired the start mutex.
    [Sat Dec 24 14:12:33 2005] [notice] Child 704: Starting 250 worker threads.
    [Mon Dec 26 01:51:39 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 01:51:39 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 01:51:40 2005] [notice] Parent: Created child process 1060
    [Mon Dec 26 01:51:40 2005] [notice] Child 1060: Child process is running
    [Mon Dec 26 01:51:40 2005] [notice] Child 1060: Acquired the start mutex.
    [Mon Dec 26 01:51:40 2005] [notice] Child 1060: Starting 250 worker threads.
    [Mon Dec 26 14:32:48 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 14:32:48 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 14:32:48 2005] [notice] Parent: Created child process 1232
    [Mon Dec 26 14:32:48 2005] [notice] Child 1232: Child process is running

    [Mon Dec 26 14:32:48 2005] [notice] Child 1232: Acquired the start mutex.
    [Mon Dec 26 14:32:49 2005] [notice] Child 1232: Starting 250 worker threads.
    [Mon Dec 26 16:29:13 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 16:29:13 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 16:29:13 2005] [notice] Parent: Created child process 1228
    [Mon Dec 26 16:29:13 2005] [notice] Child 1228: Child process is running
    [Mon Dec 26 16:29:13 2005] [notice] Child 1228: Acquired the start mutex.
    [Mon Dec 26 16:29:14 2005] [notice] Child 1228: Starting 250 worker threads.
    [Mon Dec 26 16:35:13 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 16:35:13 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 16:35:13 2005] [notice] Parent: Created child process 1244
    [Mon Dec 26 16:35:13 2005] [notice] Child 1244: Child process is running
    [Mon Dec 26 16:35:13 2005] [notice] Child 1244: Acquired the start mutex.
    [Mon Dec 26 16:35:13 2005] [notice] Child 1244: Starting 250 worker threads.
    [Mon Dec 26 18:55:33 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Mon Dec 26 18:55:33 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Mon Dec 26 18:55:33 2005] [notice] Parent: Created child process 1376
    [Mon Dec 26 18:55:33 2005] [notice] Child 1376: Child process is running
    [Mon Dec 26 18:55:34 2005] [notice] Child 1376: Acquired the start mutex.
    [Mon Dec 26 18:55:34 2005] [notice] Child 1376: Starting 250 worker threads.

    [Wed Dec 28 15:14:34 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Wed Dec 28 15:14:34 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Wed Dec 28 15:14:34 2005] [notice] Parent: Created child process 616
    [Wed Dec 28 15:14:35 2005] [notice] Child 616: Child process is running
    [Wed Dec 28 15:14:35 2005] [notice] Child 616: Acquired the start mutex.
    [Wed Dec 28 15:14:35 2005] [notice] Child 616: Starting 250 worker threads.

    [Wed Dec 28 15:20:14 2005] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Wed Dec 28 15:20:14 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Wed Dec 28 15:20:14 2005] [notice] Parent: Created child process 720
    [Wed Dec 28 15:20:15 2005] [notice] Child 720: Child process is running
    [Wed Dec 28 15:20:15 2005] [notice] Child 720: Acquired the start mutex.
    [Wed Dec 28 15:20:15 2005] [notice] Child 720: Starting 250 worker threads.


    [Thu Dec 29 11:03:40 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.

    [Thu Dec 29 11:03:45 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
    [Thu Dec 29 11:03:48 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
    [Thu Dec 29 11:03:52 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.
    [Thu Dec 29 11:03:52 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.

    [Fri Dec 30 03:14:52 2005] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed.



    [Sat Dec 31 16:14:15 2005] [notice] Server built: Oct 9 2005 19:16:56
    [Sat Dec 31 16:14:15 2005] [notice] Parent: Created child process 708
    [Sat Dec 31 16:14:15 2005] [notice] Child 708: Child process is running
    [Sat Dec 31 16:14:15 2005] [notice] Child 708: Acquired the start mutex.
    [Sat Dec 31 16:14:16 2005] [notice] Child 708: Starting 250 worker threads.
    [Sun Jan 01 17:00:25 2006] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Sun Jan 01 17:00:25 2006] [notice] Child 708: Exit event signaled. Child process is ending.
    [Sun Jan 01 17:00:26 2006] [notice] Child 708: Released the start mutex
    [Sun Jan 01 17:00:27 2006] [notice] Child 708: Waiting for 250 worker threads to exit.
    [Sun Jan 01 17:00:27 2006] [notice] Child 708: All worker threads have exited.
    [Sun Jan 01 17:00:27 2006] [notice] Child 708: Child process is exiting
    [Sun Jan 01 17:00:28 2006] [notice] Parent: Child process exited successfully.
    [Sun Jan 01 17:00:32 2006] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Sun Jan 01 17:00:32 2006] [notice] Server built: Oct 9 2005 19:16:56
    [Sun Jan 01 17:00:32 2006] [notice] Parent: Created child process 9200
    [Sun Jan 01 17:00:32 2006] [notice] Child 9200: Child process is running
    [Sun Jan 01 17:00:32 2006] [notice] Child 9200: Acquired the start mutex.
    [Sun Jan 01 17:00:32 2006] [notice] Child 9200: Starting 250 worker threads.
    [Sat Jan 07 03:06:52 2006] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Sat Jan 07 03:06:52 2006] [notice] Server built: Oct 9 2005 19:16:56
    [Sat Jan 07 03:06:52 2006] [notice] Parent: Created child process 572
    [Sat Jan 07 03:06:53 2006] [notice] Child 572: Child process is running
    [Sat Jan 07 03:06:53 2006] [notice] Child 572: Acquired the start mutex.
    [Sat Jan 07 03:06:53 2006] [notice] Child 572: Starting 250 worker threads.
    [Sun Jan 22 18:30:36 2006] [notice] Apache/2.0.55 (Win32) configured -- resuming normal operations
    [Sun Jan 22 18:30:37 2006] [notice] Server built: Oct 9 2005 19:16:56
    [Sun Jan 22 18:30:37 2006] [notice] Parent: Created child process 2248
    [Sun Jan 22 18:30:38 2006] [notice] Child 2248: Child process is running
    [Sun Jan 22 18:30:38 2006] [notice] Child 2248: Acquired the start mutex.
    [Sun Jan 22 18:30:39 2006] [notice] Child 2248: Starting 250 worker threads.

    Source: http://community.livejournal.com/apache/29753.html

  • Tricky question

    Date: 01/29/06 (Computer Help)    Keywords: browser, web

    I tried like heck to solve this one, so maybe you all can help.

    I'm trying to download a video stream from a website. I saved the entire webpage the video opened on, but the video was an asx, meaning it's a playlist that targets another video.

    Opening the asx in a text editor gets me an mms link that leads to the WMV file, but I have no idea how to download it. When I open it in a browser, it acts like the asx file; it opens Windows Media Player and opens the movie but I have no way to actually save it.

    I'm trying to download the actual WMV file to my hard drive, so I could edit the video on my computer, upload it to an FTP server, etc. Using Windows XP. More system specs if you need them.

    Please help!
    Sean

    Source: http://community.livejournal.com/computer_help/574885.html

  • Help needed with Internet registration pages

    Date: 01/29/06 (Computer Help)    Keywords: virus, web, yahoo

    Hello, everyone. I've come to this communtity a few times before, and it's usually been helpful, so here I am.

    My family owns a Dell Dimension 8400 PC w/ Windows XP. Although my family has had a bad history with virus trouble, the Internet has been working pretty well since we got it. Recently, however, there has been a bit of an issue when it comes to singing up for things via Internet. An example: I try to sign into my email account at Yahoo, and it comes up with a "The page cannot be displayed" screen. My sister tried to download a job application: same screen. My mom tried to order a bunch of stuff from a website: same screen. I tried to register for the ACT: same screen. Anytime anyone tries to register or sign up for something; when you click the actual button, that screen comes up.

    This is a huge problem, considering the amount of items my family orders online. Since I'm also going to be applying for colleges soon, I need a reliable Internet that I'm sure will get my information through. It's very nerveracking. I don't know what to do. So if anyone has any idea what this is all about and how to fix it, I would be very thankful.

    x-posted to '[info]'computerhelp.

    Source: http://community.livejournal.com/computer_help/574710.html

  • Previous page  ||  Next page


    antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home