| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
Comments:
<0> conventions are like standards. <0> and the great thing about standards is that there's so many to choose from. <1> aah i need help <2> AfroTurf: you're beyond help. <1> Jymmm: ya i know :) <2> AfroTurf then when waste our time by even asking? we have better things todo like p0rn. <1> hehe p0rn <2> AfroTurf If it wasn't for p0rn, you wouldn't be here today! <1> haha <1> jymmm: but anyway question has to do with uploading files <1> i have an array of filenames <2> AfroTurf oh, you asked a question? <1> i need to explode them <1> ya i did yesturday :) <1> everyone waz too busy watching p0rn to help <2> that was 12 hours ago, expired.
<2> !+##php <3> ##php is really 'Pretty Horny People'. The computer language is just a cover. <1> ^_^ <1> YES i knew it <4> +1 <5> uNF <2> (.) (.) <1> let me go P.I.H in the corner <2> AfroTurf You do, and you clean it up! <1> hehe <6> lol <1> i need too <7> uh-oh, enygma talking again <6> rut-roh <1> my gurl hazn't done **** for me lately <1> hasn't* <2> AfroTurf and what have you done for her? <1> jymmm: way too much <1> jymmm: she too selfish <2> AfroTurf have you gotten her another chick so she can explore her be***ual tendancies? <2> bi***ual <6> lol! <1> jymmm: we talked about it <6> Jymmm: The chick would be for her...? ye... <1> jymmm: well we'd both be doin the other chick <2> Dangermouse like AfroTurf is gonna be able to get his hands on the playtoy <1> jymmm: then when i'm done i get the video cam <8> Heya iam just wondering if it's possible to force a POST under PHP automaticly, so the user dont have to press a button <1> jymmm: oh i will :) <2> alphabit_ only via js <2> **** me.... al<tab><tab><tab><tab><tab><tab><tab><tab><tab> to get to alphabit_ <6> LOL <1> lol <6> was only 8 for me <6> oh 9 for the _ <8> Jymmm: gaah <8> JS is a pain, but if its the only way then =/ <6> /nick zzzzzzzzz <7> I accidently p***ed it, so it took me about 30 <2> lol <6> lol <1> ok soo can i ask my question again then? <1> well better question is, if i ask it will you help me <7> well, with that question I have just reached my limit :P <1> lol <1> anyways i'll pastebin it <1> then ask <9> i've got some code here which retrieves members details (basically gives a detailed list of all records in a table) --> http://pastebin.com/577002 <-- but this takes a long time to display the info (and sometimes get the error "Fatal error: Maximum execution time of 30 seconds exceeded"). Is there different code to make it faster? <10> Does anybody knows how to send a mail() so it won't upear as junk mail in hotmail? <11> SunShineLady: you have to send through a smart host <7> nebmo, make sure the username column is indexed in your database, and look into paging your result set. <1> http://pastebin.com/577186 <1> pretty much i'm trying to do my own filenames <10> b1n0ry - what do you mean by smart jpst <10> smart host <1> $s = is a number <11> SunShineLady: if you just send a message via sendmail or some such it originates from your ip address. when the receiving server tries to match that ip address to your domain name, it can't. thus you have to send the mail through your ISP's mail server rather than directly from your own. <11> SunShineLady: the ISP's mail server becomes your "Smart Host" <11> SunShineLady: if you are on linux, then what you need to look at is configuring your sendmail to send through a smarthost (it's a sendmail configuration option). if you're on windows then you need to change your smtp server to your isp's smtp server in your php.ini file. <7> AfroTurf: line 5 needs to be double quoted...can't insert variables into single quotes <1> ds-work: oh ok
<12> hello <12> Is it possible to send headers with file_get_contents() ? <1> or i could do $s.'_'.'$int.'.'.$ext; <1> ds-work: but does that look ok? <10> b1n0ry - I understand that the IP has to match the domain, Im sending it from my host (sharing hosting) so I believe the IP will match the domain <11> SunShineLady: a big test would be to send a message to yourself and look at the header. <7> I think so, lunch time <13> date('') keeps coming up with yesterdays date even though my system clock, quite clearly says today <13> any ideas why? <1> its still not changing my filenames :( <10> b1n0ry - what should I be looking for in the header? <11> one thing about some spam filters is how the message is formatted, total content. i know some services spam-filter email that only has a line or two of content or excessive whitespace or images. <11> SunShineLady: look at the address that the mail originated from and look at the sender's domain name. <11> or rather, the final relay server <1> oh nvm ya it did :) <14> moo <10> b1n0ry - Its little confusing for me, may I post you the headers in private? <11> sure, i'll do my best. i'm not an expert on this stuff by any means but i have had reasonable success in forwarding mail to "spam blocking" domains. <14> im so shattered.. 8pm :-|.. might go and watch some family guy <6> family guy rocks <6> my flat mate owns all the dvd's luckily <10> b1n0ry - did you get my message? <16> I think we really should kill brocoli <17> "If you issue any of the 'keylogger' commands, you will be immediately removed and banned, no questions asked." ? What does that mean? :P <6> broccoli rocks <18> http://pastebin.com/577205 -> any reason why tha bottom log in field -does not work- in IE ? (works in FF) the login button does nothing.. <19> http://pastebin.com/577227 <20> NeoThermic: it is pretty self explanitory isnt it? <17> myc: if it was, would I ask? :\ <20> stedios: is your code w3c valid? <17> I don't know what 'keylogger' commands are, and why you'll be banned for them <20> google keylogger norton firewall <21> im having trouble trying to create a upload script and storing the data in a XML file <21> http://www.phpfreaks.com/forums/index.php?showtopic=86801 <21> that expains what i want to do, please help :) <22> Say I have a cron script run every 12 hours that takes 1 hour each run. Is there some way I can "trigger" this script to run whenever? Like a link to the script - but closing the window wouldn't stop it from running as if it were just executed in the cron? <5> binary data in an XML file? <2> enygma (it can be done actually) <5> I have no doubt. but the real question is "why do it?" <23> Can someone point me to a good resource on the XMLReader Function the one on php.net is pretty sparse <2> enygma: you could embedd an image in an xml file for transport. <5> icky <2> since that is what XML was design ed for <21> i want the xml page to store things like images (image1.jpg) and just text info <2> transportation, not storage <24> Jymmm, theres a 67 GTO a few blocks down from me, just put up a for sale sign :D <2> mfonda replica? <24> Jymmm, not sure, havent checked it out yet, gonna head down and look at it tonight <2> mfonda tonight? It might be gone by then. <21> www.property.xeonhost.co.uk/example.xml thats what i want the xml data to be storing, info like that (images & text) and then it will be displayed at www.property.xeonhost.co.uk when you click on the bubbles <24> good point <25> somebody knows a datagrid ajax editable using PHP? <21> it will display on the index1223332.html page <26> afternoon everyone <21> can any1 help plz <27> Anyone know how to: $var = "testtest(ANYNUMBERHERE)" anyone know how to replace (ANYNUMBERHERE) with nothing? (1) (2411) etc? <4> Can a variable which is p***ed through URL be retrieved in any other way than by using $_REQUEST? <11> rightnow|home: preg_replace <27> yeah, but how? <28> Mitja, $_GET <23> I am trying to find a better example of user XMLReader to return a specific value given 2 attributes one value I know the other I want to get but I can;t find any good documentation at leas tI fully understand <24> rightnow|home, , is the var always going to begin with testtest ? <27> nope <26> i ran compile, make, and make install with libdvdcss but Xine still isn't finding dvd:/ what do i do to fix this? <24> rightnow|home, will it always be "some_name(some number)", nothing else? <27> some_name(some number)some_name <27> some_name(some number)some_name2 <27> even <26> wrong.. channel? <24> rightnow|home, check out the preg manual page, its a pretty simple problem, you should solve on your own <27> preg_replace('/\(\d+\)/', '', 'blabla(92511)blaea13123_12412');
Return to
#php or Go to some related
logs:
#php xorg.conf toshiba portege 3490 hide icons in gaim grass GIS yum fedora #python kdm_greet cant open default user space force quit xfce #linux #perl grep -P, --perl-regexp
|
|