External Authentication failed via PHP script

I'm not a PHP wiz - in fact I am not a backend coder so I am
somewhat struggeling with the sample scripts - I still hope for a
CF sample...
I'm trying to run and log in to AFCS via the commandline
(Terminal). I'm not sure what I'm doing wrong - here what I am
passing:
php -f /Applications/MAMP/htdocs/afcs.php args --debug
--host=http://connectnow.acrobat.com,fcguru,my_login,my_pass
The username and password I pass are correct. However I get
this response:
Error: exception 'AFCSError' with message '<response
status="error">
<error code="AUTH_FAILED">
<msg>Authorization Failed</msg>
</error>
</response>
' in /Applications/MAMP/htdocs/afcs.php:86
Really struggeling with this. Even once I get this working
from the commandline I do not know how to call this from a script
instead. I use CF on the backend, not PHP.
Regards,
Stefan

I would say that your command is syntactically correct, but
semantically incorrect :)
Two problems:
- there is no "args" parameter in afcs.php
- when you use php -f file.php you have to append a -- after
the php file to tell the interpreter to stop parsing parameters
because they belong to the script
So, try this:
php -f /Applications/MAMP/htdocs/afcs.php -- --debug
--host=http://connectnow.acrobat.com fcguru my_login my_pass
or this:
php /Applications/MAMP/htdocs/afcs.php --debug
--host=http://connectnow.acrobat.com fcguru my_login my_pass
Also, there is an example of a php web application that uses
external authentication in the examples folder
(ExternalAuthentication/php). Just drop the php folder somewhere in
your webserver and try it out.

Similar Messages

  • Webserver on DMZ cannot send email via php script using SMTP (cisco firewall pix 515e)

    Hello,
    I have two web servers that are sitting in a DMZ behind a Cisco Firewall PIX 515e. The webservers appear to be configured correctly as our website and FTP website are up. On two of our main website, we have two contact forms that use a simple html for to call a php script that uses smtp as its mailing protocol. Since, I am not the network administrator, I don't quite understand how to  read the current configurations on the firewall, but I suspect that port 25 is blocked, which prevents the script from actually working or sending out emails.  What I've done to narrow the problem done is the following: I used a wamp server to test our scripts with our smtp servers settings, was able to successfully send an email out to both my gmail and work place accounts. Currently, we have backupexec loaded on both of these servers, and when I try to send out an alert I never receive it. I think because port 25 is closed on both of those servers.  I will be posting our configuration. if anyone can take a look and perhaps explain to me how I can change our webservers to communicate and successfully deliver mail via that script, I would gladly appreciate it. our IP range is 172.x.x.x, but it looks like our webservers are using 192.x.x.x with NAT in place. Please someone help.
    Thanks,
    Jeff Mateo
    PIX Version 6.3(4)
    interface ethernet0 100full
    interface ethernet1 100full
    interface ethernet2 100full
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    nameif ethernet2 DMZ security50
    enable password GFO9OSBnaXE.n8af encrypted
    passwd GFO9OSBnaXE.n8af encrypted
    hostname morrow-pix-ct
    domain-name morrowco.com
    clock timezone EST -5
    clock summer-time EDT recurring
    fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    no fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    names
    name 12.42.47.27 LI-PIX
    name 172.20.0.0 CT-NET
    name 172.23.0.0 LI-NET
    name 172.22.0.0 TX-NET
    name 172.25.0.0 NY-NET
    name 192.168.10.0 CT-DMZ-NET
    name 1.1.1.1 DHEC_339849.ATI__LEC_HCS722567SN
    name 1.1.1.2 DHEC_339946.ATI__LEC_HCS722632SN
    name 199.191.128.105 web-dns-1
    name 12.127.16.69 web-dns-2
    name 12.3.125.178 NY-PIX
    name 64.208.123.130 TX-PIX
    name 24.38.31.80 CT-PIX
    object-group network morrow-net
    network-object 12.42.47.24 255.255.255.248
    network-object NY-PIX 255.255.255.255
    network-object 64.208.123.128 255.255.255.224
    network-object 24.38.31.64 255.255.255.224
    network-object 24.38.35.192 255.255.255.248
    object-group service morrow-mgmt tcp
    port-object eq 3389
    port-object eq telnet
    port-object eq ssh
    object-group network web-dns
    network-object web-dns-1 255.255.255.255
    network-object web-dns-2 255.255.255.255
    access-list out1 permit icmp any any echo-reply
    access-list out1 permit icmp object-group morrow-net any
    access-list out1 permit tcp any host 12.193.192.132 eq ssh
    access-list out1 permit tcp any host CT-PIX eq ssh
    access-list out1 permit tcp any host 24.38.31.72 eq smtp
    access-list out1 permit tcp any host 24.38.31.72 eq https
    access-list out1 permit tcp any host 24.38.31.72 eq www
    access-list out1 permit tcp any host 24.38.31.70 eq www
    access-list out1 permit tcp any host 24.38.31.93 eq www
    access-list out1 permit tcp any host 24.38.31.93 eq https
    access-list out1 permit tcp any host 24.38.31.93 eq smtp
    access-list out1 permit tcp any host 24.38.31.93 eq ftp
    access-list out1 permit tcp any host 24.38.31.93 eq domain
    access-list out1 permit tcp any host 24.38.31.94 eq www
    access-list out1 permit tcp any host 24.38.31.94 eq https
    access-list out1 permit tcp any host 24.38.31.71 eq www
    access-list out1 permit tcp any host 24.38.31.71 eq 8080
    access-list out1 permit tcp any host 24.38.31.71 eq 8081
    access-list out1 permit tcp any host 24.38.31.71 eq 8090
    access-list out1 permit tcp any host 24.38.31.69 eq ssh
    access-list out1 permit tcp any host 24.38.31.94 eq ftp
    access-list out1 permit tcp any host 24.38.31.92 eq 8080
    access-list out1 permit tcp any host 24.38.31.92 eq www
    access-list out1 permit tcp any host 24.38.31.92 eq 8081
    access-list out1 permit tcp any host 24.38.31.92 eq 8090
    access-list out1 permit tcp any host 24.38.31.93 eq 3389
    access-list out1 permit tcp any host 24.38.31.92 eq https
    access-list out1 permit tcp any host 24.38.31.70 eq https
    access-list out1 permit tcp any host 24.38.31.74 eq www
    access-list out1 permit tcp any host 24.38.31.74 eq https
    access-list out1 permit tcp any host 24.38.31.74 eq smtp
    access-list out1 permit tcp any host 24.38.31.75 eq https
    access-list out1 permit tcp any host 24.38.31.75 eq www
    access-list out1 permit tcp any host 24.38.31.75 eq smtp
    access-list out1 permit tcp any host 24.38.31.70 eq smtp
    access-list out1 permit tcp any host 24.38.31.94 eq smtp
    access-list dmz1 permit icmp any any echo-reply
    access-list dmz1 deny ip any 10.0.0.0 255.0.0.0
    access-list dmz1 deny ip any 172.16.0.0 255.240.0.0
    access-list dmz1 deny ip any 192.168.0.0 255.255.0.0
    access-list dmz1 permit ip any any
    access-list dmz1 deny ip any any
    access-list nat0 permit ip CT-NET 255.255.0.0 192.168.220.0 255.255.255.0
    access-list nat0 permit ip host 172.20.8.2 host 172.23.0.2
    access-list nat0 permit ip CT-NET 255.255.0.0 LI-NET 255.255.0.0
    access-list nat0 permit ip CT-NET 255.255.0.0 NY-NET 255.255.0.0
    access-list nat0 permit ip CT-NET 255.255.0.0 TX-NET 255.255.0.0
    access-list vpn-split-tun permit ip CT-NET 255.255.0.0 192.168.220.0 255.255.255
    .0
    access-list vpn-split-tun permit ip CT-DMZ-NET 255.255.255.0 192.168.220.0 255.2
    55.255.0
    access-list vpn-dyn-match permit ip any 192.168.220.0 255.255.255.0
    access-list vpn-ct-li-gre permit gre host 172.20.8.2 host 172.23.0.2
    access-list vpn-ct-ny permit ip CT-NET 255.255.0.0 NY-NET 255.255.0.0
    access-list vpn-ct-ny permit ip CT-DMZ-NET 255.255.255.0 NY-NET 255.255.0.0
    access-list vpn-ct-tx permit ip CT-NET 255.255.0.0 TX-NET 255.255.0.0
    access-list vpn-ct-tx permit ip CT-DMZ-NET 255.255.255.0 TX-NET 255.255.0.0
    access-list static-dmz-to-ct-2 permit ip host 192.168.10.141 CT-NET 255.255.248.
    0
    access-list nat0-dmz permit ip CT-DMZ-NET 255.255.255.0 192.168.220.0 255.255.25
    5.0
    access-list nat0-dmz permit ip CT-DMZ-NET 255.255.255.0 LI-NET 255.255.0.0
    access-list nat0-dmz permit ip CT-DMZ-NET 255.255.255.0 NY-NET 255.255.0.0
    access-list nat0-dmz permit ip CT-DMZ-NET 255.255.255.0 TX-NET 255.255.0.0
    access-list static-dmz-to-ct-1 permit ip host 192.168.10.140 CT-NET 255.255.248.
    0
    access-list static-dmz-to-li-1 permit ip CT-DMZ-NET 255.255.255.0 CT-NET 255.255
    .248.0
    access-list vpn-ct-li permit ip CT-NET 255.255.0.0 LI-NET 255.255.0.0
    access-list vpn-ct-li permit ip CT-DMZ-NET 255.255.255.0 LI-NET 255.255.0.0
    access-list vpn-ct-li permit ip host 10.10.2.2 host 10.10.1.1
    access-list in1 permit tcp host 172.20.1.21 any eq smtp
    access-list in1 permit tcp host 172.20.1.20 any eq smtp
    access-list in1 deny tcp any any eq smtp
    access-list in1 permit ip any any
    access-list in1 permit tcp any any eq smtp
    access-list cap4 permit ip host 172.20.1.82 host 192.168.220.201
    access-list cap2 permit ip host 172.20.1.82 192.168.220.0 255.255.255.0
    access-list in2 deny ip host 172.20.1.82 any
    access-list in2 deny ip host 172.20.1.83 any
    access-list in2 permit ip any any
    pager lines 43
    logging on
    logging timestamp
    logging buffered notifications
    logging trap notifications
    logging device-id hostname
    logging host inside 172.20.1.22
    mtu outside 1500
    mtu inside 1500
    mtu DMZ 1500
    ip address outside CT-PIX 255.255.255.224
    ip address inside 172.20.8.1 255.255.255.0
    ip address DMZ 192.168.10.1 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    ip local pool ctpool 192.168.220.100-192.168.220.200
    ip local pool ct-thomson-pool-201 192.168.220.201 mask 255.255.255.255
    pdm history enable
    arp timeout 14400
    global (outside) 1 24.38.31.81
    nat (inside) 0 access-list nat0
    nat (inside) 1 CT-NET 255.255.0.0 2000 10
    nat (DMZ) 0 access-list nat0-dmz
    static (inside,DMZ) CT-NET CT-NET netmask 255.255.0.0 0 0
    static (inside,outside) 24.38.31.69 172.20.8.2 netmask 255.255.255.255 0 0
    static (DMZ,outside) 24.38.31.94 192.168.10.141 netmask 255.255.255.255 0 0
    static (inside,outside) 24.38.31.71 172.20.1.11 dns netmask 255.255.255.255 0 0
    static (DMZ,outside) 24.38.31.93 192.168.10.140 netmask 255.255.255.255 0 0
    static (DMZ,inside) 24.38.31.93 access-list static-dmz-to-ct-1 0 0
    static (DMZ,inside) 24.38.31.94 access-list static-dmz-to-ct-2 0 0
    static (inside,outside) 24.38.31.92 172.20.1.56 netmask 255.255.255.255 0 0
    static (DMZ,outside) 24.38.31.91 192.168.10.138 netmask 255.255.255.255 0 0
    static (DMZ,outside) 24.38.31.90 192.168.10.139 netmask 255.255.255.255 0 0
    static (inside,outside) 24.38.31.72 172.20.1.20 netmask 255.255.255.255 0 0
    static (inside,outside) 24.38.31.73 172.20.1.21 netmask 255.255.255.255 0 0
    static (inside,outside) 24.38.31.70 172.20.1.91 netmask 255.255.255.255 0 0
    static (DMZ,outside) 24.38.31.88 192.168.10.136 netmask 255.255.255.255 0 0
    static (DMZ,outside) 24.38.31.89 192.168.10.137 netmask 255.255.255.255 0 0
    static (inside,outside) 24.38.31.74 172.20.1.18 netmask 255.255.255.255 0 0
    static (inside,outside) 24.38.31.75 172.20.1.92 netmask 255.255.255.255 0 0
    access-group out1 in interface outside
    access-group dmz1 in interface DMZ
    route outside 0.0.0.0 0.0.0.0 24.38.31.65 1
    route inside 10.10.2.2 255.255.255.255 172.20.8.2 1
    route inside CT-NET 255.255.248.0 172.20.8.2 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout uauth 0:05:00 absolute
    aaa-server TACACS+ protocol tacacs+
    aaa-server TACACS+ max-failed-attempts 3
    aaa-server TACACS+ deadtime 10
    aaa-server RADIUS protocol radius
    aaa-server RADIUS max-failed-attempts 3
    aaa-server RADIUS deadtime 10
    aaa-server LOCAL protocol local
    aaa-server ct-rad protocol radius
    aaa-server ct-rad max-failed-attempts 2
    aaa-server ct-rad deadtime 10
    aaa-server ct-rad (inside) host 172.20.1.22 morrow123 timeout 7
    aaa authentication ssh console LOCAL
    aaa authentication http console LOCAL
    aaa authentication serial console LOCAL
    aaa authentication telnet console LOCAL
    http server enable
    http 173.220.252.56 255.255.255.248 outside
    http 65.51.181.80 255.255.255.248 outside
    http 208.65.108.176 255.255.255.240 outside
    http CT-NET 255.255.0.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community m0rroW(0
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    sysopt connection permit-pptp
    crypto ipsec transform-set 3des-sha esp-3des esp-sha-hmac
    crypto ipsec transform-set 3des-md5 esp-3des esp-md5-hmac
    crypto dynamic-map dyn_map 20 match address vpn-dyn-match
    crypto dynamic-map dyn_map 20 set transform-set 3des-sha
    crypto map ct-crypto 10 ipsec-isakmp
    crypto map ct-crypto 10 match address vpn-ct-li-gre
    crypto map ct-crypto 10 set peer LI-PIX
    crypto map ct-crypto 10 set transform-set 3des-sha
    crypto map ct-crypto 15 ipsec-isakmp
    crypto map ct-crypto 15 match address vpn-ct-li
    crypto map ct-crypto 15 set peer LI-PIX
    crypto map ct-crypto 15 set transform-set 3des-sha
    crypto map ct-crypto 20 ipsec-isakmp
    crypto map ct-crypto 20 match address vpn-ct-ny
    crypto map ct-crypto 20 set peer NY-PIX
    crypto map ct-crypto 20 set transform-set 3des-sha
    crypto map ct-crypto 30 ipsec-isakmp
    crypto map ct-crypto 30 match address vpn-ct-tx
    crypto map ct-crypto 30 set peer TX-PIX
    crypto map ct-crypto 30 set transform-set 3des-sha
    crypto map ct-crypto 65535 ipsec-isakmp dynamic dyn_map
    crypto map ct-crypto client authentication ct-rad
    crypto map ct-crypto interface outside
    isakmp enable outside
    isakmp key ******** address LI-PIX netmask 255.255.255.255 no-xauth no-config-mo
    de
    isakmp key ******** address 216.138.83.138 netmask 255.255.255.255 no-xauth no-c
    onfig-mode
    isakmp key ******** address NY-PIX netmask 255.255.255.255 no-xauth no-config-mo
    de
    isakmp key ******** address TX-PIX netmask 255.255.255.255 no-xauth no-config-mo
    de
    isakmp identity address
    isakmp nat-traversal 20
    isakmp policy 10 authentication pre-share
    isakmp policy 10 encryption 3des
    isakmp policy 10 hash sha
    isakmp policy 10 group 2
    isakmp policy 10 lifetime 86400
    isakmp policy 20 authentication pre-share
    isakmp policy 20 encryption 3des
    isakmp policy 20 hash md5
    isakmp policy 20 group 2
    isakmp policy 20 lifetime 86400
    isakmp policy 30 authentication pre-share
    isakmp policy 30 encryption 3des
    isakmp policy 30 hash md5
    isakmp policy 30 group 1
    isakmp policy 30 lifetime 86400
    vpngroup remotectusers address-pool ctpool
    vpngroup remotectusers dns-server 172.20.1.5
    vpngroup remotectusers wins-server 172.20.1.5
    vpngroup remotectusers default-domain morrowny.com

    Amit,
    I applaud your creativity in seeking to solve your problem, however, this sounds like a real mess in the making. There are two things I don't like about your approach. One, cron -> calling Java -> calling PHP -> accessing database, it's just too many layers, in my opinion, where things can go wrong. Two it seems to me that you are exposing data one your website (with the PHP) that you may not want expose and this is an important consideration when you are dealing with emails and privacy and so on.
    I think the path of least resistance would be to get a new user account added to the MySQL database that you can access remotely with your Java program. This account can be locked down for read only access and be locked down to the specific IP or IP range that your Java program will be connecting from.
    Again I applaud your creativity but truly this seems like a hack because of the complexity and security concerns you are introducing and I think is a path to the land of trouble. Hopefully you will be able to get a remote account set up.

  • User Authentication Failed via http BUT not with Visual Administrator !!?

    OS : Win 2k3 Server UK * DB : SQL Server 2005
    SAP Netweaver 2004s Application Java
    Hi All,
    Since a couple of days, I have a problem concerning authentication to the java apllication on a SAP Netweaver 2004s.
    Using the user ‘Administrator’, I CAN logon the Visual Administrator tool, with the same user I tried to logon via http://host:port/nwa without success.
    At the beginning, I was thinking about a problem of password then I enabled the emergency user SAP*, the problem was the same. Ok with Visual Administrator but not via http.
    Here is two logs found in folder : D:\usr\sap\SID\JC02\j2ee\cluster\server0\log\system\
         security.3.log
         <i>#1.5#001871E5EA3A00550000006D0000172800043B836D838427#1191335570983#/System/Security/Audit#sap.com/com.sap.security.core.admin#com.sap.security.core.util.SecurityAudit#Guest#0####5aac137070f411dcc513001871e5ea3a#SAPEngine_Application_Thread[impl:3]_11##0#0#Warning#1#com.sap.security.core.util.SecurityAudit#Plain###Guest     | LOGIN.ERROR     | null     |      | Login Method=[default], UserID=[Administrator], IP Address=[192.168.10.125], Reason=[Authentication did not succeed.]#</i>
         server.0.log
         <i>#1.5#001871E5EA3A0052000000130000172800043B835E3661D1#1191335314249#/System/Server/SLDService##com.sap.sldserv.SldServerFrame######c1a349a070f311dcaa68001871e5ea3a#SAPEngine_System_Thread[impl:5]_71##0#0#Warning#1#com.sap.sldserv.SldServerFrame#Plain###Failed to collect SLD data. Failed to send HTTP data: 401 : Unauthorized. Please check if the target SLD system is available and the SLD bridge is started there.#</i>
    &#61664; I tried to connect http://host:port/sld same problem User Authentication Failed
    <b>Do you have an idea for me? Why a user can connect via Visual Administrator and not via the http interface?</b>
    Thanks in advance
    Yves

    Hi,
    I found the solution this last week-end.
    This behavior let's thinking to a problem of authentication.
    But the problem was in SQL, an index was missing in table J2EE_CONFIG, called J2EE_CONFIG_I3
    Cheers
    Yves

  • External Authentication failed with new key

    I have a card using SCP 01 05. There is 1 keyset(3 keys) with version 01. I have added a new keyset(3 keys as well) with version 02.
    I run external authentication with keyset version 01 and it passed. I run external authentication with keyset version 02 immediately but it returned 6982. This mean "Security status not satisfied". Why can't I do authentication with other key?

    Read the INITIAL UPDATE command !!!! What is the P1/P2 ? If you inform it to use the keyset 1, then you can't possibly think that calculating with the keyset 2 will work ?
    The response data contains a bunch of information, including the keyset used to create the card cryptogram. That is the required key for calculating the off-card cryptogram. You would have seen this if you were calculating the card cryptogram properly because you would have been using the wrong key and the cryptograms wouldn't have matched.
    So, Why can't I do authentication with other key? Because you have to INITIALIZE UPDATE with that other key.

  • Dynamic xml from php script throws error: #1088 or #1085

    Hi,
    I'm importing xml formatted data from mysql via php script:
    [code]
    <?php
    require_once('require.php');
    $result = mysql_query("SELECT * FROM `songs`");
    if($result)
        header ("Content-Type: text/xml");
        echo"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n";
        echo"<songComments>\n";
        while ($row = mysql_fetch_array($result))
            echo"<testimonial>\n";
            echo"<songComment>" . $row['title'] . "</songComment>\n";
            echo"</testimonial>\n";
        echo"</songComments>\n";
    ?>
    [/code]
    In one of my flash projects it's working just fine. But in the new one that I just sterted not anymore. And i have no idea why. I get this errors:
    TypeError: Error #1085: The element type "songComments\n" must be terminated by the matching end-tag "</songComments\n>".
    or:
    TypeError: Error #1088: The markup in the document following the root element must be well-formed.
    When I output that php into txt file and loaded in flash everything is fine, but not from php script directly.
    Could it have something to do with that I'm testing that mysql locally on my computer using WAMP ? Previous project got all data from mysql from server.

    Ho could I trace what flash sees?
    var url:URLLoader = new URLLoader();
    url.addEventListener(Event.COMPLETE, xmlLoaded);
    url.load(new URLRequest("getDataFromDB.php"));
    private function xmlLoaded(event:Event):void {
                myXML = new XML(event.target.data);
                trace(myXML);
    I  got rid of that \n everywhere or move them around  and it's still the same error 1088 or 1085

  • PHP external authentication

    Hi:
    Has anyone successfully implemented a php based external
    authentication using cocomo in an AIR application? I am having a
    hard time following the documentation provided with the cocomo SDK.
    This is what I have in place:
    An AIR application which lets users inside using a login and
    password which they registered for. The login/registration system
    is a PHP5/MySQL5 backend. I saw the examples section for External
    Authentication and couldn't what the hills was going on there.
    I know this may sound very "noob" but can anyone walk me
    through or provide a step-by-step tutorial. I am working on an
    awesome AIR application and will soon release it for free once I
    get this social media part integrated into it. Please help me out
    guys.
    Thank you very much in advance.
    Praneet

    Hi Nigel:
    Thank you very much for replying to my post. Ok, so this is
    what I understood from your post and what I am going to do:
    1.) send the username to the PHP script using HTTPService
    2.) my PHP script will contain the code attached to this post
    3.) in my MXML file this is what I have
    quote:
    private function init():void {
    //roomURL = Application.application.parameters["roomURL"];
    //authToken =
    Application.application.parameters["authToken"];
    //cSession.login();
    cocomoService.send();
    private function cocomoResult():void {
    Alert.show(cocomoService.lastResult.authkey.toString());
    authToken = cocomoService.lastResult.authkey.toString();
    auth.authenticationKey = authToken;
    cSession.login();
    ]]>
    </mx:Script>
    <mx:HTTPService id="cocomoService" url="
    http://localhost/mycocomo.php"
    result="cocomoResult()" method="POST">
    <mx:request xmlns="">
    <user>some user in my database</user>
    <role>100</role>
    </mx:request>
    </mx:HTTPService>
    <rtc:AdobeHSAuthenticator id="auth"/>
    <session:ConnectSessionContainer
    roomURL="
    http://connectnow.acrobat.com/myapp/myroom"
    id="cSession"
    authenticator="{auth}"
    autoLogin="false">
    4.) and nothing happens. Although the Alert popup shows me
    the reply I got back from my localhost which does seem like an
    authToken to me...I can paste the authtoken here if it is ok to..
    Thanks in advance.
    Praneet

  • PHP external authentication issue

    Trying to login to AFCS connection using external authentication.
    PHP file generates a key correctly and everything seems to fine up until i get to using the key inside flex.
    at the login stage i get the following error in the console trace from the library login call
    As far as i can tell everything is right... how can i tell what is wrong with the authentication key?
    AFCS Beta Build # : 1.1
    requestInfo https://connectnow.acrobat.com/{roomname}?exx=eDp7dXRmOF9lbmNvZGUoZGFyaXVzKX06OmRtOmFnZW50ZG06aHR0cHM6Ly9jb25uZWN0bm93LmF jcm9iYXQuY29tL2hpaW50ZXJmYWNlL2RtOjEwMDo4N2NmNWUwMjIzZTVhMmFkYzI2MmY4MDVlNWJmMWVlM2Y4OTJlY 2Qx&mode=xml&x=0.2519759591668844
    #THROWING ERROR# bad authentication key

    There are a few mistakes in the key. There is some PHP 'code' in it (wrong string expansion ?) and you are using a full URL instead of the room name.
    If you want more details send me a private message, but you should check the way you call the get authentication token method.

  • Flex application works locally, fails when online (connecting to PHP script to insert row into DB)

    Hi everyone,
    I've got a Flex application that works wonderfully when I test it on my machine locally. It uploads files and send variables to a PHP script (that inserts them into a DB) with no errors when I run it locally. As soon as I put it online, the upload continues to work but something between my Flex application and the PHP script fails because no data is committed to the DB. I know the PHP script works fine - not only does it work when I run the Flex application locally but when I go directly to the PHP file online, a new empty line is added to the DB.
    I initially thought that this was a cross domain issue so I added the following to the root of my hosted account:
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    <allow-access-from domain="*.MYURL"/>
    <allow-http-request-headers-from domain="*.MYURL" headers="*" secure="false"/>
    </cross-domain-policy>
    I based this off of what I found online which seems to have done nothing for me. I'd also be happy to provide an error message but I don't get one when I debug.
    Any thoughts would be greatly appreciated.

    Use a network monitor to see if the Flex app is truly requesting the right URL.
    -Alex

  • Help with file uploader, php script, Windows Authentication

    I am trying to setup a really basic web-based file uploader that I will expand upon later. I have the flex application working well enough (very basic). However, I have a php script in a secure folder using windows authentication. When I try to send the file to the script, it doesn't seem to like my credentials, and refuses to do anything. I do not get an error message; just nothing happens.
    My questions are:
    Does anybody know where I should've looked before posting this thread?
    Do I even have PHP set up correctly? (At first I just made a txt file and put a .php extension on it, then I tried to setup PHP on the server, but it was a little confusing for me)
    Is Windows Authentication the problem?
    I do plan on implementing SQL Server in the future (to keep track of Files and user-defined attributes for files), but I do not want to store the files in SQLserver, just their pathnames.
    Is there a simple way to use ColdFusion (for free) to acheive this end?
    I am somewhat experienced at coding applications, but am totally new to server-side scripts.
    This is my php script:
    <?php
    $tempFile = $_FILES['Filedata']['tmp_name'];
    $fileName = $_FILES['Filedata']['name'];
    $fileSize = $_FILES['Filedata']['size'];
    move_uploaded_file($tempFile, "./" . $fileName);
    ?>
    This is my flex application:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Script>
         <![CDATA[
         private var fileRef:FileReference
         private var uploadFilePath:String
         private function selectFile():void
              fileRef = new FileReference();
              fileRef.addEventListener(Event.SELECT, fileRef_select);
              fileRef.browse();
         private function fileRef_select(evt:Event):void
              fileRef.upload(new URLRequest("http://SERVERLOCATION/PDFUploader.php"));
         ]]>
    </fx:Script>
         <s:Button top="30" left="5" label="Browse" click="selectFile()"/>
    </s:Application>
    Thanks to any who take the time to respond.

    Hey, so far all I have found is this tutorial.. I'm about to try it out
    http://www.smartwebby.com/Flash/external_data.asp

  • External authentication validation failed

    Today i ran he validate.sh to make sure everything is correct.
    FAILED
    EXT: External Authentication
    Check MSAD external authentication provider configuration
    88 seconds
    Error: EPMCSS-00735: Failed to get users from user directory MSAD. Error executing query. Interrupted during LDAP operation. Verify MSAD user directory status and configuration.
    Recommended Action: Check that the external provider is accessible and configured correctly in Shared Services
    I got the above error message in the validation report. Everything else is green. But for the external authentication i can able to login, serach user, serach group, provision the new user, add new user. what is the error in my configuration? what could be the possible reason for the error?
    System Detail: OS: LINUX, ORALE EPM 11.1.2.1, MSAD Directory,

    If you can view the external users in Shared Services and the functionality is working then I would not be too concerned about the validation message.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • User authentication - Logging in to different pages / PHP script / DW8

    Hi, I want to develop a PHP script for a login page that will direct users to different URLs depending on the URL address associated with their individual records stored in a MySQL database.
    I've set up a MySQL database which includes fields for (1) User Name (2) Password and (3) URL address.  I'm using Dreamweaver 8 and am relying on the server behaviour 'log In User'.
    After selecting all 3 x fields from the table is there specific code that can be inserted into the option "If login succeeds, go to" to resolve this query?
    The following link refers to what I'm seeking ...but it doesn't provide an answer for PHP/MySQL!
    http://kb2.adobe.com/cps/158/tn_15881.html
    Many thanks, Simon
    My Code so far:
    mysql_select_db($database_connLogin, $connLogin);
    $query_login = "SELECT userName, Password FROM users";
    $login = mysql_query($query_login, $connLogin) or die(mysql_error());
    $row_login = mysql_fetch_assoc($login);
    $totalRows_login = mysql_num_rows($login);
    ?><?php
    // *** Validate request to login to this site.
    if (!isset($_SESSION)) {
      session_start();
    $loginFormAction = $_SERVER['PHP_SELF'];
    if (isset($_GET['accesscheck'])) {
      $_SESSION['PrevUrl'] = $_GET['accesscheck'];
    if (isset($_POST['userName'])) {
      $loginUsername=$_POST['userName'];
      $password=$_POST['Password'];
      $MM_fldUserAuthorization = "";
      $MM_redirectLoginSuccess = "members.php";
      $MM_redirectLoginFailed = "tryAgain.php";
      $MM_redirecttoReferrer = false;
      mysql_select_db($database_connLogin, $connLogin);
      $LoginRS__query=sprintf("SELECT userName, Password FROM users WHERE userName=%s AND Password=%s",
        GetSQLValueString($loginUsername, "text"), GetSQLValueString($password, "text"));
      $LoginRS = mysql_query($LoginRS__query, $connLogin) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      if ($loginFoundUser) {
         $loginStrGroup = "";

    Hai David Powers
    I followed this post and your book "The essential guide to dreamweaver cs3 ajax, php" to update my user registration and login system.
    User registration details database, login system and user authentication has been setup
    My problem..
    I am landing on the same page for each user 'username.php' when trying to login with any user.
    How to redirect the each registered user go to their own page with their details.
    Kindly help
    sreedhar

  • Sending php mail(); using postfix. Authentication failed.

    Trying to set up my localhost to send php mail() using postfix.
    I did the following:
    Created the sasl_passwd file
    Created the sasl_passwd.db file
    Edited mail.cf in the postfix folder to include relay host: relayhost=smtp.live.com:587
    I'm trying to relay through my hotmail account. The mail.log returns the following:
    Jan 24 13:17:30 Richards-MacBook-Pro.local postfix/error[927]: E75CCE40EE4: to=<[email protected]>, relay=none, delay=1580, delays=1580/0.07/0/0, dsn=4.0.0, status=deferred (delivery temporarily suspended: SASL authentication failed; server smtp.live.com[65.55.162.200] said: 535 5.0.0 Authentication Failed)
    Any ideas what I'm doing wrong here?

    Ok problem solved :)
    Problem was between oracle and MS exchange server. Live server oracle 9i is on linux, and testing server works on windows.
    So the problem was with configuration. Our admins corrected it and now works :). I don't know details.

  • Httpd crash since PHP upgrade to 5.5.13 via Liip script

    Using Snow Leopard 10.6.8, the system has been rock solid serving web pages via PHP and mySQL with the Apple supplied Apache2 until last week. I updated the PHP to 5.5.13 with the php-osx.liip.ch installer and almost immediately Apache has stopped listening, with frequent crashes.
    Console reports the following. Does anyone have any ideas except to restore to PHP 5.4.16 ?
    Process:         httpd [22243]
    Path:            /usr/sbin/httpd
    Identifier:      httpd
    Version:         ??? (???)
    Code Type:       X86-64 (Native)
    Parent Process:  httpd [22221]
    Date/Time:       2014-06-25 22:23:12.708 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libphp5.so                     0x00000001013ade65 _zend_mm_free_int + 149
    1   libphp5.so                     0x00000001013c4b6c _zval_ptr_dtor + 60
    2   libphp5.so                     0x00000001013c9dcf destroy_zend_class + 95
    3   libphp5.so                     0x00000001013dead3 zend_hash_destroy + 51
    4   libphp5.so                     0x00000001013d258e zend_shutdown + 62
    5   libphp5.so                     0x0000000101372643 php_module_shutdown + 35
    6   libphp5.so                     0x0000000101372719 php_module_shutdown_wrapper + 9
    7   libphp5.so                     0x000000010145ebd1 php_apache_child_shutdown + 17
    8   libapr-1.0.dylib               0x00000001000dc559 apr_pool_destroy + 93
    9   httpd                         0x0000000100036211 clean_child_exit + 45
    10  httpd                         0x0000000100036556 stop_listening + 0
    11  libSystem.B.dylib             0x00007fff86bc21ba _sigtramp + 26
    12  ???                           0x00007fff5fbfe7b0 0 + 140734799800240
    13  ???                           0x0000000101fc7615 0 + 4328289813
    14  ???                           0x0000000101fcd466 0 + 4328313958
    15  ???                           0x0000000101fccdf0 0 + 4328312304
    16  ???                           0x0000000101fce6bd 0 + 4328318653
    17  ???                           0x0000000101fcbd14 0 + 4328307988
    18  ???                           0x0000000101fcbf3c 0 + 4328308540
    19  ???                           0x0000000101fc9581 0 + 4328297857
    20  libphp5.so                     0x00000001013c43c1 dtrace_execute_internal + 129
    21  libphp5.so                     0x000000010145e075 zend_do_fcall_common_helper_SPEC + 693
    22  libphp5.so                     0x000000010145d88a execute_ex + 1194
    23  libphp5.so                     0x00000001013c44d6 dtrace_execute_ex + 230
    24  libphp5.so                     0x000000010145e1d1 zend_do_fcall_common_helper_SPEC + 1041
    25  libphp5.so                     0x000000010145d88a execute_ex + 1194
    26  libphp5.so                     0x00000001013c44d6 dtrace_execute_ex + 230
    27  libphp5.so                     0x000000010145e1d1 zend_do_fcall_common_helper_SPEC + 1041
    28  libphp5.so                     0x000000010145d88a execute_ex + 1194
    29  libphp5.so                     0x00000001013c44d6 dtrace_execute_ex + 230
    30  libphp5.so                     0x000000010145e1d1 zend_do_fcall_common_helper_SPEC + 1041
    31  libphp5.so                     0x000000010145d88a execute_ex + 1194
    32  libphp5.so                     0x00000001013c44d6 dtrace_execute_ex + 230
    33  libphp5.so                     0x000000010145e1d1 zend_do_fcall_common_helper_SPEC + 1041
    34  libphp5.so                     0x000000010145d88a execute_ex + 1194
    35  libphp5.so                     0x00000001013c44d6 dtrace_execute_ex + 230
    36  libphp5.so                     0x0000000101417b3f ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER + 927
    37  libphp5.so                     0x000000010145d88a execute_ex + 1194
    38  libphp5.so                     0x00000001013c44d6 dtrace_execute_ex + 230
    39  libphp5.so                     0x00000001013d14d1 zend_execute_scripts + 513
    40  libphp5.so                     0x00000001013725a3 php_execute_script + 659
    41  libphp5.so                     0x000000010145f7c0 php_handler + 1168
    42  httpd                         0x0000000100001e6b ap_run_handler + 90
    43  httpd                         0x0000000100002764 ap_invoke_handler + 354
    44  httpd                         0x000000010002f9c4 ap_process_request + 103
    45  httpd                         0x000000010002c1a9 ap_process_http_connection + 116
    46  httpd                         0x00000001000134e3 ap_run_process_connection + 90
    47  httpd                         0x00000001000139b1 ap_process_connection + 91
    48  httpd                         0x0000000100036e0e child_main + 1257
    49  httpd                         0x0000000100036fcd make_child + 329
    50  httpd                         0x0000000100037253 perform_idle_server_maintenance + 498
    51  httpd                         0x000000010003777d ap_mpm_run + 1246
    52  httpd                         0x000000010000a49a main + 2878
    53  httpd                         0x00000001000014d0 start + 52
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff5fbff5f0  rbx: 0x00000001002f1c10  rcx: 0x00000001013d0ce0  rdx: 0x0000000105a00000
      rdi: 0x0000000100b45200  rsi: 0x00000001002f1c10  rbp: 0x00007fff5fbfe080  rsp: 0x00007fff5fbfe050
       r8: 0x0000000000000000   r9: 0x0000000105aee530  r10: 0x0000000000000000  r11: 0x000000000000000f
      r12: 0x00007fff5fbff5f0  r13: 0x0000000103a00000  r14: 0x0000000100b45200  r15: 0x00000001002f1c00
      rip: 0x00000001013ade65  rfl: 0x0000000000000287  cr2: 0x0000000100237080
    Binary Images:
           0x100000000 -        0x10004cfef +httpd ??? (???) <37C41474-9EBF-99EA-BE6D-02009ECC563D> /usr/sbin/httpd
           0x100080000 -        0x1000a8ff7  libpcre.0.dylib 1.1.0 (compatibility 1.0.0) <2D8EFD51-1AFF-8B17-CD9F-F05994817685> /usr/lib/libpcre.0.dylib
           0x1000ad000 -        0x1000c5fe7  libaprutil-1.0.dylib 4.9.0 (compatibility 4.0.0) <3D7EBE21-7A3D-E46C-1E3E-361F98170429> /usr/lib/libaprutil-1.0.dylib
           0x1000d0000 -        0x1000eefff  libapr-1.0.dylib 4.8.0 (compatibility 4.0.0) <77712CC8-C4CF-E0E8-B740-B55192C05CB9> /usr/lib/libapr-1.0.dylib
           0x10012e000 -        0x10012efff  mod_authn_file.so ??? (???) <166F0153-A12D-5B6D-42EF-0FEA32FF6C65> /usr/libexec/apache2/mod_authn_file.so
           0x100132000 -        0x100132ff7  mod_authn_dbm.so ??? (???) <0AAF8782-95B2-BD1E-1729-741880714C42> /usr/libexec/apache2/mod_authn_dbm.so
           0x100136000 -        0x100136ff7  mod_authn_anon.so ??? (???) <CC7213A3-2E25-054D-288C-27D20A9E7FA9> /usr/libexec/apache2/mod_authn_anon.so
           0x10013a000 -        0x10013bfff  mod_authn_dbd.so ??? (???) <ED8E3D0A-239C-2C10-918E-046251237575> /usr/libexec/apache2/mod_authn_dbd.so
           0x10013f000 -        0x10013ffff  mod_authn_default.so ??? (???) <EF1E861F-D827-0954-6FED-ED6C4EFDEEAC> /usr/libexec/apache2/mod_authn_default.so
           0x100143000 -        0x100144fff  mod_authz_host.so ??? (???) <D12DE976-E09B-3AB8-DA62-EDB517E66F12> /usr/libexec/apache2/mod_authz_host.so
           0x100148000 -        0x100149ff7  mod_authz_groupfile.so ??? (???) <12B54685-E643-3224-10FF-FEE02CB7391C> /usr/libexec/apache2/mod_authz_groupfile.so
           0x10014d000 -        0x10014dfff  mod_authz_user.so ??? (???) <90638578-37E0-739C-2C0F-4268A782876B> /usr/libexec/apache2/mod_authz_user.so
           0x100151000 -        0x100152fff  mod_authz_dbm.so ??? (???) <B5B5DBE4-C68A-D5AA-FC1E-292A06D6FA12> /usr/libexec/apache2/mod_authz_dbm.so
           0x100156000 -        0x100156ff7  mod_authz_owner.so ??? (???) <74031F71-B0AF-618D-E151-A084A391C617> /usr/libexec/apache2/mod_authz_owner.so
           0x10015a000 -        0x10015afff  mod_authz_default.so ??? (???) <80CD9020-04D6-7002-3875-BAE2FED23713> /usr/libexec/apache2/mod_authz_default.so
           0x10015e000 -        0x10015ffff  mod_auth_basic.so ??? (???) <3846F347-C91F-46EA-95F4-2ED8A1EA6A80> /usr/libexec/apache2/mod_auth_basic.so
           0x100163000 -        0x100169ff7  mod_auth_digest.so ??? (???) <78FAA06D-A02F-44B4-B14B-BB7588BC4443> /usr/libexec/apache2/mod_auth_digest.so
           0x10016e000 -        0x100176fff  mod_cache.so ??? (???) <9140F3B0-5590-5CB1-316D-EB8CA2595C30> /usr/libexec/apache2/mod_cache.so
           0x10017c000 -        0x100180fff  mod_disk_cache.so ??? (???) <F4FF8EDF-B84D-84EE-850E-B694EB41AEE9> /usr/libexec/apache2/mod_disk_cache.so
           0x100185000 -        0x100189ff7  mod_mem_cache.so ??? (???) <D1F3E1F0-EEB4-1F8E-4900-29548516CE7E> /usr/libexec/apache2/mod_mem_cache.so
           0x10018e000 -        0x100190fff  mod_dbd.so ??? (???) <B3CEBFAE-A6F5-57C9-58A9-71846222883D> /usr/libexec/apache2/mod_dbd.so
           0x100195000 -        0x100196ff7  mod_dumpio.so ??? (???) <5E47E9AD-39F7-D3E2-4BB1-BA6059AD9C37> /usr/libexec/apache2/mod_dumpio.so
           0x10019a000 -        0x10019dfff  mod_ext_filter.so ??? (???) <9195E0EC-3CC8-7BC0-0EE4-A48C20BAE041> /usr/libexec/apache2/mod_ext_filter.so
           0x1001a2000 -        0x1001adff7  mod_include.so ??? (???) <4821CF8A-2D94-83EF-32A3-EFE27EE6189A> /usr/libexec/apache2/mod_include.so
           0x1001b2000 -        0x1001b4ff7  mod_filter.so ??? (???) <6D9B163C-58DA-B9F2-E547-1F33848D2F77> /usr/libexec/apache2/mod_filter.so
           0x1001b8000 -        0x1001baff7  mod_substitute.so ??? (???) <6F168201-17ED-5F45-09BF-ADEC850D0589> /usr/libexec/apache2/mod_substitute.so
           0x1001be000 -        0x1001c2fff  mod_deflate.so ??? (???) <DFFE8906-D986-E087-8D94-53BEE8950580> /usr/libexec/apache2/mod_deflate.so
           0x1001c7000 -        0x1001cbfff  mod_log_config.so ??? (???) <AD9C8280-5C6C-975A-FEC9-2D2475DBF00F> /usr/libexec/apache2/mod_log_config.so
           0x1001d1000 -        0x1001d2fff  mod_log_forensic.so ??? (???) <F28B7B75-ED61-4533-F576-ECCCA05ED9E2> /usr/libexec/apache2/mod_log_forensic.so
           0x1001d6000 -        0x1001d6fff  mod_logio.so ??? (???) <E0EB3EB0-B352-92BA-D854-4B00583C6723> /usr/libexec/apache2/mod_logio.so
           0x1001da000 -        0x1001dafff  mod_env.so ??? (???) <B1819A6C-5430-BF2A-BA42-7104D850B871> /usr/libexec/apache2/mod_env.so
           0x1001de000 -        0x1001e3fff  mod_mime_magic.so ??? (???) <DF6423F0-8CC5-9B34-8DD7-D849A4F5757E> /usr/libexec/apache2/mod_mime_magic.so
           0x1001e8000 -        0x1001e9ff7  mod_cern_meta.so ??? (???) <ED960117-EA09-18E2-F335-212AE330F62F> /usr/libexec/apache2/mod_cern_meta.so
           0x1001ed000 -        0x1001eefff  mod_expires.so ??? (???) <9444746C-C5E4-E7E5-5967-B889E1AE007B> /usr/libexec/apache2/mod_expires.so
           0x1001f2000 -        0x1001f5ff7  mod_headers.so ??? (???) <03474C76-334A-1791-11C4-32C29FBFBE29> /usr/libexec/apache2/mod_headers.so
           0x1001fa000 -        0x1001fbfff  mod_ident.so ??? (???) <D5D63E2E-2302-7ABE-A57C-91DE7D1A1068> /usr/libexec/apache2/mod_ident.so
           0x100300000 -        0x100301fff  mod_usertrack.so ??? (???) <389161E5-782F-E8A2-617F-070A083F5985> /usr/libexec/apache2/mod_usertrack.so
           0x100305000 -        0x100306fff  mod_setenvif.so ??? (???) <DC343FB8-E96A-C019-A2A9-B02D9A57E976> /usr/libexec/apache2/mod_setenvif.so
           0x10030a000 -        0x10030bff7  mod_version.so ??? (???) <A6CAC899-A10F-E09A-47BF-3ACE0EECA42D> /usr/libexec/apache2/mod_version.so
           0x10030f000 -        0x100320fff  mod_proxy.so ??? (???) <1A757948-2DEA-4C26-2F6F-BA5523AF87C6> /usr/libexec/apache2/mod_proxy.so
           0x100328000 -        0x100329fff  mod_proxy_connect.so ??? (???) <0D0E0606-A408-5606-8AF1-45A96DBFFB06> /usr/libexec/apache2/mod_proxy_connect.so
           0x10032d000 -        0x100334fff  mod_proxy_ftp.so ??? (???) <0571E704-2AAE-B9B1-9C4E-CFDB8BF748A7> /usr/libexec/apache2/mod_proxy_ftp.so
           0x10033a000 -        0x100340ff7  mod_proxy_http.so ??? (???) <FFD39C60-2704-3E30-4E00-7235773FC3AD> /usr/libexec/apache2/mod_proxy_http.so
           0x100346000 -        0x10034dff7  mod_proxy_ajp.so ??? (???) <86628FB4-907A-31A9-C0BA-719972B2D440> /usr/libexec/apache2/mod_proxy_ajp.so
           0x100352000 -        0x100357ff7  mod_proxy_balancer.so ??? (???) <E444A1F7-94DC-76E0-D204-27DDED72F47F> /usr/libexec/apache2/mod_proxy_balancer.so
           0x10035c000 -        0x100385fef  mod_ssl.so ??? (???) <D2421C75-A001-6310-92FE-30AF5D4C8CB3> /usr/libexec/apache2/mod_ssl.so
           0x100396000 -        0x100399fff  mod_mime.so ??? (???) <235B2363-0DA5-9F8F-1D22-F7E6DEC1E10C> /usr/libexec/apache2/mod_mime.so
           0x10039e000 -        0x1003b4fff  mod_dav.so ??? (???) <62FA5737-EBF0-314E-3029-0E6E06E51065> /usr/libexec/apache2/mod_dav.so
           0x1003bb000 -        0x1003bfff7  mod_status.so ??? (???) <4C74EFBF-51F7-2425-EB29-193B82740F67> /usr/libexec/apache2/mod_status.so
           0x1003c4000 -        0x1003cbff7  mod_autoindex.so ??? (???) <2B2DD880-A8A3-CF77-7666-937E31E7BB2A> /usr/libexec/apache2/mod_autoindex.so
           0x1003d0000 -        0x1003d0ff7  mod_asis.so ??? (???) <E4627C67-8821-7B8B-9AC6-C9047A4EE54D> /usr/libexec/apache2/mod_asis.so
           0x1003d4000 -        0x1003d7ff7  mod_info.so ??? (???) <146FB7DA-B675-77BB-D4A2-884F99B33615> /usr/libexec/apache2/mod_info.so
           0x1003dc000 -        0x1003e0ff7  mod_cgi.so ??? (???) <4AC82162-A7EC-8E7F-DAE7-471C210F1760> /usr/libexec/apache2/mod_cgi.so
           0x1003e6000 -        0x1003f0fff  mod_dav_fs.so ??? (???) <FE4C5ED6-F4B1-B657-4025-490970226A21> /usr/libexec/apache2/mod_dav_fs.so
           0x1003f6000 -        0x1003f7fff  mod_vhost_alias.so ??? (???) <39D8D016-F2C9-0023-1A3B-CCE4846792F2> /usr/libexec/apache2/mod_vhost_alias.so
           0x1003fb000 -        0x100401fff  mod_negotiation.so ??? (???) <7C970839-1162-9524-AA79-DDF5F0B21A9A> /usr/libexec/apache2/mod_negotiation.so
           0x100407000 -        0x100408ff7  mod_dir.so ??? (???) <9E43AA13-7023-A1D7-F43B-6A2A63833257> /usr/libexec/apache2/mod_dir.so
           0x10040c000 -        0x10040ffff  mod_imagemap.so ??? (???) <D401DFF7-E0B8-2702-9595-44585BA8B86D> /usr/libexec/apache2/mod_imagemap.so
           0x100413000 -        0x100413fff  mod_actions.so ??? (???) <44D85062-2921-AF82-3347-70FC625AA7A0> /usr/libexec/apache2/mod_actions.so
           0x100417000 -        0x100418fff  mod_speling.so ??? (???) <E45C2513-E6B6-34E3-82E7-B5FA91CFFBC6> /usr/libexec/apache2/mod_speling.so
           0x10041c000 -        0x10041dfff  mod_userdir.so ??? (???) <61C09168-8383-43CD-0AA1-951158115906> /usr/libexec/apache2/mod_userdir.so
           0x100421000 -        0x100422ff7  mod_alias.so ??? (???) <ED35509B-B75B-7EE6-73C1-BEE136B32923> /usr/libexec/apache2/mod_alias.so
           0x100426000 -        0x100434ff7  mod_rewrite.so ??? (???) <8162E6A6-CB83-DB4F-4163-CBB122043152> /usr/libexec/apache2/mod_rewrite.so
           0x10043b000 -        0x100440ff7  mod_bonjour.so ??? (???) <E11CB9B0-253C-0164-1AA1-E9F1B4CA9BE4> /usr/libexec/apache2/mod_bonjour.so
           0x100445000 -        0x100446fff  mod_hfs_apple.so ??? (???) <B6060CCD-70EB-F77C-AC4F-C69FDD91DF8F> /usr/libexec/apache2/mod_hfs_apple.so
           0x10044a000 -        0x100456fff  mod_fastcgi.so ??? (???) <F4C06C65-9A46-B35D-7131-F1B16814EBFB> /usr/libexec/apache2/mod_fastcgi.so
           0x100461000 -        0x10053dff7 +libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <2FBF4665-CDA0-391D-9FF5-E31050FF9E1F> /usr/local/php5/lib/libiconv.2.dylib
           0x100555000 -        0x100598fef +libtidy-0.99.0.dylib ??? (???) <F6A159AB-F8CD-3618-9A2B-26AFE5A5C5EB> /usr/local/php5/lib/libtidy-0.99.0.dylib
           0x1005c0000 -        0x100603ff7  libiodbc.2.dylib 4.18.0 (compatibility 4.0.0) <E8B6477A-E3BA-B781-6D7E-2C7118EA2ABD> /usr/lib/libiodbc.2.dylib
           0x10060e000 -        0x100617fff +libintl.8.dylib 10.1.0 (compatibility 10.0.0) <B0EE6C67-D61A-3938-9425-EBC10C217D2D> /usr/local/php5/lib/libintl.8.dylib
           0x10061e000 -        0x10063dff7 +libpng12.0.dylib 51.0.0 (compatibility 51.0.0) <8425D5C9-8449-34A3-B7CD-9F7B905BF397> /usr/local/php5/lib/libpng12.0.dylib
           0x10064c000 -        0x10067eff7 +libjpeg.7.dylib 8.0.0 (compatibility 8.0.0) <45DF234F-99D1-3471-B6A5-03EA0D1422D0> /usr/local/php5/lib/libjpeg.7.dylib
           0x10068d000 -        0x100706fff +libfreetype.6.dylib 10.22.0 (compatibility 10.0.0) <551768C8-C7E7-36F1-AD52-8E1FC1A02FBA> /usr/local/php5/lib/libfreetype.6.dylib
           0x1007c2000 -        0x1007dafff +opcache.so ??? (???) <7D22D958-3D31-3906-929B-E7C0C0BC2619> /usr/local/php5/lib/php/extensions/no-debug-non-zts-20121212/opcache.so
           0x101000000 -        0x101a26fe7 +libphp5.so ??? (???) <B35DDACF-DEA7-3F8A-98AE-BDB7A81EB880> /usr/local/php5/libphp5.so
           0x101d30000 -        0x101e60fef +libxml2.2.dylib 10.8.0 (compatibility 10.0.0) <4A55ED01-318C-38AA-B691-8BE4A27FAA12> /usr/local/php5/lib/libxml2.2.dylib
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff800e8fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff80113000 -     0x7fff80134fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff80135000 -     0x7fff801e5fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff802b3000 -     0x7fff802d8ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff804c6000 -     0x7fff80583fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8058c000 -     0x7fff805a2fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff805a3000 -     0x7fff805e4fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff805e7000 -     0x7fff80673fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff80674000 -     0x7fff8067aff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff806fe000 -     0x7fff80721fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff807b0000 -     0x7fff807ebfff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff80cf6000 -     0x7fff80d3ffef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff80d40000 -     0x7fff80d8cfff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff80d8d000 -     0x7fff80d8dff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8155b000 -     0x7fff815dafe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff815db000 -     0x7fff81a1efef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff81b59000 -     0x7fff81b9afff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff81b9b000 -     0x7fff81b9bff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff81be4000 -     0x7fff81be9fff  libGIF.dylib ??? (???) <3BAD0DE8-8151-68B0-2244-A4541C738972> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff81bea000 -     0x7fff81befff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff81c9c000 -     0x7fff81d3cfff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff81d3d000 -     0x7fff8203bfff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff82052000 -     0x7fff823effe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff823f0000 -     0x7fff82679ff7  com.apple.security 6.1.2 (55002) <D224882B-D57B-83AF-3781-548BCEACB327> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff826d2000 -     0x7fff826ddff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff826de000 -     0x7fff8270ffff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff82710000 -     0x7fff82726fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff827e4000 -     0x7fff827f3fef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff827f4000 -     0x7fff8283cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff828bb000 -     0x7fff828cfff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8291b000 -     0x7fff82946ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
        0x7fff839b2000 -     0x7fff839cbfff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff83a95000 -     0x7fff83aaaff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff83aab000 -     0x7fff842b5fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff84303000 -     0x7fff84342ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <B2E93DEC-2F33-366A-995C-ACA0523D508F> /usr/lib/libssl.0.9.8.dylib
        0x7fff84343000 -     0x7fff843d3fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff843d4000 -     0x7fff843e0fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff84467000 -     0x7fff845defe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff845df000 -     0x7fff845edff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff845ee000 -     0x7fff846e6ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
        0x7fff847a3000 -     0x7fff847a6ff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff847a7000 -     0x7fff847e4fff  com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff847e5000 -     0x7fff84845fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff84846000 -     0x7fff84848fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff84a92000 -     0x7fff84a92ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff84a93000 -     0x7fff84ab5ff7  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <8EC31253-B585-D05E-F35D-AE3292FB790B> /usr/lib/libexpat.1.dylib
        0x7fff84af5000 -     0x7fff84afafff  libpam.2.dylib 3.0.0 (compatibility 3.0.0) <065ABE81-1B86-80AF-1B4A-5B646668A2AC> /usr/lib/libpam.2.dylib
        0x7fff84afb000 -     0x7fff84b0cff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff84b0d000 -     0x7fff84bc2fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff84bc3000 -     0x7fff84beaff7  libJPEG.dylib ??? (???) <08758593-6436-B29E-1DA8-F15597835EC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff84beb000 -     0x7fff84ca4fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff84d35000 -     0x7fff84d35ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff84d36000 -     0x7fff84d4dfff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff84db0000 -     0x7fff84dcbff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff84e49000 -     0x7fff84f68ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0CE8D59B-D0C7-1DCE-3654-37F27F61BEFA> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff84f82000 -     0x7fff84f87fff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff85983000 -     0x7fff85989ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8598a000 -     0x7fff85abffff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff85ac0000 -     0x7fff85c7ffff  com.apple.ImageIO.framework 3.0.6 (3.0.6) <92882FD3-CB3F-D0BE-DDDA-43B4BEE10F58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff85dc4000 -     0x7fff85e0eff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff85e4c000 -     0x7fff85e4efff  libRadiance.dylib ??? (???) <BF694EE5-6FDA-553A-CC89-F7135618E9C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff85e4f000 -     0x7fff85e50ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff860e3000 -     0x7fff86138ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8617e000 -     0x7fff86184ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff86185000 -     0x7fff86194fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff86195000 -     0x7fff86195ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff862eb000 -     0x7fff862ecff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff862ed000 -     0x7fff8632cfef  libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <E1F34D53-3D62-78C0-CAD8-8AD22C110A9E> /usr/lib/libncurses.5.4.dylib
        0x7fff8632d000 -     0x7fff864ebfff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <97A75BFB-0DB6-6F44-36B0-97B7F7208ABB> /usr/lib/libicucore.A.dylib
        0x7fff864fa000 -     0x7fff864fdff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff864fe000 -     0x7fff8657cff7  com.apple.CoreText 151.13 (???) <5C6214AD-D683-80A8-86EB-328C99B75322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8673f000 -     0x7fff8681cfff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8681d000 -     0x7fff8683dfff  com.apple.DirectoryService.Framework 3.6 (621.16) <0ED4A74A-F8FB-366D-6588-F13EA397326F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff86b61000 -     0x7fff86d22fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff86d23000 -     0x7fff86d2afff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff86e36000 -     0x7fff86e70fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <4F2A4397-89BD-DEAC-4971-EE838FFA0964> /usr/lib/libcups.2.dylib
        0x7fff86f54000 -     0x7fff87015fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff87017000 -     0x7fff8701bff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8701c000 -     0x7fff87086fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <514D400C-50A5-C196-83AA-1035DDC8FBBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff87087000 -     0x7fff870d6ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff871e4000 -     0x7fff872b8fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff87b5b000 -     0x7fff87c11ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff87c12000 -     0x7fff87c12ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff87c13000 -     0x7fff87c69fe7  libTIFF.dylib ??? (???) <2DBEC120-DAA7-3789-36A2-A205BCDF2D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff87c6a000 -     0x7fff87eecfff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff87f01000 -     0x7fff87f48ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff87f55000 -     0x7fff87f69fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff87f6a000 -     0x7fff87fbdff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff87fbe000 -     0x7fff882f2fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff883a4000 -     0x7fff884befff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff88896000 -     0x7fff8891bff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8891c000 -     0x7fff8892efe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff88974000 -     0x7fff89070ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff893bd000 -     0x7fff8947ffe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff89485000 -     0x7fff894a6fe7  libPng.dylib ??? (???) <D8EC7740-EE32-865A-2F75-C9EDE2135510> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff894d7000 -     0x7fff89571fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff899a2000 -     0x7fff89a1ffef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff89b91000 -     0x7fff89ca7ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
        0x7fff89f54000 -     0x7fff89f7cfff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff89f7d000 -     0x7fff89f80fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

    Mark - TY, but yes. I restart Apache2 every couple of hours when it stops listening. That's how I get the sites back online, but then after only a few hours, it crashes again.  SN 10.6.8 on my 3.2 Ghz 18GB MacPro was rock solid, running for months without touching it, but not since this PHP installation.  Tried a reinstall of the PHP using the terminal command for LIIP and it still crashes.

  • How execute a php script on external server

    Hi!
    Here's my problem: I want to execute a php script on a server by calling a simple url. Here an example of a possible url: http://servername/dir/scriptname.php?var1=a&var2=2.
    The return value is a html code.
    I use CVI 2012 AND 3.5!
    Solved!
    Go to Solution.

    CVI doesn't have a http interface library (that I know of).  However, I've used the telnet library to send commands as if it is a web browser, by doing something like this:
    Fmt(tlsend, "%s<%s%s%s%s%s%s", "GET ", "http://servername/dir/", "http://servername/dir/scriptname.php?var1=a&var2=2", " HTTP/1.1\nHost: ", "servername", "\r\n");
    tlsession = InetTelnetOpen("servername", 80, 0);
    InetTelnetWrite(tlsession, tlsend, "\r\n", -1, &tlbyteswritten, 2000);
    InetTelnetRead (tlsession, tlread, 25000, &tlbytesread, 2000);
    Scan(tlread, "%s>.....", ....);
    The other option would possibly be to use InetLaunchDefaultWebBrowser () and pass along the URL of your script and use some ActiveX trickery to get the information back from Internet Explorer, but I'm not sure how well that would work, plus you'd run into problems if the end user installs another web browser.
    Oh, and CVI 3.5  ?

  • I'm trying to connect through the FTP client Filezilla. When I try to login with the wizard, it gives me a "503 Failure of Data Connection" reply; when I attempt to login myself, it gives me a "530 Login Authentication Failed." HELP!!!

    My current softward is: Mac OS X Lion 10.7.5 (11G63)
    When I attempt to use the Filezilla connection wizard I get the following message:
    Connecting to probe.filezilla-project.org
    Response: 220 FZ router and firewall tester ready
    USER FileZilla
    Response: 331 Give any password.
    PASS 3.7.1.1
    Response: 230 logged on.
    Checking for correct external IP address
    Retrieving external IP address from http://ip.filezilla-project.org/ip.php
    Checking for correct external IP address
    IP 27.0.19.56 ch-a-bj-fg
    Response: 200 OK
    PREP 52470
    Response: 200 Using port 52470, data token 1871898076
    PORT 27,0,19,56,204,246
    Response: 200 PORT command successful
    LIST
    Response: 150 opening data connection
    Response: 503 Failure of data connection.
    Server sent unexpected reply.
    Connection closed
    When I attempt to login Host/Username/Password myself I get the following message:
    Status:          Resolving address of amyhoney.com
    Status:          Connecting to 184.168.54.1:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Response:          220-You are user number 12 of 500 allowed.
    Response:          220-Local time is now 04:05. Server port: 21.
    Response:          220-This is a private system - No anonymous login
    Response:          220 You will be disconnected after 3 minutes of inactivity.
    Command:          USER 5475****
    Response:          331 User 5475**** OK. Password required
    Command:          PASS ********************
    Response:          530 Login authentication failed
    Error:          Critical error
    Error:          Could not connect to server
    Now before anyone points out the obvious: my username and password are correct. I've already gone through changing them so I know they are.
    Additionally, I've pretty much tried EVERYTHING I've read online, from messing with "terminal" (and subsequently the FTP and STFP options) to changing the sharing options and turning on file sharing/remote management as well as just turning off my Firewall completely.
    Now I've used Filezilla before when I first published my site and everything worked fine. My site is published through Wordpress so most of my editing was done through simply logging into my "wp-login." I recently changed the theme and in order to change the header image in that theme I have to do it through my "wp-content" folder, which means I need to use Filezilla. I feel like a complete moron right now considering I've had my site for about a year and can't even doing something this simple.
    I've read that the newer version of Lion/Mountain Lion don't support automatice FTP anymore, which (as I mentioned prior) I attempted to fix through Terminal. However, nothing I do seem to do works.
    Can someone walk me through fixing this? And I do mean 'walk me through'. I'm not a tech-savvy nerd who knows all the lingo, I just know the basics so sorry if my ignorance offends you.
    HELP!!

    First be sure login and password are OK. Sometimes the address starts wit "http://..." and sometime starts with "ftp://...". Try both normal FTP access and Scure FTP access (SFTP). At the end, contact the site's provider.

Maybe you are looking for