@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11



Comments:

<0> PapaBear: sick :(
<1> dwism, meh :/
<0> though i seem to be better today
<0> not sure if that means it's moving from head to chest though
<2> so I should just grab the file, then search document for the line that I am looking for, that simple right?
<0> :D
<1> cmac66 yep, always remember K.I.S.S
<1> keep it simple stupid
<2> lol
<2> ill try
<1> less bloat you have, less can go wrong, and the easier it is to work on
<1> dwism, i trimmed down my entire ajax system to load the site content from the db to rougly 12 lines, including the {}'s
<1> nice, quick, simple :D
<0> nice
<1> moved to pgsql too, helped alot



<0> cool
<0> i'm trying to figure out what's on my list of things to do today
<0> aside from figuring out of my partner is still alive
<0> heh
<1> ?
<1> lol
<0> he was supposed to bring me over a PC yesterday
<0> so I can start doing some tests on my quickbooks exporter
<0> not sure if he flew the coup for a day or what since his phone is off
<0> heh
<4> DWism what version of QB
<4> did you do the xml export thing?
<0> dev_nu][: one of our products is a modernbill to quickbooks exporter
<4> so you are inserting into QB?
<0> yeah
<4> aah
<0> just IIF files
<4> i have to export from QB
<0> to make it i copied the paypal way of doing it
<2> whats the best way to grab the rss file from a remote address?
<0> but...
<0> paypal's way is asnine
<4> wait a minute
<4> no I have to insert into quick books
<0> haha
<5> hi all.. i'm trying to replace .php with another extension, is there something else beside the .htaccess to configure?
<0> dev_nu][: it's not that hard really... just have to copy some structure...
<6> goodone, not really.
<1> gah, ****ing JS
<4> how hard was it to digure out the structure
<5> _TaSm: necessary to restart apache?
<0> paypal is stupid though, their export is designed to go from income to expense, which is retarded
<0> the format is pretty simple
<0> if you have a paypal account, download an export :D
<4> i was going to do the xml import, but if that IIF is pretty easy...
<2> whats the best way to grab the rss file from a remote address?
<0> all it is, basically, is a TSV in a specific order
<4> whats a TSV?
<0> tab seporated values..
<1> tab seperated values
<4> aah
<0> hehe
<4> that should not be too hard
<0> nah
<0> like i said, just pull an export from paypal
<0> copy the format
<1> each /t being new field, and each /n being new row
<0> then play with the transactions to fit into the model it should be in
<4> what do you mean when you say "just pull an export from paypal"
<0> you have a paypal account? if not i'll be shocked :D
<4> i do
<0> then go to your transaction history
<0> and download a quickbooks import
<0> :D
<4> you are saying that paypal uses the same format?
<4> I have to export invoice information to qb
<0> riiight...
<0> but if you download the import from paypal
<0> you will see the format



<1> dwism, so your basicaly trying to export from QB to a tsv file?
<0> PapaBear: no, i pull the invoice data from modernbill (billing system) to import into QB
<4> i will be doing the same thing almost
<1> oh, so modernbill to a tsv so QB can import it no hastle
<0> right
<0> essencially
<1> does modernbill offer an extension system?
<6> Wow DB2 is now free.
<0> not really, but this doesn't really need it
<1> of course, couldn't be that easy
<7> hey guys
<0> PapaBear: the db layout is sane and normalized... it's pretty simple :D
<7> which function returns a character if you enter it's ascii value?
<0> iMP: ord() ?
<0> or chr()
<0> i think
<0> heh
<7> chr()
<7> thanks dude
<1> gah, cant get this file to include form my directory outside htdocs
<0> papa, on the hosting account or locally?
<1> both
<0> weird
<1> yep
<0> only thing i can think of that would impeede that would be improperly configured open_basedir
<1> had to dump my css **** into the web dir
<0> which we don't have
<1> for it to work
<1> now cant get this js source file to include eihter
<0> hrm
<1> http://papa.bearcavecc.com:91/index.php
<1> click on 'contact us'
<1> should fetch the contact info
<0> oh
<0> uh
<0> dude
<0> hehe
<0> if it's not in the document root
<0> it's not web accessible
<0> which explains why you can't load it ;)
<0> I thought you were talking about a php include
<1> actualy that site is a sub dir of the main web dir
<7> bbs
<1> should be able to do it :D
<0> not with '../' in the path
<0> <script type="text/javascript" src="../sources/javascript/bcc_ajax.js"></script>
<0> from the document root directory
<0> means your trying to access example.com/../something
<0> which is outside of the document root
<0> and thus... not allowed
<0> :
<0> :D
<0> hrm
<1> even though its all within the web root dir you cant back tick?
<1> seems stupid
<0> if i don't hear from my business partner in a few hours i'm going to start ringing up his family
<0> heh
<0> PapaBear: no... it's protection :D it's called DOCUMENT_ROOT for a reason :D
<1> would think web root would superceed doc root
<1> bleh, stupid ****
<0> nope :D
<1> never tried this **** with JS before, always included with php
<1> guess i'll have to make a script to tunnel ****
<2> question: will this always be the same array?
<2> [45]=> object(SimpleXMLElement)#49 (4) { ["title"]=> string(22) "1 CAD = USD (0.868300)" ["link"]=> string(51) "http://www.currencysource.com/tables/CAD/1X_CAD.htm"; ["description"]=> object(SimpleXMLElement)#97 (0) { } ["pubDate"]=> string(29) "Mon, 30 Jan 2006 12:00:02 CST" }
<0> heh
<0> man
<0> i need to stop running through keyboards
<0> heh
<0> i've bought two in the past 3 months, heh
<8> I would like to create a multilanguage website. I have adviced to user /lang folder and file_get_contents and include messages/text/data/templates from there. I like this idea very much, but now i need to implement a multilangage stuff to MySQL. I jave a list of services in a table (id, service_name, description...) I would like the name and description to be available on other languages too. How would you recommend dealing with this issue? THank you.
<6> I'd add an additional "language_id" column.
<6> Then you could have the same answer for multiple languages.
<8> I see...


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

Patparine
#linux
codeblocks mingw stlport
c# clienttoscreen
#php
#c++
#linux
#skype
Compy undernet
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes