CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:14:00 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=5a89abb9c6d62498880d7d16a67fd7110f82be13cf369377bb12790a6ffc2dc7a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22hFMIj-bVcSksqBO4Xrf3UqIMeeysSa1b%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc36fcbb294e3d-BLR
/* Script Created by Hamid Created Date: 2022-Nov-10Update Date: 2024-Feb- - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Script Created by Hamid
- Created Date: 2022-Nov-10
- Update Date: 2024-Feb-17
- */
- USE [dssPro]
- GO
- /****** Object: Table [dbo].[attLog] ******/
- SET ANSI_NULLS ON
- GO
- SET QUOTED_IDENTIFIER ON
- GO
- SET ANSI_PADDING ON
- GO
- CREATE TABLE [dbo].[attLog](
- [ID] [varchar] NULL,
- [CHANNEL_ID] [varchar](80) NULL,
- [CHANNEL_NAME] [varchar](50) NULL,
- [OWNER_CODE] [varchar](90) NULL,
- /*[OWNER_NAME] [varchar](50) NULL,*/
- [CARD_NUMBER] [varchar](50) NULL,
- [SWIPE_TIME_UTC] [bigint] NULL, /* As per DSS Pro, this is supposed to be int. However, the length is too long, so bigint datatype only works */
- [SWIPE_ID] [varchar](64) NULL,
- [ENTEROREXIT] [int] NULL,
- [OPEN_TYPE] [int] NULL,
- [EN_NAME] [varchar](200) NULL,
- [TEL] [varchar](50) NULL,
- [GENDER] [int] NULL,
- [IDENTIFICATION_NUM] [varchar](50) NULL,
- [datetimestd] AS (dateadd(second,CONVERT([bigint],[SWIPE_TIME_UTC])/(1000),CONVERT([datetime],'1-1-1970 00:00:00'))) /* This formula converts from bigint data type to readable date-time. However, it is in UTC time, and it can be changed */
- ) ON [PRIMARY]
- GO
- SET ANSI_PADDING OFF
- GO
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 3 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 16 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 23 sec ago | 0.24 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 32 sec ago | 0.24 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 41 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ✅ NEVER SEEN...
JavaScript | 51 sec ago | 0.24 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 1 min ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 1 min ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand