Advertisement
Guest User

Untitled

a guest
Oct 10th, 2011
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <%
  2. Dim vid_file
  3. vid_file = Request.ServerVariables("APPL_PHYSICAL_PATH")& "red\pay\vid.dat"
  4. Dim vkey_file
  5. vkey_file = Request.ServerVariables("APPL_PHYSICAL_PATH")& "red\pay\vkey.dat"
  6. Dim retURL
  7. retURL = "https://10.1.33.154/vendor/pay/psuccess.asp"
  8. Dim purl
  9. purl = "https://payzio.com/manager/pay.php"
  10. dim fp1
  11. set fp1 = Server.CreateObject("Scripting.FileSystemObject")
  12. 'fExists=FileSysObj.FileExists(vid_file)
  13. set TextStreamObj = fp1.OpenTextFile(vid_file,1,true)
  14. 'TextStreamObj.WriteLine("This text will be added to the end of file")
  15. 'Single Variable Declarations
  16. dim fp2
  17. set fp2 = Server.CreateObject("Scripting.FileSystemObject")
  18. 'fExists=FileSysObj.FileExists(vid_file)
  19. set TextStreamObj = fp2.OpenTextFile(vkey_file,1,true)
  20. 'TextStreamObj.WriteLine("This text will be added to the end of file")
  21.  
  22.  
  23. %>
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement