PHP update

Do you know of any "basic sane guidelines" to update the existing PHP on a Mac.
i do see that apple has available the most recent version of PHP available, http://www.apple.com/downloads/macosx/unixopensource/php.html
Question: would the Mac OS automatically go thru the necessary procedures to bring the current existing PHP in the Directory up to date when the human executes a download of PHP via the GUI ?.
Or does the human need to re-configure the PHP file`s manually.
Where would some basic sane guidelines be found to update the existing PHP on the Mac.
Thank you.
The end result here is to load up to date PHP and MY SQL, rather then MAMP, when the Mac has already Apache installed and a existing PHP file and SQL lite.
It just seems redundant and unnecessary to load MAMP.
thank you again
any assistance to basic reference would be appreciated.

what ok wrote:
Do you know of any "basic sane guidelines" to update the existing PHP on a Mac.
Here is one of many such examples. Since you appear to be using 10.4.11, some things might be different.
You may be able to go to Apple's open source site and download their PHP package. That would be the best way to update Apple's PHP with your own.
Question: would the Mac OS automatically go thru the necessary procedures to bring the current existing PHP in the Directory up to date when the human executes a download of PHP via the GUI ?.
No. If you installed your PHP correctly, it would live in /usr/local and be outside of any Apple update. If you tried to update your Apple MySQL yourself, updates would probably fail eventually and you would have to re-do everything. If they did succeed, your best-case scenario would be that you would lose all of your modifications with each update.
Or does the human need to re-configure the PHP file`s manually.
Yes. There are lots of instructions on how to do this. Almost all of them describe the process on Linux. You will have to translate the file paths to MacOS X yourself.
The end result here is to load up to date PHP and MY SQL, rather then MAMP, when the Mac has already Apache installed and a existing PHP file and SQL lite.
It just seems redundant and unnecessary to load MAMP.
I strongly urge you to reconsider MAMP. It makes perfect sense to install redundant copies of packages that have different capabilities. People do that all the time. Why go looking for a 3-day solution when a 3-minute solution is available?

Similar Messages

  • Roundcube not working after last php update [SOLVED]

    After the last php update my roundcubemail stopped working.  The log-in page loads and after attempting to log in I get the following error:
    IMAP Error in /usr/share/webapps/roundcubemail/program/lib/Roundcube/rcube_imap.php (184): Login failed for [email protected] from 192.168.1.1. Could not connect to ssl://localhost:993: Unknown reason (fsockopen() function disabled?)
    Last edited by whahn1983 (2014-09-19 18:46:11)

    I fixed it yesterday. I modified the PKGBUILD to get the upstream fix.
    # $Id$
    # Maintainer: Sergej Pupykin <[email protected]>
    pkgname=roundcubemail
    pkgver=1.0.2.3b55da
    pkgrel=1
    pkgdesc="A PHP web-based mail client"
    arch=('any')
    url="http://www.roundcube.net"
    license=('GPL')
    depends=('php')
    optdepends=('python2')
    backup=('etc/webapps/roundcubemail/.htaccess'
    'etc/webapps/roundcubemail/apache.conf')
    install=roundcubemail.install
    options=('!strip' 'emptydirs')
    source=("${pkgname}::git+https://github.com/roundcube/roundcubemail.git#commit=9a498212446f6c9a186df5652a7625526b590b78"
    apache.conf)
    md5sums=('SKIP'
    'f11b17e2a80b383cde4af963fb307541')
    prepare() {
    cd ${srcdir}/${pkgname}
    sed -i \
    -e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
    -e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
    config/defaults.inc.php \
    program/lib/Roundcube/rcube_config.php
    package() {
    mkdir -p ${pkgdir}/etc/webapps/roundcubemail
    mkdir -p ${pkgdir}/usr/share/webapps
    mkdir -p ${pkgdir}/var/log
    cd ${pkgdir}/usr/share/webapps
    cp -ra ${srcdir}/${pkgname} roundcubemail
    cd roundcubemail
    mv .htaccess $pkgdir/etc/webapps/roundcubemail/
    ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
    mv config $pkgdir/etc/webapps/roundcubemail/
    ln -s /etc/webapps/roundcubemail/config config
    install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
    install -Dm0644 $srcdir/apache.conf $pkgdir/etc/webapps/roundcubemail/apache.conf
    # install -dm0755 $pkgdir/etc/php/conf.d/
    # cat <<EOF >$pkgdir/etc/php/conf.d/$pkgname.ini
    #open_basedir = ${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
    #EOF
    rm -rf temp logs
    Then I added these values to my roundcube config:
    // IMAP socket context options
    // See http://php.net/manual/en/context.ssl.php
    // The example below enables server certificate validation
    //$config['imap_conn_options'] = array(
    // 'ssl' => array(
    // 'verify_peer' => true,
    // 'verify_depth' => 3,
    // 'cafile' => '/etc/openssl/certs/ca.crt',
    $config['imap_conn_options'] = array(
    'ssl' => array(
    'verify_peer' => false,
    'verfify_peer_name' => false,
    // SMTP connection timeout, in seconds. Default: 0 (use default_socket_timeout)
    // Note: There's a known issue where using ssl connection with
    // timeout > 0 causes connection errors (https://bugs.php.net/bug.php?id=54511)
    $config['smtp_timeout'] = 5;
    // SMTP socket context options
    // See http://php.net/manual/en/context.ssl.php
    // The example below enables server certificate validation, and
    // requires 'smtp_timeout' to be non zero.
    // $config['smtp_conn_options'] = array(
    // 'ssl' => array(
    // 'verify_peer' => true,
    // 'verify_depth' => 3,
    // 'cafile' => '/etc/openssl/certs/ca.crt',
    $config['smtp_conn_options'] = array(
    'ssl' => array(
    'verify_peer' => false,
    'verify_peer_name' => false,
    It works like a charm.

  • PHP Update and Modularization

    The PHP package was rebuilt in order to provide more functionality while
    reducing explicit dependencies and memory usage. This was achieved by
    building most PHP modules as shared objects instead of building them
    statically in.
    In addition to this it is easier to use and package external PHP modules and
    its configuration due to the possibility to have a separate config file for
    every extension. Those ini files are stored in /etc/php/conf.d/ and will
    automatically used by PHP.
    If you are using PHP on a webserver connected to the internet you might be
    interested in installing the php-suhosin package as well which was moved from
    the [community] into the [extra] repository. Along with the suhosin-patch
    which ships with the current PHP packge this extension provides some advanced
    security features. For some more information on this see
    http://www.suhosin.org.
    The packages will remain in [testing] for at least a few days. Please test
    this package with your favorite scripts and report any error or suggestions:
    http://bugs.archlinux.org
    If you update from a previous PHP setup, take care of the following changes:
    * Due to the modularization you have to enable some modules which were
      built-in before. For a quick overview compare the modules section at the
      bottom of your php.ini with the new one which will be stored as
      php.ini.pacnew
    * PHP itself does not have any explicit dependencies, but some extensions will
      only work with certain package installed. Those will be displayed during the
      installation.
    * If you are using any PHP extension from [community] or AUR you will have
      to rebuild them against this PHP version. As soon as this package arrives in
      [extra], all extensions in [community] will be updated.
    Pierre

    Pierre wrote:
    Well, you changed this in my.cnf then, right? By defaulkt Arch uses /tmp/mysql.sock (see http://cvs.archlinux.org/cgi-bin/viewcv … vs-markup). Any reason for changing this? In contrast to /tmp /var/tmp is persistent among rebooting.
    Anyway: Did this work with the previous version of php? Does phpinfo show your changes to the socket location?
    Everything was fine with the previous version. I upgraded to testing version 5.2.4-4 and mysql connection got broken. There's a silly enterprise application we use and if the mysql.sock file is in /tmp it gives security errors. That's why i need to change default config. Below is a screenshot from phpinfo.

  • Apache and PHP update causes an error

    Apple update downloaded updates for apache and php, since then I cant get to work my squirrel mail, because web wont start if it has the php plugin enabled, any help or suggestions ???

    Shxnnxn please see Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html for information on how to resolve Error 49.

  • Generic javascript error when trying to add PHP Update behavior

    When I try to add an Update behavior (PHP) from DW CS5,  I get this popup error and I have no idea what it means!
    While executing applyServerBehavior in UpdateRecord.htm, a JavaScript error occurred.
    help??

    At this point there are only 2 other solutions to try because that is the only KB article related to JS errors and cleaning out those user configs usually does the trick.
    1.  Your OS profile has become corrupt somewhere.  Create a new profile on your computer and try running the same operation on DW.  If this works you will need to move over your other user settings from applications, but do not move over all user data as you may bring the corrupted file(s) with you.
    2.  Run the Cleaner: Click on Help->De-Activate in any Adobe program to deactivate the software.  Run the Clean Script: http://www.adobe.com/support/contact/cscleanertool.html and then re-install.

  • PHP Update statement hanging

    I'm trying to run a simple update statement in PHP,
    The query looks like this:
    $sql_u = "UPDATE DAY.SEARCH SET ENABLED = '$trackable' WHERE NAME= '$name'";
    The output of that query would be:
    UPDATE DAY.SEARCH SET ENABLED = '1' WHERE NAME= 'joe'
    I can run the statement fine in Toad but running when I try running it using php, it hangs and times out. There's only about 200 records in the table.
    Any ideas?

    user9179751 wrote:
    I'm trying to run a simple update statement in PHP,
    The query looks like this:
    $sql_u = "UPDATE DAY.SEARCH SET ENABLED = '$trackable' WHERE NAME= '$name'";
    The output of that query would be:
    UPDATE DAY.SEARCH SET ENABLED = '1' WHERE NAME= 'joe'
    I can run the statement fine in Toad but running when I try running it using php, it hangs and times out. There's only about 200 records in the table.
    Any ideas?shouldnt it be: $sql_u = "UPDATE DAY.SEARCH SET ENABLED = '".$trackable."' WHERE NAME= '".$name."'"; ?
    notice the dots and double quotes before and after the variables
    Edited by: mkdgroup on May 28, 2010 1:14 AM

  • PHP update to 5.3.2 or later

    Hello,
    I want to run mediawiki under SL on a MB with the Apache and PHP of the OS.
    The latest Wiki does not install under php 5.3.1, because that is said to be crucial buggy to run the Wiki.
    On the Apple pages I can not find any advice as to update the PHP version of the OS itself.
    Any help or advice?
    No, I don't want to install a PHP version additional to the original One. I want to update.
    Thx for help
    H.

    As noted in the above referenced thread, I am pleased to report that PHP 5.3.2 was included with Security Update 2010-005:
    http://support.apple.com/kb/HT4312

  • PHP Update button

    Hi everyone,
    Got a question with hope someone will have an answer to, or could point me in the correct direction.
    Using PHP, and any other form of code necessary I want to be able to show/hide an object by clicking an image (button). The PHP side of show/hide I can do easily through if statements… its on the admin side I need a little help because id like to be a tad crafty…
    Basically id like it so… when I load up my admin page, my image (button) displays shaded if on, or not shaded if off (this info is gathered from the latest database entry)… and when I interact with the button, it switches to the other (on/off)… when I click the submit button, it updates the database information according to what the button is switched to… in this case it would be ‘1’ for on (show) and ‘0’ for off (hide).
    Hope this makes sense
    Any help would be greatly appreciated
    David

    Judging from your description, you just need a form with a hidden field and a submit button. Use a recordset to populate the value of the hidden field with the existing value stored in the database (1 or 0). Apply an Update Record server behavior to update the value. Since you want to toggle between 0 and 1, you need to change the value with a conditional statement. You can do this either in the body of page to switch the value of the hidden field, or in the code that handles the update.
    <input type="hidden" name="display" id="display"
      value="<?php if ($row_recordsetName['display'] == 0) {
        echo 1;
      } else {
        echo 0;
      }?>" />
    Alternatively:
    if ($_POST['display'] == 0) {
      $_POST['display'] = 1;
    } else {
      $_POST['display'] = 0;
    If you're capable of hand-coding everything, you could make it much simpler by running the following SQL query whenever the button is clicked:
    UPDATE mytable SET display = IF(display = 0, 1, 0)

  • FCKeditor PHP & updating MYSql

    I am having problem figuring out how to update MYSQL with the
    changes I
    make in FCKeditor. I have done it in asp but I am stumped
    with php.
    The FCKeditor directions say to enter code like
    <?php
    $sValue = stripslashes( $_POST['FCKeditor1'] ) ;
    ?>
    But where I put it I get an error. How do I get the value of
    $oFCKeditor->Value where application.update record will
    see the value?
    Current form code is
    <form action="" method="post" name="cmsUpdate"
    id="cmsUpdate">
    <?php
    $oFCKeditor = new FCKeditor('cmsContent') ;
    $oFCKeditor->BasePath = '../fckeditor/';
    $oFCKeditor->Value = $row_rs_editcms['pgCntnt'];
    $oFCKeditor->Create() ;
    ?>
    <input name="pgId" type="hidden" value=<?php echo
    $row_rs_editcms['pgId']; ?>>
    <input name="" type="submit">
    </form>

    jjjhbj111 wrote:
    > OK how did you do it. I am going to place FCKeditor in
    my users pages
    > soon. I would love to know how you did it so I can have
    a go....
    > Thanks
    After folling directions then I added one line as shown below
    <?php
    $oFCKeditor = new FCKeditor('cmsContent') ;
    $oFCKeditor->BasePath = '../fckeditor/';
    $oFCKeditor->InstanceName = "cmsContent" ; /* code added
    for
    dreamweraver */
    $oFCKeditor->ToolbarSet = "Default" ;
    $oFCKeditor->Height = '450';
    $oFCKeditor->Value = $row_rs_editcms['pgCntnt'];
    $oFCKeditor->Create() ;
    ?>
    Then I added a text field, ran the wizard and changed the
    text field
    name in the update query to the instancename (cmsContent),
    deleted the
    unneeded text field and it worked. Saw this on SourceForege's
    forum.
    if ((isset($_POST["MM_update"])) &&
    ($_POST["MM_update"] ==
    "cmsUpdate")) {
    $updateSQL = sprintf("UPDATE cms_pgs SET pgCntnt=%s WHERE
    pgId=%s",
    GetSQLValueString($_POST['cmsContent'], "text"),
    GetSQLValueString($_POST['pgId'], "int"));
    Right or wrong this worked for me.

  • DW8 & PHP Update

    Hello people,
    the problem is that im creating a website for my university
    project, and im using PHP, im trying to use the 'go to detail page'
    function but with PHP i cant seem to find the function button.
    So i need to find a way to update one field in my table based
    on weather a checkbox is selected, here is the link to my site so
    you can all see what i mean:
    http://www.plmwebs.com/Dark_Dreamers/TESTING2.php
    (Just press submit and its the second page)
    i need the checkbox on the second page, 'if selected' to
    update the table field 'Available' to 'NO'
    Any bodys input is welcome, im realy stuck, im used to using
    Aspvb.script. :)
    Kind regards
    Ash

    twindude wrote:
    > Buzby
    >
    > I too am trying to convert some apps to mysql
    >
    > CAn you please post how you got this to work with DW8
    >
    > I am getting an error trying to setup the RS
    > when i try to 'select database"
    > i get this:
    > Your PHP server doesn't have the MySQL module loaded or
    you can't
    > use the mysql_(p)connect functions.
    >
    > I am running php/mysql on my xp pro workstation....with
    dw8 on it
    >
    > ??? loss......
    Sounds like you haven't installed the mysql module.
    I'm sure someone who knows much much more about it than me
    will be
    along in a moment.
    However - possibly the easiest way to do it without getting
    your hands
    dirty is to delete and then reinstall PHP - make sure you do
    the
    detailed route and look out for the modules section and check
    all the
    MySql ones (sorry can't remember exactly what they were
    called - I've
    only done this twice - the first one I bodged up!) -
    otherwise it's
    trawl through your php.ini file and uncomment all the mysql
    components
    that you think you may need!
    HTH
    Buzby
    There's nothing more dangerous than a resourceful idiot

  • PHP updating a data base field issue

    HI
    I am using a multiple select box to allow multuple vales to be selected and entered into the database
    when i add the filed values i use implode to seperate the values with a comma.
      $insertSQL = sprintf("INSERT INTO finance_data (Link_record,Savings_Year, Savings_Trust, Savings_Type, Savings_Amount, Savings_Additional_Notes) VALUES (%s, %s, %s, %s, %s, %s)",
              GetSQLValueString($_POST['inserttracker'], "text"),
                           GetSQLValueString($_POST['Savings_Year'], "text"),
                           GetSQLValueString($_POST['Savings_Trust'], "text"),
                           GetSQLValueString(implode(',', $_POST['Savings_Type']), "text"),
                           GetSQLValueString($_POST['Savings_Amount'], "double"),
                           GetSQLValueString($_POST['Savings_Additional_Notes'], "text"));
    when i then use an update method, the value is shown correctly in the field, however using the same implode to update the field in the same way does not seem to work and instead leaves me with a null value on update
    i tried using different varibles and doing the implode outside of the update even called it something else, but i have had no luck
    update code
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
    $updateSQL = sprintf("UPDATE finance_data SET Link_record=%s, Extended_Index=%s, Savings_Year=%s, Savings_Trust=%s, Savings_Type=
    %s, Savings_Amount=%s, Savings_Additional_Notes=%s WHERE Master_index=%s",
                           GetSQLValueString($_POST['Link_record'], "int"),
                           GetSQLValueString($_POST['Extended_Index'], "text"),
                           GetSQLValueString($_POST['Savings_Year'], "text"),
                           GetSQLValueString($_POST['Savings_Trust'], "text"),
                           GetSQLValueString(implode(',', $_POST['Savings_Type']), "text"),
                           GetSQLValueString($_POST['Savings_Amount'], "double"),
                           GetSQLValueString($_POST['Savings_Additional_Notes'], "text"),
                           GetSQLValueString($_POST['Master_index'], "int"));
    any suggestion would be helpful
    Thanks

    Krazy Maud wrote:
     when i then use an update method, the value is shown correctly in the field, however using the same implode to update the field in the same way does not seem to work and instead leaves me with a null value on update
    Have you checked whether $_POST['Savings_Type'] is an array? The name attribute of the multiple select element needs to have an empty pair of square brackets like this:
    <select name="Savings_Type[]" multiple>

  • Php update/configure for Server 4.0

    I had working Apache2 + PHP 5.6 running perfectly locally for development.
    Web Docs were located in /Sites folder in user directory.
    After Installing Server 4.0 all my setup is messed up. I can configure website again but it not uses PHP I have upgraded to.
    I feel lack of control/configuration for web apps with Server 4.0. How I can get it working back as perviously or uninstall Server 4.0?
    Filip

    I have found solution to fix Apache after uninstallation of Server 4.0
    http://remonpel.nl/2014/08/restore-apache2-service-after-removal-of-server-app/# more-554
    I found also more articles that maybe would help me running my websites with OS X Server.... but for now I have decided to not come back to try this.
    http://remonpel.nl/

  • DW PHP date update issue?

    When I use the DW8 PHP UPDATE behavior, I get an error reported back from the web server when the date value in the form is MM/DD/YYYY .. but if I change it to YYYY-MM-DD then it updates fine. What can I do to assure that we can use the user friendly date format and it doesn't freak out???

    Create separate fields in the update form for the month, date, and year. Use SQL to extract the values separately using MySQL date and time functions. When the form is submitted, join the separate values together before inserting them in the database.

  • Update PHP

    Running OS 10.6.7 on Xserve 2.26 Ghz quad core Xeon, apache version 2.2.17 and PHP 5.3.4, serving FileMaker Pro via FM Server 11.0.3
    I've been asked by security folks to upgrade to PHP 5.3.6 if possible. Best method?  Worth the trouble?  I am concerned that if I do manual install from source PHP download that 1) it may break FileMaker PHP and 2) Apple upgrades may break the install.
    Any experience or advice?
    Thanks in advance.

    Google around for some information on updating PHP; this question gets asked fairly regularly, and folks have managed this with varying degrees of success.   (For some of those existing discussions, see: here, here, here, here, and here)
    If you roll this change yourself, you're basically doing a full upgrade of all of the bits, performing a differences of the existing version of php within OS X and reimplementing whatever Apple added or changed within that previous updates, and then debugging it all.  That's either you implementing the update yourself or (if it's sufficiently current) maybe downloading and updating via MacPorts or another packaged version.
    And in any case and irrespective of how you update php, once you upgrade this stuff, you own it.   You own additional security fixes and updates, anything that might go wrong when something (else) encounters the new php and tips over (web services, Filemaker, etc), and (hopefully, eventually) backing out the php updates if/when Apple ships a newer version and you then want (need?) to revert to the installed version.
    There's a decent chance that problems can crop up after a php or other similar update of the integrated tools, so definitely have a complete full-disk backup made by booting the installation DVD and using Disk Utility, or some other similar approach.  That's your path back out, if (when?) something blows up.
    The other approach is to request a waiver from your "security folks", pending an Apple-provided security or system update.  That's usually the easiest approach.

  • PHP won't recompile, no matter how I try

    Hello,
    In March, I installed PostgreSQL on my computer, and I recompiled PHP with the --with-pgsql option to take advantage of this. I don't remember the exact date, but it must have been within a couple days of March 9th, since that's when all my related files were created.
    Everything worked fine, and I was developing things as I had expected to. I hadn't worked on my project since about April, and I came back to it the other day, to find that PHP had reverted to an older build, apparently from February 20th.
    Now, no matter how many times I reconfigure or recompile or reinstall PHP, it doesn't change the version on my computer.
    When I run "make install", I get this:
    Installing PHP SAPI module: apache2handler
    /usr/share/httpd/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1/build-1/libtool' libs/libphp5.so /usr/libexec/apache2
    /usr/share/apr-1/build-1/libtool --mode=install cp libs/libphp5.so /usr/libexec/apache2/
    cp libs/libphp5.so /usr/libexec/apache2/libphp5.so
    Warning! dlname not found in /usr/libexec/apache2/libphp5.so.
    Assuming installing a .so rather than a libtool archive.
    chmod 755 /usr/libexec/apache2/libphp5.so
    [activating module `php5' in /private/etc/apache2/httpd.conf]
    Installing PHP CLI binary: /usr/bin/
    Installing PHP CLI man page: /usr/share/man/man1/
    Installing build environment: /usr/lib/php/build/
    Installing header files: /usr/include/php/
    Installing helper programs: /usr/bin/
    program: phpize
    program: php-config
    Installing man pages: /usr/share/man/man1/
    page: phpize.1
    page: php-config.1
    Installing PDO headers: /usr/include/php/ext/pdo/
    And then it ends. All the files related to PHP seem to be updating, but PHP itself remains untouched. I can't figure out what made my newer build disappear. I don't know where the issue is to even fix this. I'm not getting any errors at any step of the way, except that PHP isn't reinstalled when I finish.
    Anyone have a clue what's going on?

    I suspect that you lost your newer build as the result of Security Update 2008-002 which was released on 18 March. Would this fit the timing? The update included PHP updates.
    In general, it is a bad idea to install software into /usr/bin, /usr/share etc. A better choice is /usr/local/bin etc. This is true even if - perhaps even especially if - you are installing a newer version of something included in OS X. There are a few exceptions to this rule, but they really are very few and do not include PHP.
    I don't really know PHP (or at all, in fact). How do you know it isn't updating?
    Assuming the source uses the auto tools, did configure find everything OK? Actually, let me back up here.
    Did you run configure and make again in your source directory or did you just do make install? Apple's Security Update also included updates for Apache, for example, so you might need to reconfigure the source (make clean; ./configure --my-args; make; make check; make install).
    - cfr

Maybe you are looking for

  • Windows 2003 Guest cannot access "SCSI" virtual Disks with /PAE enabled

    I created a Windows 2003 EE R2 guest with 16 GB memeory, 48 GB System disk and 4 virtual SCSI disks for Microsoft Cluster services. It all worked, but limited Windows to 3.75 GB memory. When I added the /PAE option to boot.ini, the memory was availab

  • Why There is no "None" Option when Registering iTunes10.5 Account?

    I really wanted to download free apps for my iTouch without getting a credit card for that matter.. but it seems that the option for "None" is not available for iTunes 10.5.. i don't know what to do.

  • [SOLVED] Remove hard drive

    I set up Arch Linux with a hard drive /dev/sdc connected to the computer. I now want to remove this hard drive completely. However on boot (using Syslinux with no chain for this hard drive) the system stops at the start job for that device. If I plug

  • AS2-CS4 unnullify "Null"?

    I'm creating a card game tutorial (well, a small part of what will be a tutorial) and ran into a wall. A movieclip has an onRollOver, onRollOut, onPress and onRelease state, each doing different things (go figure). In the onRelease state, I nullified

  • How to add in render, lighting effects filter?

    Anyone know how to add in this filter?  Render, lighting effects.