@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> !request members.deluxep***.com (paycom)
<1> does anyone know how to send a text message to a number and then have it go to an email address (within the US)? i'm trying to create this solution where an update for the site comes from a cell phone, into an email account where the site picks it up & updates it...
<2> Okay, i've got a TypeLib included through <!-- metadata type="TypeLib" uuid="bla bla" -->
<2> after doing this any reference to global["nameofglobalvarorfunc"] declared as "var global = this" stops working
<2> does including a typelib "change" the "this-context" ?
<3> anyone wanna make some quick bucks?
<3> guess not
<4> i'm uploading an image, and i want to make file name "10.gif","11.gif","12.gif".....
<4> shuld i use a database?
<4> for file names to be +1 after every upload
<4> is there any way to do it with out database?
<5> any helper available?
<5> My browser renders characters to -> . I can fix it using Server.HTMLEncode but is there another easier way to this? Otherwhise I need to do this for each textline...
<5> On other clients it seems to render ok :s
<6> is it possible to create search inside html pages or only in database?
<7> //server -m irc.wecoders.net #coders officiel server of coding



<8> does CDONTS come with IIS 5?
<9> Yes
<8> which smtp server is it attempting to use?
<9> local
<10> the one you install
<9> which means you'd have to install the SMTP Service within IIS in order to use it
<8> damn
<8> i dont know if the host has done this
<10> umn. ask them
<8> k
<10> we aint configging it
<9> most hosts that use IIS also have SMTP installed, or give you an alternative
<10> google "cdonts smtp"
<10> have fun reading
<8> http://www.w3schools.com/asp/asp_send_email.asp
<8> something about cdonts being deprecated
<10> YEA.MS wants to charge
<10> duh
<10> :P
<10> NO MO FREEBIES
<8> wth...my script runs but no error message, and no email
<10> call your provider
<10> get it fixed fast
<8> ?
<10> spinning your wheels here aint gettin you jack
<8> pastebin?
<11> istuaa!
<11> search xxxwebsitememberadddy
<11> hi anyone>>>
<9> Not the brightest crayon in the box, are you?
<11> be clear!!
<12> lol
<11> well got it!
<12> he is clear, it's you that isn't clear :)
<11> now i am!!!
<12> no
<11> lol!
<11> r ya talkin bout the word search!
<12> how many exclamationmarks do you own?
<11> till ya use Question Mark!
<12> l33t
<11> and the Button on keyboards works!
<11> this is my first zoom in Mirc
<9> or is it your first time interacting with people?
<11> a pall of my told me bout this!
<11> didnt i told ya???
<9> your pall was wrong. you don't need to Zoom in Mirc.
<11> ya didnt get the Sign Zoom!
<11> i mean Concentrate!
<11> i am sorry this is my first Chat!
<9> Not concentrating hard enough.
<9> You've failed.
<9> F--
<11> well no harm in trying!
<9> Every time you use a ! when it is not needed, God kills a kitten
<9> So, you've killed about 20 kittens today
<9> So stop using them, ffs. You don't seem to know what they're used for
<11> i am not an animal lover
<11> see isaved the 21st kitten
<9> Then ever time you use one, god kills a honkey.



<11> what bout the dot?
<9> eh, you're boring now
<11> well actually i was lookin for some help
<11> i didnt came to entertain ya
<11> and don eat kittens
<8> i do
<11> well beware of Teycho then.
<8> pastebin?
<2> wow! ppl talking in #asp... it's a sign!
<11> well didnt get ya bro.
<2> btw, i had a question yesterday about including typelib's which destroyed my "var global = this" context (jscript) anybody= :)
<11> r ya a regular user here?
<2> that was supposed to be a: ?
<2> who, me?
<11> well maybe ya!
<2> well, been here about 4-5 years... idling
<11> wow he tells me.
<11> then ya can help me,don ya.
<2> what's with the ya's?
<8> if this does nothing, does that mean the host has not set a default smtp server?
<8> http://pastebin.ca/88180
<8> hahahaha nm
<2> set your own... quite simple
<8> i just saw my own error
<9> or, there is a problem with the configuration of said SMTP server
<9> Although with CDO, you can specify your own server to use
<2> use CDO.Configuration and set the smtp server
<2> the load it into Message.Configuration
<8> well i dont have one for them to use
<8> but i know waht you mean
<9> then it'd use the local one if its available
<8> by default, it attempts to use the one set up for iis?
<8> nm, got it working
<8> it was my if check
<2> i'm not sure if it does...
<13> what's a good free asp editor?
<9> notepad
<9> textpad
<2> textpad isn't free
<2> but it's quite good
<9> oh, it';s not?
<9> ah well... never used it
<13> can someone explain to me what this line is saying?
<13> set geoip = Server.CreateObject("GeoIPCOM.GeoIP")
<13> geoip.loadDataFile("C:\Program Files\GeoIP\GeoLiteCity.dat")
<13> country_code = geoip.country_code_by_name(hostname)
<13> country_name = geoip.country_name_by_name(hostname)
<9> Instantiating an object, loading a data file, and calling two methods
<13> geoip.country_code_by_name(hostname) is method?
<9> country_code_by_name() is
<13> and it's in the geolitecity.dat?
<9> No, it's in the DLL that is being referenced
<13> ic
<9> geoIP is a variable that refers to an instance of a DLL refernced by 'getoIPCOM.GetoIP'
<13> so to edit this asp code i need to edit the .dll?
<9> Not at all
<9> It's external. it exists completely separate and by its self.
<9> This ASP file is just calling methods of it
<13> but can i look into the dll to see what method it has?
<9> yes, but not easily
<9> read the docs
<9> www.geoIP.com
<9> okey, maybe not geoIP.com
<9> but read the docs that came with the object
<13> not good doc
<9> It lists the methods of the object
<14> mefromfl ask the person who created that page
<14> they should nkow about the component used there
<2> mefromfl: http://www.maxmind.com/download/geoip/api/COM/GeoIP-COM-1.0/
<2> i doubt there are too many useful methods, considering its purpose is to get a country-name from an IP :)
<13> yes that's what i downloaded
<2> either it works or it don't
<13> yeah i can get it to work, but i want to do the cities


Name:

Comments:

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






Return to #asp
or
Go to some related logs:

#computers
#cisco
#delphi
#beginner
monaco optix xr crack
#computers
#photoshop
#politics
#nhl
mearcats



Home  |  disclaimer  |  contact  |  submit quotes