Jump to content

N4rk0

Active Members
  • Posts

    24
  • Joined

  • Last visited

N4rk0's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Yes but , wheare are these changes saved??? i mean... i guess that the dll run only when i make a call to a function then it stops running so if i call Au3_opt it change a variable inside the dll then it stops running so modifications are lost........ OR the dll starts running when the executable load ?
  2. I know ..... so i guess that it's not possible to affect their behaving setting environmental options using Au3_opt( ... ).
  3. I don't know well how dll import works so maybe i'm going to make a stupid question .... Because all these methods are static it means that they are not affected by WINAPI AU3_Opt() method? Also i tryed to use IniRead , but i wasn't able to understand how to use it , because it's not clear what type of paramenter it needs , i tryed passing a char buffer byref and it gave a memory access exception....btw it doesn't matter because i finally managed to do it using windows api
  4. so i should assume that it's not possible ?
  5. It execute only one line , maybe i have to try to execute a string ofmore lines but i doubt that it can work ....
  6. No , read better my post ... Compiled.exe [/ErrorStdOut] [/AutoIt3ExecuteScript file] [params ...] With /AutoIt3ExecuteScript u need to write a file to hard disk , and i don't want to write file to hard disk...
  7. Can AutoitX run a complete script or an a3x file? Is it possible. I m asking because i'm searching for a method to run a script from a string without writing the script to a file on hard disk.
  8. I would like to run a script from a string without creating a file . So i know that it's possible to write a script file and then launch it with the autoit interpreter but i would like to avoid creating the file on the hard disk.... is it possible?
  9. The first vaule u want to change is an attribute , so u have to use _XMLSetAttrib The second one is the node field , u have to use _XMLUpdateField
  10. Great udf , it was very useful to me , however i would like to give u a suggestion... I used this udf to write big xml files , and i noticed that the script waste a lot of time in saving the xml every time i change something , everytime i add a node , change an attribute or something , the file is being saved. So for example if i'm adding 10 nodes in a row there will be 9 unuseful saves that will waste a lot of time , so it could be useful to add a parameter to every function that allows u to specify if u would like the file to be saved or not. Anyway , thank you for this udf! Oups! I notice just now _XMLSetAutoSave($bSave = True) function and _XMLSaveDoc in the last version , i was looking inside an old version i think sorry
  11. Is it possible to show a particular par of web page in an embedded ie windows? For example let's consider the case i wanna show only a form that is in the middle of the page....
  12. No u need an smtp server , sometimes web hostings or domains provide yo an smtp server account to send mail also....so you need to find smtp server address , port , user and password to use it with this script .
  13. I tried using the same e-mail for seller and buyer .... if i try with different mails all work good Great script!
  14. When user register and pay product , should i receive an e-mail with notification ? I tried , but i (developer ) didn't received any notification , only user received is activation code.... is this my fault or xprotect doesn't have this feature?
×
×
  • Create New...