00:15:51 *** SergentSiler is now known as SrgSiler|AFK 00:16:11 *** WastePotato has quit ("WeeChat 0.3.0") 00:21:43 *** Chazz has quit (Read error: 104 (Connection reset by peer)) 00:22:50 *** zz_Chazz (n=chazz@208.126.45.162) has joined #portableapps 00:22:59 *** zz_Chazz is now known as Chazz 00:30:26 *** Suiseiseki has quit (Read error: 104 (Connection reset by peer)) 00:30:54 *** Suiseiseki (n=desudesu@wikipedia/Antonio-Lopez) has joined #portableapps 00:39:07 *** AppGuy has quit (Remote closed the connection) 00:45:32 *** Whibo (n=Whibo@unaffiliated/whibo) has joined #portableapps 00:48:02 *** sancas (n=sancas@190.87.246.226) has joined #portableapps 00:54:22 *** dabossbv (n=dabossbv@p57A6C9BD.dip.t-dialin.net) has joined #portableapps 01:12:30 *** BjornH has quit (Read error: 104 (Connection reset by peer)) 01:14:02 *** Res2216firestar (i=Sam@wikipedia/Res2216firestar) has joined #portableapps 01:32:52 *** gluxon|gone is now known as gluxon 01:35:28 *** gluxon has quit ("Leaving.") 01:42:02 *** Scriptdaemon (n=KennyW@139.182.12.50) has joined #portableapps 01:45:02 *** dabossbv has quit ("Leaving.") 01:55:38 *** Scriptdaemon has quit ("Leaving") 01:55:54 *** Scriptdaemon (n=KennyW@139.182.12.50) has joined #portableapps 01:57:01 *** Chazz is now known as Guest56923 01:57:22 *** Guest86524 is now known as Chazz 02:18:39 *** Scriptdaemon has quit ("Leaving") 02:30:40 *** SrgSiler|AFK is now known as SrgSiler|Sleep 02:49:03 *** Whibo has quit (Read error: 60 (Operation timed out)) 02:59:02 *** Twinkletoes|W has quit (Read error: 113 (No route to host)) 02:59:44 *** Twinkletoes|W (n=chatzill@161.73.146.9) has joined #portableapps 03:01:47 *** WastePotato (n=WastePot@unaffiliated/wastepotato) has joined #portableapps 03:01:56 *** Res2216firestar has quit ("Leaving") 03:12:35 *** Oni-Neoxes has quit ("Quit... D:") 03:28:30 *** Whibo (n=Whibo@unaffiliated/whibo) has joined #portableapps 03:50:51 *** WastePotato has quit ("WeeChat 0.3.0") 03:51:29 *** xangua (n=xangua@unaffiliated/xangua) has joined #portableapps 04:00:20 *** Steel (n=Steel@129.110.242.8) has joined #portableapps 04:00:26 Hello 04:00:42 Hello, Steel! Can we help you with anything? 04:01:08 Yeah. I have a question about making closed source apps portable. 04:01:19 I understand that I wouldn't be able to release it. 04:01:25 It depends on their license. 04:01:34 And whether you get permission from them. 04:01:37 But I was wondering if I could make something that I use portable, just for myself. 04:01:42 Sure 04:01:59 In a very few circumstances, no, due to the EULA, but that's very rare. 04:02:16 Cool. My specific case is Civ 4. 04:02:54 I already use it on my flash drive, and it works, I just always need to copy the My Documents/My Games folder to keep save files and stuff. 04:03:19 Also, it never saves the settings. So I was hoping to be able to make it usable with the Portable Apps Launcher. 04:04:34 So, assuming I check the EULA, and there's nothing that would prevent me, how do I go about starting? 04:05:13 If you care about it fitting into the PortableApps.com Format specification, read that, and then make a launcher 04:05:45 I read a thread in the forum about how the folder heirarchy should be organized, but I didn't understand how to make the program look in it's own directory rather than a C drive directory. 04:06:11 Is it particular files in My Games? 04:06:26 i.e. civilisation4.sg or something like that 04:06:27 I have no idea 04:06:40 Two folders in specific, and the files change. 04:07:24 I don't know how it would behave in Vista. Would it go in C:\Users\user\Documents\My Games? 04:07:53 Soon we will be releasing a universal launcher, but in the mean time you can try and work it out with a test generic launcher of mine: http://portableapps.com/node/19188 04:08:10 For example, when it autosaves, the save file goes to "C:\Documents and Settings\mps042000\My Documents\My Games\Beyond the Sword\Saves\single\auto" 04:08:11 I think you would be wanting a [DirectoriesMove] section with lines like 04:08:48 bts=%DOCUMENTS%\My Games\Beyond the Sword 04:09:13 Or possibly just 'settings=%DOCUMENTS%\My Games', that'd work fine 04:09:41 So, how do the Launchers work? Do I make most of the directory stuff in there? 04:10:01 Then it would move them back and forwards from Civilisation4Portable\Data\settings to the My Games location (backing up anything there before) and then back at the end 04:10:57 So the launchers don't change how the program acts, it just copies the files when the program starts and when it ends? 04:11:34 All of our official applications (except Toucan, which doesn't need a launcher, and JkDefrag, which needs a frontend and so uses AutoHotkey) use NSIS launchers. We're moving to having INI-configured launchers. My launcher which I linked to is a prototype of that system and it works well. 04:11:54 So I could use my existing installation, and just create a launcher for it and make it use the proper Folder Format? 04:12:11 Some you're able to use command-line options or environment variables to change where they will save their settings, and some you have to move things back and forth 04:12:17 So yours is an INI launcher? 04:12:19 You should be able to. 04:12:21 Yes 04:12:42 And it works with the current PortableApps.com Platform? 04:12:49 Yep 04:12:59 I feel like you are my hero! 04:13:11 Uh oh... :/ 04:13:20 It's a good thing, no worries. 04:13:45 Read the help file in the launcher download, and read the Format specification. 04:13:58 http://portableapps.com/development/portableapps.com_format that is 04:16:10 I'm going to go read some. Thanks for your help. 04:16:22 You're welcome :-) 04:19:54 *** Steel has quit ("Leaving") 04:35:22 *** xangua has quit ("http://is.gd/3HjzP no se si reírme o sentir lástima") 05:39:59 *** dragonmage is now known as drag|away 05:54:31 *** Guest56923 has quit (Read error: 104 (Connection reset by peer)) 05:56:04 *** zz_Chazz (n=chazz@208.126.45.162) has joined #portableapps 05:56:58 *** zz_Chazz has quit (Read error: 104 (Connection reset by peer)) 05:57:57 *** Suiseiseki has quit ("...") 05:58:32 *** zz_Chazz (n=chazz@208.126.45.162) has joined #portableapps 06:02:18 *** zz_Chazz has quit (Client Quit) 06:03:59 *** zz_Chazz (n=chazz@208.126.45.162) has joined #portableapps 06:11:54 *** rmccue (n=rmccue@unaffiliated/rmccue) has joined #portableapps 06:15:24 *** sancas has quit ("Saliendo") 06:35:09 *** JoeYoung has quit (Read error: 131 (Connection reset by peer)) 06:39:43 *** taneth111 (n=TaffinFo@CPE-124-179-52-174.lns9.ken.bigpond.net.au) has joined #portableapps 06:43:18 hi all. 06:44:03 heya taneth111 :) 06:46:41 *** taneth111 has quit ("BYE.") 06:49:36 *** dabossbv (n=dabossbv@p57A6C76A.dip.t-dialin.net) has joined #portableapps 07:28:44 *** rmccue has quit (Read error: 110 (Connection timed out)) 07:41:21 *** Darwin4Ever (n=Darwin4E@82.146.105.153) has joined #portableapps 07:46:11 *** dragonmage (i=newdrago@cpe-071-068-073-045.carolina.res.rr.com) has joined #portableapps 08:01:57 *** drag|away has quit (Read error: 110 (Connection timed out)) 08:04:41 *** StatBot has quit (Read error: 131 (Connection reset by peer)) 08:04:56 *** Bensawsome has quit (Read error: 145 (Connection timed out)) 08:07:32 *** Bensawsome (n=Bensawso@c-71-235-220-87.hsd1.ma.comcast.net) has joined #portableapps 08:07:33 Bensawsome is from the PortableApps.com forums, likes waffles VERY MUCH, and has a site at http://www.bensawsome.com . He also maintains StatBot and the IRCStats pages @ http://www.ircstats.info 08:07:40 *** Bensawsome is now known as Guest65737 08:10:08 *** zz_Chazz has quit (Read error: 110 (Connection timed out)) 08:16:19 *** zz_Chazz (n=chazz@208.126.45.162) has joined #portableapps 08:41:22 *** drag|away (i=newdrago@cpe-071-068-073-045.carolina.res.rr.com) has joined #portableapps 08:42:15 *** dragonmage has quit (Read error: 104 (Connection reset by peer)) 08:48:00 *** Chazz has quit (Killed by douglas.freenode.net (Nick collision)) 08:48:00 *** zz_Chazz is now known as Chazz 08:49:28 *** Guest41482 (n=daBomb69@hey.you.should.get.a.freebnc.from.bncftw.com) has joined #portableapps 08:53:10 *** Guest41482 is now known as daBomb|Not-Here 08:53:40 *** daBomb|Not-Here is now known as Guest53757 10:10:31 *** purple (i=d941c259@gateway/web/freenode/x-vabmtddovmpuebys) has joined #portableapps 10:10:35 hi 10:10:59 *** purple is now known as Guest70498 10:11:08 im interested to know who is responsible person for portableapps.com 10:11:33 Guest53757: what for? 10:12:15 Guest70498: what for? 10:12:22 Three guests... 10:12:25 :/ 10:12:38 just a sec to change a nick 10:13:08 something weird happening with this web chat tningie 10:13:12 anyways 10:13:33 Guest70498: did you identify with the correct password? 10:13:33 i would like to know what are the terms for getting a link in Sponsored Links section on PA.com 10:13:48 They're Google ads. 10:14:33 oh, so can i put my link there for something in exchange like money or sponsorship or similar 10:14:46 They're Google ads. 10:14:58 Step 1: get a relevant Google AdWords ad... 10:16:26 *** Guest70498 is now known as purple 10:16:42 ok im back 10:16:53 i was asking for advertising with PA.com 10:17:14 As I said, they're Google ads. 10:18:05 so no sponsor links are accepted? im working for a SEO company and i would like to somehow advertise with PA.com and my client would like to give something in exchange if possible.. 10:18:20 i never get an answer on question, who is the owner of PA.com? 10:18:38 If you like, you could get in contact with John, but I think you're unlikely to get a special ad run. It's possible though. 10:18:49 John T. Haller, JohnTHaller in here 10:19:28 OK, thanks, i willtry to contact him and possibly provide some donation or sponsorship of some sort to our beloved PA.com 10:19:28 :) 10:19:42 Use the business contact address 10:20:54 sure, thanks 10:32:02 *** purple has quit ("Page closed") 11:08:01 *** NiveusLuna has quit (Read error: 60 (Operation timed out)) 11:39:03 *** Darwin4Ever has quit (Read error: 145 (Connection timed out)) 11:45:00 *** Darwin4Ever (n=Darwin4E@082-146-104-146.dyn.adsl.xs4all.be) has joined #portableapps 12:13:56 *** ZeroA4 (n=Pergunte@unaffiliated/zeroa4) has joined #portableapps 13:14:10 * ChrisMorgan is happy... his first complete Drupal theme has just been released at http://watersums.com/ - designed in Inkscape :-) 13:14:25 It being tomorrow now though goodnight until later today :P 13:27:39 *** ChrisMorgan has quit (Read error: 60 (Operation timed out)) 13:32:06 *** MaienM|Sleep is now known as MaienM 13:49:38 *** sar3th|away is now known as sar3th 14:44:48 *** Suiseiseki (n=desudesu@wikipedia/Antonio-Lopez) has joined #portableapps 14:49:04 *** ZeroA4 has quit ("Ex-Chat") 14:59:17 *** Guest53757 is now known as daBomb|Not-Here 14:59:47 *** daBomb|Not-Here is now known as Guest62157 15:42:40 *** drag|away is now known as dragonmage 15:52:23 *** palogbot (n=palogbot@delawarepark.safesecureweb.com) has joined #portableapps 15:52:23 Topic for #portableapps is: Welcome to the PortableApps.com support channel. Visit us at http://portableapps.com/ | If you need assistance, just say "help!", or ask your question, and WAIT rather than just leaving. | Please keep things polite and avoid any discussions of illegal software | This channel is logged: http://nascent-project.org/irc/logs | Please do not PM anyone without prior permission. 15:52:23 Users on #portableapps: palogbot Suiseiseki Darwin4Ever Guest62157 dragonmage Chazz Guest65737 dabossbv Whibo Twinkletoes|W @Gizmokid2005|AFK Zarggg @MaienM sar3th Mir dbdii407 SrgSiler|Sleep vatts +ZachThibeau +GizmoBot 15:52:23 palogbot is the logging bot for #portableapps . Logs are found at http://nascent-project.org/irc/logs . If he dies: http://nascent-project.org/portableapps/irc/restart 15:52:23 Auto-Message: palogbot has been restarted. 16:18:24 *** ZeroA4 (n=Pergunte@unaffiliated/zeroa4) has joined #portableapps 16:33:39 *** Guest65737 is now known as Bensawsome 16:33:54 *** dragonmage is now known as drag|away 16:37:00 *** ZeroA4 has quit ("Ex-Chat") 16:38:23 *** Bensawsome has quit (Remote closed the connection) 16:41:07 *** Ben|Adium (n=Bensawso@155.42.101.230) has joined #portableapps 16:48:44 *** Ben|Adium has quit ("Leaving.") 16:55:10 *** Chazz has quit (Read error: 60 (Operation timed out)) 17:23:10 *** WastePotato (n=WastePot@unaffiliated/wastepotato) has joined #portableapps 17:26:36 *** WastePotato has quit (Client Quit) 17:27:58 *** WastePotato (n=WastePot@unaffiliated/wastepotato) has joined #portableapps 17:43:59 *** Bensawsome (n=Bensawso@unaffiliated/bensawsome) has joined #portableapps 17:43:59 Bensawsome is from the PortableApps.com forums, likes waffles VERY MUCH, and has a site at http://www.bensawsome.com . He also maintains StatBot and the IRCStats pages @ http://www.ircstats.info 18:00:03 *** purple (i=purple@79.101.10.102) has joined #portableapps 18:02:19 *** NiveusLuna (n=rurounib@pool-173-74-184-176.dllstx.fios.verizon.net) has joined #portableapps 18:03:42 *** purple has quit (Client Quit) 18:09:34 *** pa_3558 (i=c95cad7f@gateway/web/freenode/x-axrcavcothzqkfei) has joined #portableapps 18:11:10 hi, I am with problems with system tray icon. I cannot open it again. 18:11:38 somebody knows how to help me 18:11:50 please 18:13:12 1.5.2 18:14:39 so you click on the system tracy icon and it doesnt come up pa_3558? 18:14:47 tray icon rather lol 18:15:15 yes, no action when I click 18:15:34 hmmm 18:15:46 it could ahve frozen... not likely though 18:16:09 can you right click on it and tell me what you get? 18:16:14 the tray icon that is 18:16:20 nothing 18:16:23 hmmm 18:16:24 ok 18:16:25 no response 18:16:34 go to the root of your usb drive 18:16:42 and open up startportableapps.exe again 18:16:57 it *should* open the menu if it's already running 18:17:05 also 18:17:22 no action again 18:17:25 is this on your computer with full administrative priveledges or on a school/work/public computer? 18:17:44 home computer 18:17:48 ok 18:18:00 so i guess you are gonna have to kill the process 18:18:09 press CTRL-ALT-Delete 18:18:54 and go to the processes tab 18:19:21 one sec i need to remember the name of the process XD 18:19:38 ok I have done that 18:19:39 ok 18:20:23 cool now find a process called "portableappsplatform.exe" or portableappsmenu.exe and click the end process button 18:20:35 and say yes to the warning that comes up 18:20:46 if you cant find the process tell me 18:20:56 ok it closes the program on system tray icon 18:21:05 cool 18:21:05 now 18:21:27 open up the startportableapps.exe file in the root of your drive and see if it works 18:22:38 it seems like working now 18:22:45 :D 18:22:47 cool 18:22:57 so ya if that ever happens again just repeat those steps :) 18:23:21 *** StolenSteel (n=Steel@utdpat242008.utdallas.edu) has joined #portableapps 18:23:28 yeah because it stopped again 18:23:34 oh now it's not? 18:23:40 hmmmm 18:23:49 strange 18:24:08 Hello. 18:24:10 just when I run some application it stop again 18:24:12 do you have an older computer pa_3558? 18:24:17 oh 18:24:17 hmmm 18:24:25 well it could also be your usb drive is slow 18:24:37 maybe 18:24:53 oh and did you try the new version of the menu? 2.0 beta? 18:24:56 it works fine :D 18:25:08 john is just fine tuning some things before the final release 18:25:13 however, it's beta software, always remember that ;) 18:25:16 you want to try and install that? 18:25:18 ya 18:25:24 it it kills your cat, it's your fault ;) 18:25:28 LOL 18:25:34 thanks a lot, for your help 18:25:35 nice way to put it sar3th :P 18:25:40 no prob pa_3558 :) 18:26:00 How do you get the beta menu? And is there anything cool and new about it? 18:26:22 one sec StolenSteel 18:27:03 here ya go StolenSteel http://portableapps.com/node/20013 18:27:08 its all in the topic 18:28:17 *** pa_3558 has quit ("Page closed") 18:28:33 Thanks! 18:28:58 Would you mind helping me with a question? 18:29:36 ask away 18:30:03 I'm trying to make an app that I use portable. I have it almost completely finished, except for one part. 18:30:29 I'm using Chris Morgan's INI Launcher, and I can't change the icon associated with his exe. 18:30:34 what app? 18:30:36 oh 18:30:41 i dunno how to use his thing 18:30:43 sry 18:30:51 Ah... 18:30:52 you might not be able to 18:30:57 i dunno for sure though 18:30:59 StolenSteel: hang on, i'll try to find that out 18:31:11 *** OliverK (n=WifiWomb@unaffiliated/oliverk) has joined #portableapps 18:31:40 I tried using IcoFX to change it, but it corrupts the file (I think). 18:31:47 Oh well. 18:31:56 At least I have it fixed in the Menu. 18:31:57 StolenSteel: i think you don't need to change the launcher's icon 18:32:05 that should be enough 18:32:15 normally, people will launch the app throught the menu :) 18:32:19 sar3th: no just change it in the appinf\appicon.ico 18:32:33 otherwise you need to recompile it, beccause of the crc check 18:32:55 OliverK: that's what i'm thinking as well ;) 18:33:00 I guess it's fine as is then. Cool. 18:33:11 ohai sar3th, StolenSteel 18:33:52 sorta like hello ;) 18:33:53 but StolenSteel what app did ya do? (just curious) 18:34:15 Heh, well, it's not one that I'll put up. 18:34:20 lol 18:34:21 More for personal use. 18:34:31 Starcraft. 18:34:37 oh sweet :D 18:34:57 ya i think i remember there being an old old launcher for that on the forums somewhere but i dunno for sure 18:35:02 prbly dont even work anymore 18:35:20 Okay, so this is my second time using IRC, and I'm using xchat... What does it mean when someone's name is in red? 18:35:52 I was primarily using it to get a feel for how it works, my next two goals are Diablo II and Civ 4 18:35:56 it means in that line your name was mentioned 18:36:04 Oh. 18:36:10 the red is so it stands out 18:36:20 it's often called a highlight or a ping 18:36:23 Makes sense. I thought it might be someone whispering me. 18:36:33 StolenSteel whisper whisper ;) 18:36:34 lol 18:37:34 Well, now I'm going to start working on Diablo. 18:37:56 This one shouldn't be too hard either, since I don't think it changes any files locally either. 18:39:10 *** andreasma (n=andi@93.215.158.193) has joined #portableapps 18:39:49 hi 18:40:09 Hello 18:44:28 Hi StolenSteel 18:46:15 Okay, class time. Bye everyone! 18:46:44 bye 18:46:56 *** StolenSteel has quit ("Leaving") 18:47:55 *** drag|away has quit ("( www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )") 19:10:40 *** SteveLamerton (n=kvirc@host-137-205-68-076.res.warwick.ac.uk) has joined #portableapps 19:47:00 *** OliverK has quit ("so long and thanks for all the fish") 19:54:41 *** xangua (n=xangua@unaffiliated/xangua) has joined #portableapps 20:04:42 *** xangua has quit ("http://is.gd/3HjzP no se si reírme o sentir lástima") 20:26:05 *** gluxon (n=gluxon@c-76-23-212-66.hsd1.ct.comcast.net) has joined #portableapps 20:28:09 *** JohnTHaller (n=JohnTHal@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 20:28:15 hi all 20:29:56 Hello :) 20:32:50 how goes it 20:39:01 *** Oni-Neoxes (i=Oni-Neox@unaffiliated/oni-neoxes) has joined #portableapps 20:40:51 *** computerfreaker (n=chatzill@64-201-78-3.static.genevaonline.com) has joined #portableapps 20:48:22 Hi JohnTHaller :) 20:48:55 how goes it? 20:50:25 Hi guys! :) 20:50:34 All is good thanks, loooks like I am going to FOSDEM too, I'll apply to do a 15min talk if that is still ok with you? 20:51:30 JohnTHaller: is it OK if I use 7-zip Portable in one of my GPL apps? 20:51:59 yeah, SteveLamerton, that'll be cool 20:52:09 computerfreaker: what are you makin? 20:52:41 It's a shell replacement application; I need a compression/decompression app to handle theme files (similar to PA.c themes) and regular archives 20:52:56 *** DjAbra (i=4dfecb0b@gateway/web/freenode/x-utpziuhtgpazvftr) has joined #portableapps 20:53:00 hi 20:53:03 7-Zip would fit the bill nicely, and a private dev test has everything working just fine with it 20:53:19 i have roblem witch utorrent portable 1.8.5 20:53:28 DjAbra: what's your issue? 20:53:43 i have errors when i dl 20:53:54 what kind of errors? 20:54:26 just like dl folder is unavaible 20:54:31 sry for my eng 20:54:47 have you selected a valid, existing folder that you have privs to write to? 20:56:01 yes, i use standard setings afert install 20:56:26 i think relativity adress to folder not working 20:56:38 DjAbra: what I'm trying to ask is if you're downloading to a folder you have write privileges for 20:56:51 if you're trying to download to a folder you don't have write privileges for, the DL will fail' 20:58:04 i have privileges. i can format and mod* my pendrive 20:58:25 i run on win7 x64 disable uac 20:58:29 ok... what kind of Internet connection do you have? 20:58:47 adsl 1024/256 20:59:31 how fast is it usually? (Not looking for a precise speed, just relative - "fast", "very fast", "slow", etc.) 21:00:52 if seeds is many i have full speed 21:01:50 are you sure you're downloading a valid torrent? I've heard (don't use torrents myself) that any invalid data you get from a seed could corrupt the whole DL 21:02:41 i try other torren (other movie) 21:04:09 Not to raise too much trouble over this, but are you downloading a legal torrent? I've heard (once again, this is through the grapevine) that sometimes music/video companies will deliberately crash illegal torrents, usually by providing a "seed" with bad data 21:07:47 JohnTHaller: while DjAbra's checking his torrent issue, maybe we could keep talking about 7-Zip? I really want to get clearance/denied clearance ASAP, since I'm running out of time to make a major design change (changing the compression/decompression app would count as major) :S 21:08:24 its no torrent file 21:08:51 on regular PC client (not portable) dl is fine 21:09:10 weird. Is the download location the same? 21:09:13 *** JohnTHaller has parted #portableapps () 21:09:17 *** Oni-Neoxes has quit ("Quit... D:") 21:10:27 if i must on any computer set destination folder utorrent portable is sucks 21:11:29 settle down... :) I think uTorrent remembers the destination folder, you just have to set it when your drive config changes (i.e. you move from a computer where your flash drive is D:\ to a computer where your flash drive is F:\) 21:12:57 i hope i dont need do that 21:14:55 but sprange *.torrent save correct to relavity destination ..\..\Data\torrent 21:15:04 strange 21:17:11 i think i found bug 21:17:59 some one who made utorrent portable make dl folder "read only" 21:27:32 *** DjAbra has quit ("Page closed") 21:27:41 *** computerfreaker has quit ("ChatZilla 0.9.85 [Firefox 3.5.5/20091102152451]") 21:28:16 *** DjAbra (i=4dfecb0b@gateway/web/freenode/x-nonqnsczwfmrwuhy) has joined #portableapps 21:31:13 some one should remake utorrent portable. standard "downloads" folder is "read only" 21:33:06 DjAbra: The easiest way to bring this to the attention of the utorrent developer is to post it on the forum 21:33:51 they make portable instlation for PortableApps.com?? 21:37:48 *** DjAbra has quit ("Page closed") 21:48:39 *** ChrisMorgan (n=ChrisMor@unaffiliated/chrismorgan) has joined #portableapps 21:48:39 ChrisMorgan is a PortableApps.com developer and moderator 21:48:43 *** andreasma has quit (Read error: 110 (Connection timed out)) 21:50:31 *** dabossbv has quit (Connection reset by peer) 21:53:17 *** JoeYoung (n=Joe@c-98-200-24-14.hsd1.tx.comcast.net) has joined #portableapps 21:56:29 *** dabossbv (n=dabossbv@p57A6C76A.dip.t-dialin.net) has joined #portableapps 22:07:39 *** SteveLamerton has quit () 22:14:49 *** ChrisMorgan has quit (Read error: 110 (Connection timed out)) 22:21:44 *** SrgSiler|Sleep is now known as SergentSiler 22:26:06 *** jeremy (i=8e161035@gateway/web/freenode/x-rdqjsoqiqwxehwcc) has joined #portableapps 22:26:14 *** jeremy has quit (Client Quit) 23:24:00 *** Darwin4Ever has quit (Connection timed out) 23:28:23 *** zz_Chazz (n=chazz@208.126.45.162) has joined #portableapps 23:28:32 *** zz_Chazz is now known as Chazz 23:31:08 *** dabossbv has quit ("Leaving.") 23:37:42 *** Oni-Neoxes (n=Oni-Neox@unaffiliated/oni-neoxes) has joined #portableapps 23:41:01 *** MaienM is now known as MaienM|Sleep