Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. [showif [action]^login]
  2. [search db=/citi/coding/2020/km/llf/databases/members.db&equservardatarq=[user]&eqpassvardatarq=[pass]]
  3. [showif [numfound]=0][text]failedlogin=yes[/text][/showif]
  4.  
  5. [founditems]
  6. [setcookie name=jmember&value=[sku]&expires=[format days_to_date %A, %d-%b-%Y][math]{[date]}+5[/math][/format] [math time]{[time]}+{05:00:00}[/math] GMT&path=/&domain=adventureskies.com]
  7. [setcookie name=jmember2&value=[secondaryvar]&expires=[format days_to_date %A, %d-%b-%Y][math]{[date]}+5[/math][/format] [math time]{[time]}+{05:00:00}[/math] GMT&path=/&domain=adventureskies.com]
  8. [redirect ../]
  9.  
  10. [/founditems]
  11. [/search]
  12. [/showif]
  13.  
  14.  
  15. [showif [failedlogin]=yes]
  16. <h3><font color="white"> Incorrect Username and Password, Please try again.</font></h3>
  17. [/showif]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement