Web UI:
Web UI:
TrialMaker includes a sample C# demo project that will help you easily get started.
Once you have the library, first ensure you import the library’s core namespaces in your project:
using WK.Libraries.TrialMakerNS;
using WK.Libraries.TrialMakerNS.Models;
...then instantiate the main class and add the following code:
var tm = new TrialMaker();
// Add your product's information.
tm.ProductInfo = new ProductInfo()
{
ID = "#MyVeryUniqueProductID#" // A unique product ID string.
Name = "My App", // Your product's name.
Owner = "My Company", // Your company or alias name.
TotalDays = 30, // How many trial days?
PurchasePage = "https://myapp.com/purchase" // Your product's purchase page (optional).
};
// This validates an existing license or creates a new one.
License lic = tm.Validate();
if (lic.Status == LicenseStatus.Active)
{
if (lic.Type == LicenseTypes.FreeTrial)
{
// Free trial license.
}
else if (lic.Type == LicenseTypes.Premium)
{
// Premium license.
}
}
else if (lic.Status == LicenseStatus.Expired)
{
// The license has expired.
}
else if (lic.Status == LicenseStatus.Invalid)
{
// The installed license is invalid.
// Use 'ValidationErrors' property to determine which errors were captured.
// You can choose to exit your application to prevent usage.
}
Simple! That’s just about it for the basic implementation of licensing in your apps. There are tons of other features as described in the Features section and demo preview.
More information is provided in the documentation.
Below are the minimum requirements for using the library:
We have ensured we provide the easiest setups possible when licensing your applications. Once purchased, kindly see the demo attached for a guided process. You can also refer to the complete Documentation for more information.
Have any questions, issues, or doubts? Feel free to reach out via the comments section or email for direct consultations: wilskym[at]live[dot]com.
]]>TrialMaker includes a sample C# demo project that will help you easily get started.
Once you have the library, first ensure you import the library’s core namespaces in your project:
using WK.Libraries.TrialMakerNS;
using WK.Libraries.TrialMakerNS.Models;
...then instantiate the main class and add the following code:
var tm = new TrialMaker();
// Add your product's information.
tm.ProductInfo = new ProductInfo()
{
ID = "#MyVeryUniqueProductID#" // A unique product ID string.
Name = "My App", // Your product's name.
Owner = "My Company", // Your company or alias name.
TotalDays = 30, // How many trial days?
PurchasePage = "https://myapp.com/purchase" // Your product's purchase page (optional).
};
// This validates an existing license or creates a new one.
License lic = tm.Validate();
if (lic.Status == LicenseStatus.Active)
{
if (lic.Type == LicenseTypes.FreeTrial)
{
// Free trial license.
}
else if (lic.Type == LicenseTypes.Premium)
{
// Premium license.
}
}
else if (lic.Status == LicenseStatus.Expired)
{
// The license has expired.
}
else if (lic.Status == LicenseStatus.Invalid)
{
// The installed license is invalid.
// Use 'ValidationErrors' property to determine which errors were captured.
// You can choose to exit your application to prevent usage.
}
Simple! That’s just about it for the basic implementation of licensing in your apps. There are tons of other features as described in the Features section and demo preview.
More information is provided in the documentation.
Below are the minimum requirements for using the library:
We have ensured we provide the easiest setups possible when licensing your applications. Once purchased, kindly see the demo attached for a guided process. You can also refer to the complete Documentation for more information.
Have any questions, issues, or doubts? Feel free to reach out via the comments section or email for direct consultations: wilskym[at]live[dot]com.
]]>Project Management System Process flow
There are three types of User : 1) Super Admin 2) Admin 3) Developer
Super Admin: Super Admin Has Access to All projects Project Owner: Has Access to Project Access created by him Developer Has Access to Project assign to him by Super Admin or Project Admin
Admin portal access: http://103.51.217.4:3391/admin
UserId:admin@demosite.com Password: Admin@12345
Member Portal access: http://103.51.217.4:3391/
Username: developer1@demosite.com pass: Developer1@12345
Username: developer2@demosite.com pass: Developer2@12345
Username: designer@demosite.com pass: Designer@12345
Major Features
Efficient Dashboard
Get an overview of the total number of projects, tasks, bugs, and members. A visual representation of task overview and project status can help you estimate the progress on each task. Lastly, you can check the top due task.
Multi projects
Create multiple different projects. You can create an individual project or give access to projects inviting other users. You can also make other users project admin
Project management
Initiates any project by letting you easily document a launch, plan project tasks and activities, and assign tasks to members of the project team Monitors how and when project team members carry out the assigned tasks Shows the current status of all project tasks (assign /Unassign, Completed /InCompleted) and the responsible persons for each task
Projects Tools
View all Projects Details in Dashboard. Shows the total numbers of tasks and bugs and how many completed it is in the project. Shows the number of assigned developers to their project.
Add New Project by Admin
Create a New Project on click Add New Project Button. Here add the Project details like ProjectName, Project Icon, Description, and Add one or more project team member email id. Created project to Invite the Project Leader or project member.
The display created project tasks of different status wise. there are many statuses is defined as below
To-do List Assign the To-do list UnAssign To-do list Completed To-do list InCompleted To-do list Task To-dos Bug To-dos Finish To-dos
Filter the project task and bug as a priority(there are three types of priority High, Medium and Low) based on.
To-do List : Add to-dos in task_List by the Project Admin, Project team leader There are two types of To-dos: 1)Task 2) Bug To-dos assigned to the Project team or developer. Set High, Medium, and Low priority of task and date assigned task against sending a comment with attach file and document to the assigned developer
Assign the To-do list : Display the To-do list which was assigned to the team member or developer
UnAssign To-do list : Display the created To-do list which was not assigned to the project team member or any other developer.
Completed To-do list : Display the Completed task Details which was completed by the developer Update the to-dos task status by the assigned developer after the task completed
InCompleted To-do list : Display the InCompleted To-dos list which was assigned to the developer.
Bug To-dos : Display the all Bugs list of the project which status was Assigned, Unassigned, Completed, and Incompleted
Finish To-dos Display the all Finish to-dos list .when a project task or bug was created and it’s assigned to the developer, completed by the developer after they update the finish to-dos status in the system of to-dos.
File Attachment
Every project has its documentation or some other file attachment like a flowchart, process flow, etc,... Here created projects have facilities to attach and store some documents related to that project.
Calendar View
It gives one of the best facilities of the calendar view for project planning. Calendars provide a high-level view of scheduled tasks by day, week, month, and year. Having a sharable task and time management calendar allows the project Admin to view project plans for not only one team, but for other teams as well.
Progress What has been happening in projects it’s defined in the Progress report.
Archived Projects Display the Archived all the projects.
Display all project details
Support Email :
Project Setup Documentation
https://sites.google.com/view/pms-setup-guide/homeProject Management System Process flow
There are three types of User : 1) Super Admin 2) Admin 3) Developer
Super Admin: Super Admin Has Access to All projects Project Owner: Has Access to Project Access created by him Developer Has Access to Project assign to him by Super Admin or Project Admin
Admin portal access: http://103.51.217.4:3391/admin
UserId:admin@demosite.com Password: Admin@12345
Member Portal access: http://103.51.217.4:3391/
Username: developer1@demosite.com pass: Developer1@12345
Username: developer2@demosite.com pass: Developer2@12345
Username: designer@demosite.com pass: Designer@12345
Major Features
Efficient Dashboard
Get an overview of the total number of projects, tasks, bugs, and members. A visual representation of task overview and project status can help you estimate the progress on each task. Lastly, you can check the top due task.
Multi projects
Create multiple different projects. You can create an individual project or give access to projects inviting other users. You can also make other users project admin
Project management
Initiates any project by letting you easily document a launch, plan project tasks and activities, and assign tasks to members of the project team Monitors how and when project team members carry out the assigned tasks Shows the current status of all project tasks (assign /Unassign, Completed /InCompleted) and the responsible persons for each task
Projects Tools
View all Projects Details in Dashboard. Shows the total numbers of tasks and bugs and how many completed it is in the project. Shows the number of assigned developers to their project.
Add New Project by Admin
Create a New Project on click Add New Project Button. Here add the Project details like ProjectName, Project Icon, Description, and Add one or more project team member email id. Created project to Invite the Project Leader or project member.
The display created project tasks of different status wise. there are many statuses is defined as below
To-do List Assign the To-do list UnAssign To-do list Completed To-do list InCompleted To-do list Task To-dos Bug To-dos Finish To-dos
Filter the project task and bug as a priority(there are three types of priority High, Medium and Low) based on.
To-do List : Add to-dos in task_List by the Project Admin, Project team leader There are two types of To-dos: 1)Task 2) Bug To-dos assigned to the Project team or developer. Set High, Medium, and Low priority of task and date assigned task against sending a comment with attach file and document to the assigned developer
Assign the To-do list : Display the To-do list which was assigned to the team member or developer
UnAssign To-do list : Display the created To-do list which was not assigned to the project team member or any other developer.
Completed To-do list : Display the Completed task Details which was completed by the developer Update the to-dos task status by the assigned developer after the task completed
InCompleted To-do list : Display the InCompleted To-dos list which was assigned to the developer.
Bug To-dos : Display the all Bugs list of the project which status was Assigned, Unassigned, Completed, and Incompleted
Finish To-dos Display the all Finish to-dos list .when a project task or bug was created and it’s assigned to the developer, completed by the developer after they update the finish to-dos status in the system of to-dos.
File Attachment
Every project has its documentation or some other file attachment like a flowchart, process flow, etc,... Here created projects have facilities to attach and store some documents related to that project.
Calendar View
It gives one of the best facilities of the calendar view for project planning. Calendars provide a high-level view of scheduled tasks by day, week, month, and year. Having a sharable task and time management calendar allows the project Admin to view project plans for not only one team, but for other teams as well.
Progress What has been happening in projects it’s defined in the Progress report.
Archived Projects Display the Archived all the projects.
Display all project details
Support Email :
Project Setup Documentation
https://sites.google.com/view/pms-setup-guide/homeAdvantages Of This Project.
Modules & Features
Code Quality
System Requirement.
Installation Steps
Uid: admin@admin.com
Pwd: admin123
Watch Video Demo
https://www.youtube.com/watch?v=mU63z5LQCkw&t=94s
Contact Us on WhatsApp: 9501390257
]]>Advantages Of This Project.
Modules & Features
Code Quality
System Requirement.
Installation Steps
Uid: admin@admin.com
Pwd: admin123
Watch Video Demo
https://www.youtube.com/watch?v=mU63z5LQCkw&t=94s
Contact Us on WhatsApp: 9501390257
]]>
This project is built in .net core which contains full API solution example that uses infrastructure implementation for caching of data on Redis on-premise server or on the cloud for scalable and large-scale enterprise solutions.
This redis cache infrastructure supports plug-and-play with any .net project to achieve the best performance out of the software application.
In addition to caching infra, this project also serves as a simplified starter template that contains layers, abstraction, dependency injection and swagger documentation.
For more info or any question, please don’t hesitate to contact me at: devgeek1989@gmail.com
]]>
This project is built in .net core which contains full API solution example that uses infrastructure implementation for caching of data on Redis on-premise server or on the cloud for scalable and large-scale enterprise solutions.
This redis cache infrastructure supports plug-and-play with any .net project to achieve the best performance out of the software application.
In addition to caching infra, this project also serves as a simplified starter template that contains layers, abstraction, dependency injection and swagger documentation.
For more info or any question, please don’t hesitate to contact me at: devgeek1989@gmail.com
]]>
Device Info is a web browser security testing, privacy testing, and troubleshooting tool. This is a simple and powerful web application that gives you complete information about your computer or mobile device with advanced user interfaces. Device Info includes information about CPU, RAM, OS, Sensors, Storage, Battery, Bluetooth, Display, Camera, etc. This application helps you to know what kind of system you’re using. Technical information about your system, including your web browser name & version, operating system & IP Address.
Click here to watch the video
Device Info is a web browser security testing, privacy testing, and troubleshooting tool. This is a simple and powerful web application that gives you complete information about your computer or mobile device with advanced user interfaces. Device Info includes information about CPU, RAM, OS, Sensors, Storage, Battery, Bluetooth, Display, Camera, etc. This application helps you to know what kind of system you’re using. Technical information about your system, including your web browser name & version, operating system & IP Address.
Click here to watch the video
+ Initial release: 26 September, 2020 V : 1.0.0.0]]>
+ Initial release: 26 September, 2020 V : 1.0.0.0]]>
Files Included: .cs, .Designer.cs, .resx, .xsd , Crystal Report and .SQL script files with well Documentation
School ERP System is a complete solution for a school handling regular management work. By going through the flow of application one can easily maintain its student detail, fees detail, fee collection, employee detail, scholarship details, payroll management, library management, hostel management and transportation management, events management with advance record search.
Microsoft.NET Framework 4.0
SQL Server 2008
Crystal Report
up to Windows xp , 7 , 8, 8.1 and 10 (Support all windows version)
admin/admin
esofttech70@gmail.com
Response time is
Monday to Friday
12:30 PM to 8:30 PM
Extended License: Teamviewer OR anydesk (Remote) Support ,if need and multi purpose use
Regular License: Email Support , Single license single use
Files Included: .cs, .Designer.cs, .resx, .xsd , Crystal Report and .SQL script files with well Documentation
School ERP System is a complete solution for a school handling regular management work. By going through the flow of application one can easily maintain its student detail, fees detail, fee collection, employee detail, scholarship details, payroll management, library management, hostel management and transportation management, events management with advance record search.
Microsoft.NET Framework 4.0
SQL Server 2008
Crystal Report
up to Windows xp , 7 , 8, 8.1 and 10 (Support all windows version)
admin/admin
esofttech70@gmail.com
Response time is
Monday to Friday
12:30 PM to 8:30 PM
Extended License: Teamviewer OR anydesk (Remote) Support ,if need and multi purpose use
Regular License: Email Support , Single license single use
Advantages Of This Project.
Modules & Features
System Requirement.
Installation Steps
Thanks.
Contact Us on WhatsApp: 9988811911
]]>Advantages Of This Project.
Modules & Features
System Requirement.
Installation Steps
Thanks.
Contact Us on WhatsApp: 9988811911
]]>This Portal help You in Start Admission Online for Your School Admission, Institute Admission, College Admission. in this Script we Give You Admission form, Admin Panel. You Can Easily Start Admission with this Form. This Script Admission form is Fully Customise. You Can Change School Name, Logo, Helpline Number, Admission Panel and Many things from Admin Side. Also We use Stored Procedure Security System in this Script. So You Have Full Security from Your Admin Side and Student Admission form. This Script is Fully Secure for Online admission and Also When Student Submit Admission/Registration form Successfully So Student Received a Receipt as a Admission form Submit Proof by Student Side. Also You View any Submitted form Full Details in Admin Side and Approve/Decline Student.
(Update 11 November 2020)
- Added SMS Gateway - Added Mail Setting - Admission Manager Login - Admission Form Redesigned - Added Registration Page - Multi Admin Support - Bug Fixes
(Update 18 September 2020)
Initial Release]]>
This Portal help You in Start Admission Online for Your School Admission, Institute Admission, College Admission. in this Script we Give You Admission form, Admin Panel. You Can Easily Start Admission with this Form. This Script Admission form is Fully Customise. You Can Change School Name, Logo, Helpline Number, Admission Panel and Many things from Admin Side. Also We use Stored Procedure Security System in this Script. So You Have Full Security from Your Admin Side and Student Admission form. This Script is Fully Secure for Online admission and Also When Student Submit Admission/Registration form Successfully So Student Received a Receipt as a Admission form Submit Proof by Student Side. Also You View any Submitted form Full Details in Admin Side and Approve/Decline Student.
(Update 11 November 2020)
- Added SMS Gateway - Added Mail Setting - Admission Manager Login - Admission Form Redesigned - Added Registration Page - Multi Admin Support - Bug Fixes
(Update 18 September 2020)
Initial Release]]>
What is GENY INSTAGRAM BOT
Nowadays every Successful Business & Individuals Understands the power of Social Media Marketing.
and they know the important role of Instagram in Social Media Marketing. but engaging Instagram users by Likes, Comments & the
following isn’t an easy task. they often need to hire a Social Media Expert team for this particular task and it
consumes a lot of time & effort.
See product video at https://www.youtube.com/watch?v=w3ZysPNw2nE&t=6s&ab_channel=GnsCode
//V 1.0.0
1. Upload Unlimited Posts At Short Time With One Click
2. Use unlimited Accounts
3. Export Excel Layout
4. Import Excel Layout
5. Status Of Posts(Uploaded / Not Uploaded)
6. 9$ For the First 20 buyers
7. Delay Feature
See https://www.youtube.com/watch?v=w3ZysPNw2nE&t=6s&ab_channel=GnsCode
Source code is included with The Extended License
Extended License Just For 40$ for the first 10 buyers
For white-label or Reselling options, please contact us
Contact Us
If you need assistance please contact us so we can help you in the best way, thanks!
This tool is not affiliated with any brand or website. Buyer must use the software responsibly and adhere to the website terms or usage policy (or whatever applicable). This tool automates a natural human’s behaviour to save his/her time in manually Posts Upload …. and we do not take responsibility on how the buyer uses this software.
Note: This software Support only English language : Your Instagram Language must be in English
Note: This is not a spamming tool if you got blocked we won’t be responsible for this.
- V 1.0 First Release]]>
What is GENY INSTAGRAM BOT
Nowadays every Successful Business & Individuals Understands the power of Social Media Marketing.
and they know the important role of Instagram in Social Media Marketing. but engaging Instagram users by Likes, Comments & the
following isn’t an easy task. they often need to hire a Social Media Expert team for this particular task and it
consumes a lot of time & effort.
See product video at https://www.youtube.com/watch?v=w3ZysPNw2nE&t=6s&ab_channel=GnsCode
//V 1.0.0
1. Upload Unlimited Posts At Short Time With One Click
2. Use unlimited Accounts
3. Export Excel Layout
4. Import Excel Layout
5. Status Of Posts(Uploaded / Not Uploaded)
6. 9$ For the First 20 buyers
7. Delay Feature
See https://www.youtube.com/watch?v=w3ZysPNw2nE&t=6s&ab_channel=GnsCode
Source code is included with The Extended License
Extended License Just For 40$ for the first 10 buyers
For white-label or Reselling options, please contact us
Contact Us
If you need assistance please contact us so we can help you in the best way, thanks!
This tool is not affiliated with any brand or website. Buyer must use the software responsibly and adhere to the website terms or usage policy (or whatever applicable). This tool automates a natural human’s behaviour to save his/her time in manually Posts Upload …. and we do not take responsibility on how the buyer uses this software.
Note: This software Support only English language : Your Instagram Language must be in English
Note: This is not a spamming tool if you got blocked we won’t be responsible for this.
- V 1.0 First Release]]>
HRMS will make it easy for your HR team to start managing your HR effectively and efficiently. HRMS is an indispensable tool not just for HR but for the entire company.
HRMS module is a centralized archive for extracting, updating, and processing employee information and data. The software allows management to oversee the complete lifecycle of an employee’s journey from onboarding to exit. HRMS offers a wide array of functions to support the management and tracking of employees, including benefits, audit trails, and generation of HR documents. HRMS will make it easy for your HR team to start managing your HR effectively and efficiently.
Important:
If demo, “Live Preview”, is not loading for you – then please click the “remove frame” button from the top right corner.
Demo Link: http://mhdeveloper-001-site1.itempurl.com/
Super Admin Demo Credential:
HR Demo Credential:
Employee Demo Credential:
Source code is not included with any of the license variants.
Full Documentation is included for the buyer
All the support related issue should be emailed directly to murtaza.ae@gmail.com
Free Support is available from 8:00 AM – 6:00 PM (GMT+4), Monday – Saturday.
If you are having any difficulty in understanding the product or you have any questions, We encourage you to contact us. Email us at murtaza.ae@gmail.com for a fast response.
TeamViewer (Remote) Support is also available – if need
We will be glad to help you!
]]>HRMS will make it easy for your HR team to start managing your HR effectively and efficiently. HRMS is an indispensable tool not just for HR but for the entire company.
HRMS module is a centralized archive for extracting, updating, and processing employee information and data. The software allows management to oversee the complete lifecycle of an employee’s journey from onboarding to exit. HRMS offers a wide array of functions to support the management and tracking of employees, including benefits, audit trails, and generation of HR documents. HRMS will make it easy for your HR team to start managing your HR effectively and efficiently.
Important:
If demo, “Live Preview”, is not loading for you – then please click the “remove frame” button from the top right corner.
Demo Link: http://mhdeveloper-001-site1.itempurl.com/
Super Admin Demo Credential:
HR Demo Credential:
Employee Demo Credential:
Source code is not included with any of the license variants.
Full Documentation is included for the buyer
All the support related issue should be emailed directly to murtaza.ae@gmail.com
Free Support is available from 8:00 AM – 6:00 PM (GMT+4), Monday – Saturday.
If you are having any difficulty in understanding the product or you have any questions, We encourage you to contact us. Email us at murtaza.ae@gmail.com for a fast response.
TeamViewer (Remote) Support is also available – if need
We will be glad to help you!
]]>Version v1.0
Introduction
Complete integration with zoom meeting application with saving log data and meetings in database, so you can easily add this amazing feature to your application.
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Framework: .Net Core 3.1
Features :
Quick Start Guide
How to Generate Database Tables
How to configure Zoom Api
Enter Zoom APi Developer URL https://marketplace.zoom.us/develop/create and in JWT Section click [Create] , complete the data and copy ApiKey and ApiSecret and past them in appsetting.json file in project [ZoomIntegration.Web] , also write your email in appsetting.json file
Json object will be like this :-
“ZoomConfig”: {
“HostEmail”: “write your email here”,
“ApiKey”: “write your api key here”,
“ApiSecret”: “write your api secret here”
}
How To Use
Version v1.0
Introduction
Complete integration with zoom meeting application with saving log data and meetings in database, so you can easily add this amazing feature to your application.
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Framework: .Net Core 3.1
Features :
Quick Start Guide
How to Generate Database Tables
How to configure Zoom Api
Enter Zoom APi Developer URL https://marketplace.zoom.us/develop/create and in JWT Section click [Create] , complete the data and copy ApiKey and ApiSecret and past them in appsetting.json file in project [ZoomIntegration.Web] , also write your email in appsetting.json file
Json object will be like this :-
“ZoomConfig”: {
“HostEmail”: “write your email here”,
“ApiKey”: “write your api key here”,
“ApiSecret”: “write your api secret here”
}
How To Use
Note: Admin can delete and update the invoices and product Users can not have access to delete or update any invoices. To avoid corruption we have created two modules admin and user panel.
]]>Note: Admin can delete and update the invoices and product Users can not have access to delete or update any invoices. To avoid corruption we have created two modules admin and user panel.
]]>This script is specially designed for women where they can come together to barter their wisdom, talents, and skills. No matter what you are – an herbalist, a graphic designer, a life coach, a nutritionist, stay at home, or shaman. You have something to exchange. Ask for what you need, or offer what you have to share, and sit back and watch how our world expands as we connect to one another and lift each other up. This is a platform that helps the peoples to find talent for their projects and its also provide a way to help the peoples in their works. The service facilitates meetings between employers and freelancers who can aid them in brand building or their marketing efforts, providing them with access to a vast pool of highly-qualified freelancers. Female Freelance is just the right platform that an employer on the hunt for a freelancer needs. You can find just about any product or service you need. The system works by hosting freelancers by having them post their services and work samples. Buyers simply have to look up the best one that would suit their needs. Common services include logo design, contract writing, code debugging, business card designs and even hiring a virtual assistant. Do you want to manage and control your very own freelance marketplace empire? A place whereby users in need of certain services can go on and instantly find other users providing those services at very affordable rates? Well, if your answer is yes, then this script is very ideal for you. With the right marketing and planning, this script can equip you to have the best freelance marketplace in the world.
This script has almost all the features of www.simbi.com and you can consider this script as a clone.
User/Password for Login
Username: admin@domain.com
Password: abc123
This script is specially designed for women where they can come together to barter their wisdom, talents, and skills. No matter what you are – an herbalist, a graphic designer, a life coach, a nutritionist, stay at home, or shaman. You have something to exchange. Ask for what you need, or offer what you have to share, and sit back and watch how our world expands as we connect to one another and lift each other up. This is a platform that helps the peoples to find talent for their projects and its also provide a way to help the peoples in their works. The service facilitates meetings between employers and freelancers who can aid them in brand building or their marketing efforts, providing them with access to a vast pool of highly-qualified freelancers. Female Freelance is just the right platform that an employer on the hunt for a freelancer needs. You can find just about any product or service you need. The system works by hosting freelancers by having them post their services and work samples. Buyers simply have to look up the best one that would suit their needs. Common services include logo design, contract writing, code debugging, business card designs and even hiring a virtual assistant. Do you want to manage and control your very own freelance marketplace empire? A place whereby users in need of certain services can go on and instantly find other users providing those services at very affordable rates? Well, if your answer is yes, then this script is very ideal for you. With the right marketing and planning, this script can equip you to have the best freelance marketplace in the world.
This script has almost all the features of www.simbi.com and you can consider this script as a clone.
User/Password for Login
Username: admin@domain.com
Password: abc123
Version v1.0
Demo URL : http://ecommercedemo.smartsoftwarelab.com
Credentials
Introduction
Ecommerce & Accounting is a combination between [POS& Accounting system] and Ecommerce module to make admin able to add unlimited products, categories, units, suppliers, customers and cashiers and create (sales – purchases – return sales –return purchases) invoices with taxes and discounts and print invoices, and he can create [Journals – Accounts Tree] . also you can add unlimited companies because the system is mulitenant. Admin can create cashier user , cashier user can only create sales invoices , after adding all products data you can display all products on you own ecommerce website and receive purchasing orders .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Ecommerce & Accounting System has Three default roles [Admin , CompanyAdmin – Cashier – WebsiteClient] , and you can add unlimited roles .
Framework: .Net Core 3.1
Ecommerce Template License :
This Template is licensed under the MIT License © Roman Chekurov
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Features :
Quick Start Guide
How to Generate Database Tables
Credentials
]]>
Version v1.0
Demo URL : http://ecommercedemo.smartsoftwarelab.com
Credentials
Introduction
Ecommerce & Accounting is a combination between [POS& Accounting system] and Ecommerce module to make admin able to add unlimited products, categories, units, suppliers, customers and cashiers and create (sales – purchases – return sales –return purchases) invoices with taxes and discounts and print invoices, and he can create [Journals – Accounts Tree] . also you can add unlimited companies because the system is mulitenant. Admin can create cashier user , cashier user can only create sales invoices , after adding all products data you can display all products on you own ecommerce website and receive purchasing orders .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Ecommerce & Accounting System has Three default roles [Admin , CompanyAdmin – Cashier – WebsiteClient] , and you can add unlimited roles .
Framework: .Net Core 3.1
Ecommerce Template License :
This Template is licensed under the MIT License © Roman Chekurov
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Features :
Quick Start Guide
How to Generate Database Tables
Credentials
]]>
If you still need any kind of help, then please mail us (The support mail address has been added in the documentation file). We are always there to help you out.
Demo: http://cricket.demoapp.tech User id : Demo1234 Password: 123456
Admin : User id : Admin123 Password : Admin@123
New cricket bet predict site now avalable http://new.demoapp.techFor login Admin: Admin123 password: 1234
If want to know more contact me in whatsapp https://wa.me/919663000773]]>If you still need any kind of help, then please mail us (The support mail address has been added in the documentation file). We are always there to help you out.
Demo: http://cricket.demoapp.tech User id : Demo1234 Password: 123456
Admin : User id : Admin123 Password : Admin@123
New cricket bet predict site now avalable http://new.demoapp.techFor login Admin: Admin123 password: 1234
If want to know more contact me in whatsapp https://wa.me/919663000773]]>MongoSHOP is build ASP.NET CORE 3.1.3 and MongoDB , so its platform independ , very lightweight and very scalable .
Full Source Code ASP.NET CORE 3.1.3 C# and MongoDB
Live-Demo:
Frontend: https://codemonkeybd.com/mongoshop
Admin Login: https://codemonkeybd.com/mongoshop/admin/
Admin Username: admin
Password: 123456
User: user
Password: 123456
Exclusive Layouts
Easy to use
User-friendly Interface
Easy Installation
Fully responsive
Admin Dashboard
Clean and Comment based Coding
Important Dashboard Statistics
Forget Password Option
Product Search in Header
Customer Rating System
Customer Profile Update
Customer Billing and Shipping Information Update
Message to Customer after Payment
PayPal Payment System
Cash On Delivery Payment System
3 Level (Top Level, Mid Level and End Level) Product Categories
Showing New and Old Price Below Product
SEO meta data setup for each post, page and categoryAdmin Dashboard
Cross Browser Compatible
Wish list
Dynamic Filters
Product Comment System
Product Review & rating System
Dynamic Footer
Bootstrap Framework
MongoSHOP is build ASP.NET CORE 3.1.3 and MongoDB , so its platform independ , very lightweight and very scalable .
Full Source Code ASP.NET CORE 3.1.3 C# and MongoDB
Live-Demo:
Frontend: https://codemonkeybd.com/mongoshop
Admin Login: https://codemonkeybd.com/mongoshop/admin/
Admin Username: admin
Password: 123456
User: user
Password: 123456
Exclusive Layouts
Easy to use
User-friendly Interface
Easy Installation
Fully responsive
Admin Dashboard
Clean and Comment based Coding
Important Dashboard Statistics
Forget Password Option
Product Search in Header
Customer Rating System
Customer Profile Update
Customer Billing and Shipping Information Update
Message to Customer after Payment
PayPal Payment System
Cash On Delivery Payment System
3 Level (Top Level, Mid Level and End Level) Product Categories
Showing New and Old Price Below Product
SEO meta data setup for each post, page and categoryAdmin Dashboard
Cross Browser Compatible
Wish list
Dynamic Filters
Product Comment System
Product Review & rating System
Dynamic Footer
Bootstrap Framework
Features Of Application
Multilingual= English, Arabic
Modules are below
System Requirement.
]]>Features Of Application
Multilingual= English, Arabic
Modules are below
System Requirement.
]]>Advantages Of This Project.
Modules & Features
System Requirement.
Installation Steps
Live Demo
Ui - http://youmgmt.simaxsys.com/
Admin - http://youmgmt.simaxsys.com/mychanneladmin/home
Username: Admin
Password: Admin
Contact Us on WhatsApp: 9501390257
Thanks.
]]>Advantages Of This Project.
Modules & Features
System Requirement.
Installation Steps
Live Demo
Ui - http://youmgmt.simaxsys.com/
Admin - http://youmgmt.simaxsys.com/mychanneladmin/home
Username: Admin
Password: Admin
Contact Us on WhatsApp: 9501390257
Thanks.
]]>See the demo online from here
http://xkiakkiadm-002-site1.atempurl.com/Simply like youtube and udemy
Modules and features
-User registration with email confirmation
-Secure login – full managed
-User Profile – full control
-Create unlimited playlists
-Upload unlimited videos
-Upload unlimited documents in your playlists
-Private Chanel feature
-Public Chanel feature
-Video player – full features
-video streaming
-videos from Youtube and Vimeo are supported
-Users can subscribe and report any Chanel
-Notification is available
-Multiple language support
-Email settings
-Responsive Design
-.Net Core (MVC)
-C#
-Entity framework
-SQL
- HTML
-CSS
-jQuery
the code is yours, and you can edit it if you want
]]>See the demo online from here
http://xkiakkiadm-002-site1.atempurl.com/Simply like youtube and udemy
Modules and features
-User registration with email confirmation
-Secure login – full managed
-User Profile – full control
-Create unlimited playlists
-Upload unlimited videos
-Upload unlimited documents in your playlists
-Private Chanel feature
-Public Chanel feature
-Video player – full features
-video streaming
-videos from Youtube and Vimeo are supported
-Users can subscribe and report any Chanel
-Notification is available
-Multiple language support
-Email settings
-Responsive Design
-.Net Core (MVC)
-C#
-Entity framework
-SQL
- HTML
-CSS
-jQuery
the code is yours, and you can edit it if you want
]]>Role: Username / Password Admin: admin@example.com / 12345
+ January 7, 2021 What's new in version 1.2.1.1? New : Change password New : The Person's Name show on the dashboard. New : Operator name on the food sales receipts. + Initial release: 25 August, 2020 V : 1.1.0]]>
Role: Username / Password Admin: admin@example.com / 12345
+ January 7, 2021 What's new in version 1.2.1.1? New : Change password New : The Person's Name show on the dashboard. New : Operator name on the food sales receipts. + Initial release: 25 August, 2020 V : 1.1.0]]>
You have the ability to add and edit devices like a Raspberry PI or Arduino. You can specify an IP and port for each device.
Each device has functions. The simplest function is the ON/OFF function, for example to switch a GPIO pin to high or low – perfect for lighting control.
But you can also add advanced functions like RGB control. Our web interface then offers you a color picker to change the RGB lighting.
Often you want to be able to not only “control” but also read off. With sensors there is often the problem that you have to manipulate values and change them to the desired output. You can directly enter your Python code in the web application, which reads and changes the values and thus remains 100% flexible.
Every network device is basically also a server. To give you an easy start on how to program such a server, we have developed a template for the Raspberry Pi in Python, which may need to be adapted.
With ASP.NET Core and the fast SQLite database the server is platform independent, reliable, responsive and fast.
]]>You have the ability to add and edit devices like a Raspberry PI or Arduino. You can specify an IP and port for each device.
Each device has functions. The simplest function is the ON/OFF function, for example to switch a GPIO pin to high or low – perfect for lighting control.
But you can also add advanced functions like RGB control. Our web interface then offers you a color picker to change the RGB lighting.
Often you want to be able to not only “control” but also read off. With sensors there is often the problem that you have to manipulate values and change them to the desired output. You can directly enter your Python code in the web application, which reads and changes the values and thus remains 100% flexible.
Every network device is basically also a server. To give you an easy start on how to program such a server, we have developed a template for the Raspberry Pi in Python, which may need to be adapted.
With ASP.NET Core and the fast SQLite database the server is platform independent, reliable, responsive and fast.
]]>
What You will get
Your Item purchase does not include: 1. Customization services 2. Installation services
We are not available on Saturday and Sunday so we will not be able
to answer your inquiry related to product and support.
Note: Due to Covid-19
Situation, we do have very limited support. There may be delay in response or
answering your questions. The average response time will be 48 to 72 hours to
answer your questions.
Note: Before purchase please check documentation. Related to Document if you have any question please contact on info@eatanceapp.com. Our support team will share the documentation and please make sure if you are okay with documentation then you purchase the product.
Note: All Images that use in products are for demonstration purposes only. However, the person purchasing the application need to replace the demo with their own images.All images are under copyright@eatanceapp.com..
]]>
What You will get
Your Item purchase does not include: 1. Customization services 2. Installation services
We are not available on Saturday and Sunday so we will not be able
to answer your inquiry related to product and support.
Note: Due to Covid-19
Situation, we do have very limited support. There may be delay in response or
answering your questions. The average response time will be 48 to 72 hours to
answer your questions.
Note: Before purchase please check documentation. Related to Document if you have any question please contact on info@eatanceapp.com. Our support team will share the documentation and please make sure if you are okay with documentation then you purchase the product.
Note: All Images that use in products are for demonstration purposes only. However, the person purchasing the application need to replace the demo with their own images.All images are under copyright@eatanceapp.com..
]]>Version v1.0
Introduction
Smart Invoice make admin able to add unlimited products and customers and create sales invoices with taxes and discounts and print invoices . also you can add unlimited companies .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Smart Invoice System has Two default roles [Admin , CompanyAdmin] , and you can add unlimited roles .
Framework: .Net Core 3.1
Features :
Quick Start Guide
How to Generate Database Tables
Credentials
]]>
Version v1.0
Introduction
Smart Invoice make admin able to add unlimited products and customers and create sales invoices with taxes and discounts and print invoices . also you can add unlimited companies .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Smart Invoice System has Two default roles [Admin , CompanyAdmin] , and you can add unlimited roles .
Framework: .Net Core 3.1
Features :
Quick Start Guide
How to Generate Database Tables
Credentials
]]>
Professional service provider freelance marketplace using Asp dot net, SQL server, Bootstrap. It is tested and ready to use marketplace business model.
Unlimited Services/Categories:
Admin can setup unlimited services/categories from admin.
Customzied Question for each service/categories:
Admin can setup customized questions for each services/categories.
Advance Search Engine:
search engine through Google API to search locals within area.
Lead Notifications to seller:
Service provider received relevant and specific leads in their panel.
Customer Post Job:
Customer can post their requirement to received multiple leads from professionals.
Create new database on your hosting and run serviceprovider.sql file. Create database user and assign dbo rights to the user.
Front Panel
www.yourdomainname.com
Admin panel
admin.yourdomain.com
adminid: admin
pas: software
Please free to contact, I will setup your server
]]>Professional service provider freelance marketplace using Asp dot net, SQL server, Bootstrap. It is tested and ready to use marketplace business model.
Unlimited Services/Categories:
Admin can setup unlimited services/categories from admin.
Customzied Question for each service/categories:
Admin can setup customized questions for each services/categories.
Advance Search Engine:
search engine through Google API to search locals within area.
Lead Notifications to seller:
Service provider received relevant and specific leads in their panel.
Customer Post Job:
Customer can post their requirement to received multiple leads from professionals.
Create new database on your hosting and run serviceprovider.sql file. Create database user and assign dbo rights to the user.
Front Panel
www.yourdomainname.com
Admin panel
admin.yourdomain.com
adminid: admin
pas: software
Please free to contact, I will setup your server
]]>Property Multi Agent responsive marketplace developed using Asp dot net, SQL server, Bootstrap. It is tested and ready to use for your Real Estate Business .
Create new database on your hosting and run Multivendor_property.sql file. Create database user and assign dbo rights to the user.
Front Panel
www.yourdomainname.com
Agent panel
vendor.yourdomain.com
Admin panel
admin.yourdomain.com
adminid: admin
pas: software
Please free to contact, I will setup your server
]]>Property Multi Agent responsive marketplace developed using Asp dot net, SQL server, Bootstrap. It is tested and ready to use for your Real Estate Business .
Create new database on your hosting and run Multivendor_property.sql file. Create database user and assign dbo rights to the user.
Front Panel
www.yourdomainname.com
Agent panel
vendor.yourdomain.com
Admin panel
admin.yourdomain.com
adminid: admin
pas: software
Please free to contact, I will setup your server
]]>Online Auction bidding website platform using Asp dot net, SQL server, Bootstrap. It is tested and ready to use for your auction ecommerce store.
Any product can be list in the portal for auction
Create new database on your hosting and run Multivendorscript_auction.sql file. Create database user and assign dbo rights to the user.
Front Panel
www.yourdomainname.com
Admin panel
admin.yourdomain.com
adminid: admin
pas: software
Please free to contact, I will setup your server
]]>Online Auction bidding website platform using Asp dot net, SQL server, Bootstrap. It is tested and ready to use for your auction ecommerce store.
Any product can be list in the portal for auction
Create new database on your hosting and run Multivendorscript_auction.sql file. Create database user and assign dbo rights to the user.
Front Panel
www.yourdomainname.com
Admin panel
admin.yourdomain.com
adminid: admin
pas: software
Please free to contact, I will setup your server
]]>Version v1.0
Introduction
Startup application contains many components you will need to start you new application like User management module , audit trail component , error log ,multitenant , supportarabic .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Startup Application System has one default role [Admin] , and you can add unlimited roles .
Framework: .Net Core 3.1
Features :
Quick Start Guide
How to Generate Database Tables
Credentials
How to authenticate users for mobile application [JWT]
Send post request to [ http://localhost:65304/api/Users/authenticate ]
with data in request body as below
{
username”,
password “
}
The response will be like this
{
id”,
firstName,
lastName,
username”,
token“
}
]]>
Version v1.0
Introduction
Startup application contains many components you will need to start you new application like User management module , audit trail component , error log ,multitenant , supportarabic .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Startup Application System has one default role [Admin] , and you can add unlimited roles .
Framework: .Net Core 3.1
Features :
Quick Start Guide
How to Generate Database Tables
Credentials
How to authenticate users for mobile application [JWT]
Send post request to [ http://localhost:65304/api/Users/authenticate ]
with data in request body as below
{
username”,
password “
}
The response will be like this
{
id”,
firstName,
lastName,
username”,
token“
}
]]>
Version v1.0
Demo URL : http://onlineschooldemo.smartsoftwarelab.com/
Credentials
Introduction
Online School system make teachers and students able to communicate with each other online .Teacher can upload videos and pdf files for the class , add questions . Student can display videos and pdf files for the class and answer the questions . Teacher can display student answers and give him a score . Parents can display their son’s homework results and check their progress .
Online School System is Multitenant , so each school is a tenant .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Online School System has five default role [Admin – Teachers – SchoolAdmin – Students – Parents] , and you can add unlimited roles .
Framework: .Net Core 3.1
Features :
Quick Start Guide
How to Generate Database Tables
Credentials
]]>
Version v1.0
Demo URL : http://onlineschooldemo.smartsoftwarelab.com/
Credentials
Introduction
Online School system make teachers and students able to communicate with each other online .Teacher can upload videos and pdf files for the class , add questions . Student can display videos and pdf files for the class and answer the questions . Teacher can display student answers and give him a score . Parents can display their son’s homework results and check their progress .
Online School System is Multitenant , so each school is a tenant .
This web based application is developed on .Net core 3.1 using ASP.Net Core, C#, Entity framework core, JavaScript, jQuery, JSON, Bootstrap, HTML, CSS and SQL Server.
Online School System has five default role [Admin – Teachers – SchoolAdmin – Students – Parents] , and you can add unlimited roles .
Framework: .Net Core 3.1
Features :
Quick Start Guide
How to Generate Database Tables
Credentials
]]>
Web based ISP Billing System for Internet Service Providers.
• Client Management • Package Management • Invoice Management • Payment Management • Expense Management • User Management • All Necessary Reports
Demo URL : http://isp.asteckh.com/Logins.aspx
UserName : admin
Password : abc123$
Expense User Management Roles Admin, Cashier, etc. Wide range of Reports
]]>Web based ISP Billing System for Internet Service Providers.
• Client Management • Package Management • Invoice Management • Payment Management • Expense Management • User Management • All Necessary Reports
Demo URL : http://isp.asteckh.com/Logins.aspx
UserName : admin
Password : abc123$
Expense User Management Roles Admin, Cashier, etc. Wide range of Reports
]]>-Room Availability -Reservation -Check In -Check Out -Reports
Already working in many Guest Houses
]]>-Room Availability -Reservation -Check In -Check Out -Reports
Already working in many Guest Houses
]]>Efface Studios always try to make life easy with their Bot and other products, it doesn’t matter if you are an individual or a business person because Efface Auto Typing Bot is for everyone!
Efface Studios always try to make life easy with their Bot and other products, it doesn’t matter if you are an individual or a business person because Efface Auto Typing Bot is for everyone!
It also includes other very handy features that improve your recording process such as support for high quality audio recordings, mouse-click detection, pause/continue recordings, support for global hotkeys that let you play/pause and stop your recordings anytime-anywhere, and a countdown timer that lets you prepare adequately before your recordings begin.
The application comes bundled with its full source code.
It also includes other very handy features that improve your recording process such as support for high quality audio recordings, mouse-click detection, pause/continue recordings, support for global hotkeys that let you play/pause and stop your recordings anytime-anywhere, and a countdown timer that lets you prepare adequately before your recordings begin.
The application comes bundled with its full source code.
Why Twitter is Best For Business?
HOW EFFACE TWITTER BOT HELPS?
Why Twitter is Best For Business?
HOW EFFACE TWITTER BOT HELPS?
Ecommerce Multi vendor responsive marketplace developed using Asp dot net, SQL server, Bootstrap. It is tested and ready to use for your ecommerce store.
Create new database on your hosting and run Multivendorscript_grocery.sql file. Create database user and assign dbo rights to the user.
Front Panel
www.yourdomainname.com
Vendor panel
vendor.yourdomain.com
Admin panel
admin.yourdomain.com
adminid: admin
pas: software
Please free to contact, I will setup your server
]]>Ecommerce Multi vendor responsive marketplace developed using Asp dot net, SQL server, Bootstrap. It is tested and ready to use for your ecommerce store.
Create new database on your hosting and run Multivendorscript_grocery.sql file. Create database user and assign dbo rights to the user.
Front Panel
www.yourdomainname.com
Vendor panel
vendor.yourdomain.com
Admin panel
admin.yourdomain.com
adminid: admin
pas: software
Please free to contact, I will setup your server
]]>MongoCMS is build ASP.NET CORE 3.1.3 and MongoDB , so its platform independ , very lightweight and very scalable . It’s perfect CMS for extended .
Live-Demo:
Frontend: https://codemonkeybd.com/mongocms
Admin Login: https://codemonkeybd.com/mongocms/admin
Username: admin
Password: 123456
MongoCMS is a simple Content-Management System with admin panel. That means, you can directly edit its contents, files and images. With MongoCMS content management becomes as easy as desktop publishing. MongoCMS allows small business owners manage their entire site, or change their web site design in seconds.
Some of the features include:
MongoCMS is build ASP.NET CORE 3.1.3 and MongoDB , so its platform independ , very lightweight and very scalable . It’s perfect CMS for extended .
Live-Demo:
Frontend: https://codemonkeybd.com/mongocms
Admin Login: https://codemonkeybd.com/mongocms/admin
Username: admin
Password: 123456
MongoCMS is a simple Content-Management System with admin panel. That means, you can directly edit its contents, files and images. With MongoCMS content management becomes as easy as desktop publishing. MongoCMS allows small business owners manage their entire site, or change their web site design in seconds.
Some of the features include:
What is GENY INSTAGRAM BOT
Nowadays every Successful Business & Individuals Understands the power of Social Media Marketing.
and they know the important role of Instagram in Social Media Marketing. but engaging Instagram users by Likes, Comments & the
following isn’t an easy task. they often need to hire a Social Media Expert team for this particular task and it
consumes a lot of time & effort.
See product video at https://www.youtube.com/watch?v=ZgvGuIgZz78
//V 1.0.0
1. Like Posts of Specific Username or by hashtag
2. Comment on Posts of Specific User or by Hashtag
3. Follow Post User by Hashtag
4. Unlike Posts of Specific User or by Hashtag
5. Mention Anyone Easily on Specific User Posts or Hashtag Posts
6. Unfollow Users by Username or by Hashtag
7. Needs Chrome Browser
8. Use Many Comments you want (from List) (Random)
9. Random Comments from the list
10. Import & Export users to Use Later
11. extract users from a specific hashtag
12. extract users from a specific user “followers”
13. Delay Feature
//V 1.0.1
14. Extract followings From your account To Unfollow them(Or from any user)
15. one click function(You can follow users and Unfollow them after an interval)
//V 2.0.016. Random Delay
//V 3.0.017. Send Direct Messages watch our new product “Geny Instagram DM Bot” https://youtu.be/VQ-s07IlyTw
18. By HashTag (Most Recent / Top Posts) with Counter of posts
//V 3.0.219. Watch stories and react to stories Added on 01/18/2021
20. fixed the time , the delay was from 0 to 240s now extend to 1000s
Watch This Video For One Click and Extract Followings: https://bit.ly/3i0aNYl
See https://www.youtube.com/watch?v=ZgvGuIgZz78
Watch “Get Followers from user” video: https://bit.ly/2C8q6h5
Source code is included with The Extended License
For white-label or Reselling options, please contact us
Contact Us
If you need assistance please contact us so we can help you in the best way, thanks!
This tool is not affiliated with any brand or website. Buyer must use the software responsibly and adhere to the website terms or usage policy (or whatever applicable). This tool automates a natural human’s behaviour to save his/her time in manually Follow / commont / Like …. and we do not take responsibility on how the buyer uses this software.
Note: if you need a custom feature, script or any thing you want to add to this application please contact us
Note: This software Support only English language
Note: This is not a spamming tool if you got blocked we won’t be responsible for this.
“Adjust the delay between 60 and 90 seconds”
-V3.0.2 20. Watch stories -V3.0.0 17. Fixed All The Bugs 18. Send Direct Messages 19. By HashTag (Most Recent / Top Posts) with Counter of posts -V2.0.0 16. Random Delay -V 1.0.1 14. Extract followings From your account To Unfollow them(Or from any user) 15. one click function(You can follow users and Unfollow them after an interval) - V 1.0 First Release]]>
What is GENY INSTAGRAM BOT
Nowadays every Successful Business & Individuals Understands the power of Social Media Marketing.
and they know the important role of Instagram in Social Media Marketing. but engaging Instagram users by Likes, Comments & the
following isn’t an easy task. they often need to hire a Social Media Expert team for this particular task and it
consumes a lot of time & effort.
See product video at https://www.youtube.com/watch?v=ZgvGuIgZz78
//V 1.0.0
1. Like Posts of Specific Username or by hashtag
2. Comment on Posts of Specific User or by Hashtag
3. Follow Post User by Hashtag
4. Unlike Posts of Specific User or by Hashtag
5. Mention Anyone Easily on Specific User Posts or Hashtag Posts
6. Unfollow Users by Username or by Hashtag
7. Needs Chrome Browser
8. Use Many Comments you want (from List) (Random)
9. Random Comments from the list
10. Import & Export users to Use Later
11. extract users from a specific hashtag
12. extract users from a specific user “followers”
13. Delay Feature
//V 1.0.1
14. Extract followings From your account To Unfollow them(Or from any user)
15. one click function(You can follow users and Unfollow them after an interval)
//V 2.0.016. Random Delay
//V 3.0.017. Send Direct Messages watch our new product “Geny Instagram DM Bot” https://youtu.be/VQ-s07IlyTw
18. By HashTag (Most Recent / Top Posts) with Counter of posts
//V 3.0.219. Watch stories and react to stories Added on 01/18/2021
20. fixed the time , the delay was from 0 to 240s now extend to 1000s
Watch This Video For One Click and Extract Followings: https://bit.ly/3i0aNYl
See https://www.youtube.com/watch?v=ZgvGuIgZz78
Watch “Get Followers from user” video: https://bit.ly/2C8q6h5
Source code is included with The Extended License
For white-label or Reselling options, please contact us
Contact Us
If you need assistance please contact us so we can help you in the best way, thanks!
This tool is not affiliated with any brand or website. Buyer must use the software responsibly and adhere to the website terms or usage policy (or whatever applicable). This tool automates a natural human’s behaviour to save his/her time in manually Follow / commont / Like …. and we do not take responsibility on how the buyer uses this software.
Note: if you need a custom feature, script or any thing you want to add to this application please contact us
Note: This software Support only English language
Note: This is not a spamming tool if you got blocked we won’t be responsible for this.
“Adjust the delay between 60 and 90 seconds”
-V3.0.2 20. Watch stories -V3.0.0 17. Fixed All The Bugs 18. Send Direct Messages 19. By HashTag (Most Recent / Top Posts) with Counter of posts -V2.0.0 16. Random Delay -V 1.0.1 14. Extract followings From your account To Unfollow them(Or from any user) 15. one click function(You can follow users and Unfollow them after an interval) - V 1.0 First Release]]>