Skip to content

Seonyx/EarnaClick

Repository files navigation

EarnaClick

Mojoportal VB plugin enabling click swapping for web traffic generation

You will need the following SQL tables in the MSSQL db: USE [earnaclickC] GO

/****** Object: Table [dbo].[links] Script Date: 07/26/2015 12:36:49 ******/ SET ANSI_NULLS ON GO

SET QUOTED_IDENTIFIER ON GO

CREATE TABLE [dbo].[links]( [Id] [int] IDENTITY(1,1) NOT NULL, [userid] nvarchar NULL, [link] nvarchar NULL, [dateEntered] datetime2 NOT NULL, [usertype] nvarchar NULL ) ON [PRIMARY]

GO

USE [earnaclickC] GO

/****** Object: Table [dbo].[clickhistory] Script Date: 07/26/2015 12:38:47 ******/ SET ANSI_NULLS ON GO

SET QUOTED_IDENTIFIER ON GO

CREATE TABLE [dbo].[clickhistory]( [Id] [int] IDENTITY(1,1) NOT NULL, [clickdatetime] datetime2 NOT NULL, [clickIP] nvarchar NULL, [clicklocation] nvarchar NULL, [linkid] [bigint] NULL ) ON [PRIMARY]

GO

USE [earnaclickC] GO

/****** Object: Table [dbo].[receivervalidation] Script Date: 07/26/2015 12:40:10 ******/ SET ANSI_NULLS ON GO

SET QUOTED_IDENTIFIER ON GO

CREATE TABLE [dbo].[receivervalidation]( [Id] [int] IDENTITY(1,1) NOT NULL, [clickdatetime] datetime2 NOT NULL, [userid] [int] NOT NULL, [code] nvarchar NOT NULL ) ON [PRIMARY]

GO

USE [earnaclickC] GO

/****** Object: Table [dbo].[userinformation] Script Date: 07/26/2015 12:41:55 ******/ SET ANSI_NULLS ON GO

SET QUOTED_IDENTIFIER ON GO

CREATE TABLE [dbo].[userinformation]( [Id] [int] IDENTITY(1,1) NOT NULL, [paymentdatetime] datetime2 NULL, [userid] [int] NOT NULL, [usertype] nvarchar NOT NULL ) ON [PRIMARY]

GO

About

Mojoportal VB plugin enabling click swapping for web traffic generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors