Jump to content

netcracker

Members
  • Posts

    85
  • Joined

  • Last visited

About netcracker

  • Birthday 05/01/1981

Contact Methods

  • AIM
    0
  • MSN
    netcracker_
  • Website URL
    http://netcracker.lx.ro/
  • ICQ
    0
  • Yahoo
    mmarxus

Profile Information

  • Location
    Romania / bucharest
  • Interests
    webdesign [html, css, dhtml, js, vb]<br />webprogramming [ASP]<br />Internet security & privacy

netcracker's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. thx for the quick response.i've already seen those, and they don't really help. one of them is about .NET and the other removes le last item... or something.i need a solution to delete an element which index i know.
  2. how can i remove an element from an array??somenthing like "MyArray.splice(index,1)" in javascriptor a function like "ArrayRemoveItem" or something....please help! thx
  3. txh alot!I was aware of http://pajhome.org.uk/crypt/md5 but wanted to check for other opinions.I think I'll stick with this one since it's the best regarded... txh again!
  4. Hi there!I've been looking on the allmighty internet for a way to encrypt some data using sha1 algorithm. I have to use HMAC_SHA1 and nothing else! The thing is that most of what I have found were using JavaScript and the key is written in the js file in plain text. I find this quite vulnerable and I would like to use something more secure. Something that would encrypt the data using my SHA1 key on the server - serverside.Does anyone know an ASP script that does this?I'm so totally lost right now, please help!THX
  5. you would need to find a "whois" database that has most of the ip's used at the time. (use google for that)a not so complicated querry should do the rest of the job.
  6. set the database field type as memo.i think that's what you're looking for.
  7. oki! what is the "from" address? if it contains certain words or/and expressions the spam filter of yahoo will send it to bulk. do not use no-reply@xxx.com or registration@xxx.com or stuff like that. use something like office@domain.com... make sure that it is a real address since people might reply to it.PS: your english is terrible
  8. these filters that most of the free email websites use usually look for certain words and phrases.try not to write "promotion", "add", "advertising" and so on...see if this does the trick
  9. also go trough this thread. it might prove helpfull !
  10. well, i'm not trying to crack or hack IE or any other browser, but the easyest sollution i've come up with is an iframe that opens a local page which eventualy opens the desired external page, also in an iframe... the first iframe has any height, while the 2nd iframe is taller, and so i manage to scroll to any desired position. it is no big deal... quite childish actually, but it does the job and that's just what i'm looking for hope i make any sense...
  11. damn!! i won't stop though! i'll try to find a way!thx a lot!
  12. thx for the swift response <body onLoad="document.frames['iframe_name'].scrollTo(10,700)">...<iframe name="iframe_name" id="iframe_name" title="iframe_name" src="http://www.xxx.ro/xxx.php" ></iframe> it gives an error: "Access is denied." it is quite frustrating since it shouldn't be this hard...also tried:[code]document.frames['convertorvalutar'].contents.scrollBy(10,700)
  13. hi there!in this page that i'm bulding there is an iframe with some external content. external means that is from another server. i cannot modify or temper that content in any way, but i would like to scroll to a certain position from my parent page inside that iframe that i have. eg.: <body onLoad="iframe_name.scrollTo(10,700)">...<iframe name="iframe_name" id="iframe_name" title="iframe_name" src="http://www.xxx.ro/xxx.php" ></iframe>.... this is not working... any ideeas?
  14. content removed [be nice] i was just being a little sarcastic
×
×
  • Create New...