tt335
Mar 24, 02:43 PM
Any news if this will help the case for iPad 1 on 4.3?
I'm pretty sure if greenpois0n covers ipad 2, it'll cover ipad 1
I'm pretty sure if greenpois0n covers ipad 2, it'll cover ipad 1
benhollberg
Mar 12, 06:46 PM
They are completely out until Monday. They don't receive shipments on Sunday.
GGJstudios
May 3, 12:45 PM
Did you try resetting Safari? Rebooting? Deleting the Safari .plist?
pubwvj
Sep 2, 07:24 PM
Yesterday my web host upgraded CPanel and disaster struck. All of my passwords nolonger worked. Tech support fixed that for the most part except that FTP access was killed. By evening I had FTP access, cool. But this morning I discovered that on two of the sites, that had started working again fine last night, are no longer allowing me FTP access. Comparing the FTP (I use Fetch) transcripts for an account that works and one that doesn't I see two extra commands being given:
PORT 10,0,1,2,97,212
200 PORT command successful
LIST
The one that works (blacklightning.com) pops up the list of files and directories and I can do stuff. The one that is failing hangs on "Getting File List..." which is the LIST command after it executes a PORT command. Does anyone have any idea why this is happening and what the PORT command is? Why is it happening on one and not the other? Both are being initiated identically asside from their different userID/password, etc. I have tried this with passive mode on and off.
Thanks,
-Walter
FTP transcript from an account that is working:
Connecting to BlackLightning.com port 21 (9/2/05 8:20:11 PM)
220 ProFTPD 1.2.10 Server (ProFTPD Default Installation) [70.84.45.244]
ADAT
500 ADAT not understood
USER bl
331 Password required for bl.
PASS
230 User bl logged in.
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory.
MACB ENABLE
500 MACB not understood
PWD
257 "/" is current directory.
CWD www
250 CWD command successful
PWD
257 "/public_html" is current directory.
And the failing account's FTP transcript:
Connecting to SugarMtnFarm.com port 21 (9/2/05 8:20:25 PM)
220 ProFTPD 1.2.10 Server (ProFTPD Default Installation) [70.84.45.244]
ADAT
500 ADAT not understood
USER sugarmtn
331 Password required for sugarmtn.
PASS
230 User sugarmtn logged in.
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory.
MACB ENABLE
500 MACB not understood
PWD
257 "/" is current directory.
CWD www
250 CWD command successful
PWD
257 "/public_html" is current directory.
PORT 10,0,1,2,97,212
200 PORT command successful
LIST
PORT 10,0,1,2,97,212
200 PORT command successful
LIST
The one that works (blacklightning.com) pops up the list of files and directories and I can do stuff. The one that is failing hangs on "Getting File List..." which is the LIST command after it executes a PORT command. Does anyone have any idea why this is happening and what the PORT command is? Why is it happening on one and not the other? Both are being initiated identically asside from their different userID/password, etc. I have tried this with passive mode on and off.
Thanks,
-Walter
FTP transcript from an account that is working:
Connecting to BlackLightning.com port 21 (9/2/05 8:20:11 PM)
220 ProFTPD 1.2.10 Server (ProFTPD Default Installation) [70.84.45.244]
ADAT
500 ADAT not understood
USER bl
331 Password required for bl.
PASS
230 User bl logged in.
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory.
MACB ENABLE
500 MACB not understood
PWD
257 "/" is current directory.
CWD www
250 CWD command successful
PWD
257 "/public_html" is current directory.
And the failing account's FTP transcript:
Connecting to SugarMtnFarm.com port 21 (9/2/05 8:20:25 PM)
220 ProFTPD 1.2.10 Server (ProFTPD Default Installation) [70.84.45.244]
ADAT
500 ADAT not understood
USER sugarmtn
331 Password required for sugarmtn.
PASS
230 User sugarmtn logged in.
SYST
215 UNIX Type: L8
PWD
257 "/" is current directory.
MACB ENABLE
500 MACB not understood
PWD
257 "/" is current directory.
CWD www
250 CWD command successful
PWD
257 "/public_html" is current directory.
PORT 10,0,1,2,97,212
200 PORT command successful
LIST
Penguissimo
Apr 23, 12:39 PM
We use Glyph drives at the (university) recording studio where I work, and they've been fantastic. They're the hot-swappable models (these drives (http://www.sweetwater.com/store/detail/GTKey500-8/)), but I've heard good things about all of their products. You'll find lots of specific models if you poke around Sweetwater's site.
wordmunger
Nov 3, 12:09 PM
should redirects be put in (I don't care for redirects myself as they just make the index page twice as imposing).
Can't you do a redirect without a category -- just so all the old links aren't broken?
Can't you do a redirect without a category -- just so all the old links aren't broken?
CavemanUK
Feb 13, 03:45 PM
Hi,
i hope i can explain this correctly.. I am making a page that creates a 3d pie chart for the different types of calls my work has. I have a MySQL database that has jobs and referrers.. Anyway thats not imporant.. what I need to pass to the pie chart is the top 10 best referrals. The two bits of data for each record i have are...
$referrer[] (pulled from a Jobs table in my database)
$referrercount[] (a count of all jobs for that referrer query)..
I know php has a sort feature but i need the 2 variables to stay in sync. I know i need to use a 2 dimensional array but I really am struggling to understand them. can someone give me a code example using the following data...
$referrer[0] = "Company A"
$referrercount [0] = 300
$referrer[1] = "Company B"
$referrercount [1] = 500
$referrer[2] = "Company C"
$referrercount [2] = 100
I hope this makes sense..?
i hope i can explain this correctly.. I am making a page that creates a 3d pie chart for the different types of calls my work has. I have a MySQL database that has jobs and referrers.. Anyway thats not imporant.. what I need to pass to the pie chart is the top 10 best referrals. The two bits of data for each record i have are...
$referrer[] (pulled from a Jobs table in my database)
$referrercount[] (a count of all jobs for that referrer query)..
I know php has a sort feature but i need the 2 variables to stay in sync. I know i need to use a 2 dimensional array but I really am struggling to understand them. can someone give me a code example using the following data...
$referrer[0] = "Company A"
$referrercount [0] = 300
$referrer[1] = "Company B"
$referrercount [1] = 500
$referrer[2] = "Company C"
$referrercount [2] = 100
I hope this makes sense..?
bokdol
Oct 4, 09:05 AM
i guess i am the only one that finds this a bit wierd. and rubs me the wrong way. so somewhere in googles databases my life is recorded on where and when i was there? i bet the government would love to get a handle on that.
:(
edit actually it does sound kinda neat. damn
:(
edit actually it does sound kinda neat. damn
drummr
May 6, 03:59 PM
They said they were using the new pdanet stealth mode that's all.
Not sure if they used MyWi or tetherme also but doesn't seem like it matters.
Try it out and let us know if you want.
I'm using the TTL modification and so far no text. I'm not saying that PdaNet works, just saying you can't definitively say it doesn't work just because people got the text using it.
Not sure if they used MyWi or tetherme also but doesn't seem like it matters.
Try it out and let us know if you want.
I'm using the TTL modification and so far no text. I'm not saying that PdaNet works, just saying you can't definitively say it doesn't work just because people got the text using it.
ShortCutMan
Dec 17, 07:30 PM
If I remember correctly, I've seen this kind of thing happen in other devices. Basically a little switch in the headphone jack that tells the computer that headphones are plugged in is stuck. Try wiggling something in the headphone jack, or inserting in and out a headphone plug.
Flowbee
Aug 7, 06:21 PM
Why would they? The Intel models will run Windows anyhow. I don't think there would be much of a market for this product since the move to Intel is complete.
Tell that to the Parallels people. Bootcamp isn't the same thing.
Tell that to the Parallels people. Bootcamp isn't the same thing.
apachie2k
Oct 8, 07:24 AM
how does that work, you just use your sidekick 3 for texting and another phone for calls?
ECUpirate44
May 3, 07:53 PM
Wasn't 10.6.7 just to fix the external display flickering issue with the MBP?
Hackint0sh814
Apr 28, 09:18 AM
Wait.
Nothing like stating the obvious. :rolleyes:
Nothing like stating the obvious. :rolleyes:
yippy
Jan 17, 03:15 PM
What you described is NOT a Panther install CD. Panther comes on 3 disks. Maya said Panther needs a FireWire 400 supported Mac. That is pretty much the requirement for it, if you have that it will install.
This is not true, Panther requires only built in USB, Tiger requires built in Firewire, you can install Panther on the original iMac.
This is not true, Panther requires only built in USB, Tiger requires built in Firewire, you can install Panther on the original iMac.
MacRumorUser
Dec 26, 07:29 AM
Mac Mini.
I know this is theoretically possible, but just wondering if anyone else has ever done it.
Is it possible to copy the entire conents (system, everything) from the mac mini internal harddrive onto a lacie external firewire drive. Then choose that as my startup volume and benefit from increased speed?
I know in theory it should be (well at least if I did a clean install of the os on the lacie) but as I don't want to reinstall all my apps & updates since, i was thinking of just copying the entire HD onto the lacie...
Anyone done this?
(I haven't tried yet as I'm still waiting for UPS to deliver the lacie)...
I know this is theoretically possible, but just wondering if anyone else has ever done it.
Is it possible to copy the entire conents (system, everything) from the mac mini internal harddrive onto a lacie external firewire drive. Then choose that as my startup volume and benefit from increased speed?
I know in theory it should be (well at least if I did a clean install of the os on the lacie) but as I don't want to reinstall all my apps & updates since, i was thinking of just copying the entire HD onto the lacie...
Anyone done this?
(I haven't tried yet as I'm still waiting for UPS to deliver the lacie)...
spicyapple
Oct 22, 01:31 AM
Interesting advertising concept!
Maybe katie ta achoo's videos will grace Steve's next MWSF keynote as he demonstrated the ease of the next version of iMovie HD. :)
Maybe katie ta achoo's videos will grace Steve's next MWSF keynote as he demonstrated the ease of the next version of iMovie HD. :)
benhollberg
Mar 17, 08:25 AM
They have only black WiFi only models.
chrono1081
May 4, 08:05 PM
Oh now I really screwed it up. I deleted my default search paths since that was one solution I saw online (and it broke my program) and now I can't insert the old search paths back in :(
geoldr
Apr 12, 07:41 PM
I was able to find this page:
http://www.ianr.unl.edu/internet/mailto.html
And use the code: %0A%0A to make a few line breaks to add the signature!
I read somehwere that stringByAddingPercentEscapesUsingEncoding is bugged right now. I'm not sure if thats true or not
http://www.ianr.unl.edu/internet/mailto.html
And use the code: %0A%0A to make a few line breaks to add the signature!
I read somehwere that stringByAddingPercentEscapesUsingEncoding is bugged right now. I'm not sure if thats true or not
hansiedejong
Nov 8, 08:52 AM
http://www.onemorething.nl/uploads/community/7717b69fd05b6c4a830fd147759dd7ab7dc9bc60_0.png
Nishi100
May 4, 01:33 PM
Isn't there a way to change one of the plist files, which will make the info box say it's 10.**
cloroxbleach4
May 3, 08:47 PM
Anyway to make these your background pictures?
DoFoT9
Feb 7, 03:01 PM
You mean my spouse's Rodgers drums were double kick? I better let them know. ;)
baha nah not like that, not the actual act of having two bass drums.. just the action of using two kick pedals in a song - i.e. double kick. thats what australian drummers refer to it as, i guess its different in the US/etc. :confused:
baha nah not like that, not the actual act of having two bass drums.. just the action of using two kick pedals in a song - i.e. double kick. thats what australian drummers refer to it as, i guess its different in the US/etc. :confused:
No comments:
Post a Comment