Tampilkan postingan dengan label database. Tampilkan semua postingan
Tampilkan postingan dengan label database. Tampilkan semua postingan

Kamis, 05 Desember 2013

WP Pro Admin (Utilities)

Demo


url: demo url
user/pass: demo

About The Plugin – Version 1.4



Realtime Visitor Tracking and Analytics. Options to Customize your WP sites most important sections & increase Security. Login protection, Customization of Login page / Registration page / Admin bar / Nav menu / Email address, Changing Usernames / DB prefix / WP_DEBUG mode, Email notification on login fails & Theme-Plugin Changes and a lot more options to customize you site. Analytics and Visitor tracking is an awesome feature to understand how traffic are coming to your site, what are they viewing. Also, Their Operating System, Browser and Screensize information gives you an idea how people are viewing your site, so you can decide whether your site needs an optimization or not.


 




Plugin Features



  1. Site Analytics

  2. Login Page Customization

  3. Extreme Login Protection

  4. Admin bar style editor

  5. Plugin & Theme Protection

  6. Additional Registration fields

  7. Shortcodes for login, registration form, user role based content

  8. WordPress Page from Static HTML file

  9. Conditional menu items to any navigation menu

  10. Database table prefix changes




Analytics


Not only the posts, Track every page people are viewing on your site.

Plugin has an advance Traffic tracking feature. We only track real visitors, we do not track crawlers, bots or agents that does not loads images and javascripts or if it is loaded within and iframe. If you are the owner of a website having small or medium traffic (usually 1K – 10K per day), this anylytics is a perfect solution for you.


Analytics preview can be filter by date, week, month or any date. Informations available -



  1. Page/Url /visits

  2. Referer /visits – source of the visit come from

  3. Country /visits

  4. Viewport /visits

  5. Browser /visits

  6. Operating System /visits



Config:


  1. Set email address to get Analytics report mailed.

  2. Define interval period the email will be sent between.

  3. OnClick report mailed into your inbox.





Visitors


Get detailed report of site visits.. IP/User, Country, Referer, Viewport dimension, Browser with version, Operating System.


Config:

  1. Visitors reports are mailed on a regualr basis.

  2. Define interval period the email will be sent between.

  3. OnClick report mailed into your inbox.

  4. Block Visitors from viewing your site by ip address, and set a message for them.

  5. Method to clean visitors information automatically. Obviously, u can keep them as long as you want and disble auto cleaning option.




Logins Protection & Logs


Protect your site”s login process and add extra restriction. View who are logging in to your site, restrict login by ip address or invalid login attempts.



  1. Get email notifications on failed login attempts.

  2. Block visitor trying unauthorized login attempts upon failer login attempts automatically.

  3. Manually block login by IP address.

  4. Enable login only from Given IP address, set message while anyone try to login from unknown ip

  5. Enable/disable email notification upon any user login to you site.

  6. Enable/disable Login Logs, it record users login time and ip address.

  7. View login logs of your site user, who have been logging in your site.




Login Page Customization – (wp-login.php)



  1. If you are facing a bruitforce attack and you have no method to stop them, simply disable the default wordpress login page (wp-login.php) completely for certain amount of time. So, no loging/registration attempts can be done. After the time expires, the page will appear automatically again.

  2. Change login page header logo, by default it is ”wordpress.org” logo

  3. Change login page header logo link, by default it is pointed to ”wordpress.org”

  4. Change login page header logo title attribute, by default it is ”powered by wordpress”


  5. You can set time when the log will be cleaned automatically. Obviouly u can keep it and disble auto cleaning option.

  6. Add custom css for login page.




Admin Bar



  1. Add your logo

  2. Remove items from admin bar

  3. Change Admin bar style with a easily cusomozable option panel




Email



  1. Set Email address for your site, ignore default email assigned for your site. ex: wordpress@domain.com

  2. Set Email Sender name

  3. Set reply-to address for outgoing emails. So recipient will reply to that address rather than the email address it was actually sent from.




Plugin



  1. Get email notifications upon Plugin activation, deactivation, modifications.

  2. Disable other administrators to activate/deactivate/edit plugins from WP admin. also hide these links from admin menus.





Theme



  1. Get email notifications upon Theme change and modifications

  2. Disable other administrators to manage/change/edit themes from WP admin. also hide these links from admin menus.

  3. Remove default theme header meta informations displayed on Front Pages <head> tag




Users



  1. Change Username




Menu


Add Conditional menu items on selected menu locations.



  1. Login/Logout

  2. Registration

  3. Password Reset

  4. Profile

  5. Dashboard




Registration


Add extra registration fileds to your default WordPress registration form. Fields included -



  1. Password

  2. Full name

  3. Last name

  4. First name




Security



  1. Change WordPress content directory (“wp-content”) to something else.

  2. Change files and folders having wrong permission within your content directory.

  3. OnClick disable WP_Debug

  4. OnClick disable WP_Debug_Log




Database



  1. Change your Database Table prefix, modify unsecure prefix name.




My WP


View your server and wordpress informations.



  1. Server Software

  2. PHP

  3. Mysql

  4. WordPress




Resource


External resource used within this plugin is jQuery DataTables, an Open Source jQuery Plugin & Custom jQuery UI Theme

Rabu, 04 Desember 2013

SQL Connection Control for .NET (Forms)

- Generate SQL connection strings with graphical interface
- Test the SQL server connection
- Browse for servers and instances
- Browse for databases
- Auto refresh connection state
- Handle the connection state changed events
- Set all advanced connectionstring properties
- Full customizable texts
- Modern user interface
- Customizable color styles for different states
- Multithreading refresh system (refresh server or database list on background)
- Bindable properties
- 56 properties, 12 events
- Complete MSDN style documentation with examples (VB.NET)
- Two example project, documentation, source code (VB.NET), binaries are included (minimum requirement for source code: Visual Studio 2010)




- Written in VB.NET (the compiled DLL can be used also in C# applications)
- The control can be used only for Windows Forms Applications!




The documentation can be shown here:
http://www.zsz-studio.hu/documentations/sqlcc/Index.html
See video preview: http://www.youtube.com/watch?v=HhNf_tbS6UU

PHP DosDetector Class (Add-ons)

PHP DosDetector Class Documentation



Version: 1.1


Release: June 2013


Keyword: security, php, class, firewall, DoS Attack, IDS/IPS





1. What is this class?


This PHP Class used for preventing Denial of Service (DoS) attack to your web server written by PHP. Running this script will monitoring all requests from an IP address and logged it into memory cache (PHP APC Caching). If an IP address sends too much request to your server, it will trigger the Intrustion Preventing System (IPS) and auto-ban this IP Address.





2. System Requirement








3. Installation


- First, copy class.dosdetector.php file to your project, such as ./classes/ directory on your project.


- Next, including class.docsdetector.php file.


- Now, just create an object from this class and call run method before the first line of your project (usally in bootstrap, start up or index file) to start monitoring. You can pass an URL to run method in case banned IP will be redirect to passed URL. If you do not pass this parameter, banned IP will see a default message on screen.


- Example code:



//Put this in the beginning of your all page
include_once('./classes/class.dosdetector.php');
$myDosDetector = new DosDetector();

//Default Running
$myDosDetector->run();

//Default Running with Custom Landing Page for Banned IP Access
//$myDosDetector->run('http://url/to/your/landing/page');

//////////////////////////////
// YOUR SITE SOURCE CODE HERE
//....






4. Editable Properties & Constants



  • $ignoreIpAddress: IP Address in this array will be ignored by this detector. Usually your Company IP…

  • PHPIDS_QUOTA_IDS_TRIGGER: if in a second, an IP Address request more than this value will be trigger method idsWorker() in this class. You can implement you code for this function (line 161 in class.dosdetector.php) to get the notification.

  • PHPIDS_DURATION_IPS_TRIGGER: The number of second to check for IPS (auto-banning) trigger.

  • PHPIDS_QUOTA_IPS_TRIGGER: if in PHPIDS_DURATION_IPS_TRIGGER seconds, same IP have more request than this value will be auto-banned by system.




5. Monitoring


- This package came with a standalone script to monitor the traffic (logged by DosDtector class). You can put this script anywhere on your web server (with PHP read permission), and run this script from browser to access monitor tool. Example: http://yoursite.com/monitor.php.


- This page will show all the request (with IP Address, Time, User-Agent, Cookie status, Request URI, Referer URL) logged by DosDetector. Logged Accesses will be cached for 2 hours for performance.


- This page will show you banned IP address (from auto-ban or manual-ban IP Address). You can manual-ban an IP Address if you see that IP request too much and have weird access. Banned IP addresses will not be clear automatically. This banned list only clear by you or by clear from APC cache.


- You can detect whether a request have cookie or not, because a request without cookie is usually a search engine robot (Googlebot,..) or an automatic script crawling/flooding your website.






Thank you!

Movie Database 2 (Search)

Movies Database 2 is a cutting-edge, feature-rich online database of information related to movies. With super easy installation you can have HUGE movie database script up and running in just few minutes, Application is build on top of bootstrap 3 and optimized for SEO.


















Requirements



  • Apache or Nginx Webserver

  • PHP 5.3 +

  • PHP PDO

  • PHP CURL

  • PHP MBSTRING

  • PHP Zlib

  • MySQL

  • Youtube API key

  • TMDB API Key

  • Facebook APP ID and Secret





Features



  • Bootstrap 3

  • Mobile first, Responsive Design

  • TMDB API Integration

  • Youtube API Integration

  • Facebook API Integration

  • Administration panel

  • Cache system

  • Automatic page compression

  • Translation System (100% web manageable)

  • Advertisement management

  • Coded 100% object-oriented

  • 100% automatic movie poster

  • Easy Installation

  • User profile pages

  • User movie collections

  • RSS feeds

Movies Database (Search)

Movies Database is an online database of information related to movies.
Application does not use database and installation is as easy as just uploading files to your webserver.

Movies update Automatically everyday, just upload application and enjoy your new website.




Features




  • No Database Needed

  • SEO Friendly

  • Cache system

  • Translation System

  • 100% object-oriented

  • 100% automatic movie poster

  • Responsive Design

  • Using Youtube API

  • Using TMDB API




Requirement




  • PHP 5.3+

  • Youtube API key

  • TMDB API key



Change Log:


Version 1.6

  • Fixed Youtube Trailers on moveis page

  • Added Images to RSS

  • Added Dutch translation


Version 1.5

  • Added RSS feeds for Now Paying and Upcomming movies

  • Added More movie information:

    • Status

    • Run time

    • Budget

    • Revenue

    • Production Companies

    • Production Countries



  • Changed URL Structure

  • Fixed Title Bug

  • Updated index page layout


Version 1.4

  • Fixed few translation errors


Version 1.3

  • Added actors profile pages

  • Added popular actors page

  • Fixed image download, to force download start

  • Modified search to also search actors


Version 1.2

  • Fixed Selection of movie Trailers

  • Fixed Empty movie page error

  • Modified Application location as it is in documentation

  • Fixed Strip Slashes function in Framework


Version 1.1

  • Added Missing files

  • Small multiple bugfix related to layout

Ultimate database import/export (CSV-XLS(x)-MySQL) (Database Abstractions)

This application makes your work easy and effortless when it comes to data import/export to/from MySQL database.




Feed CSV or XLS (Excel) files to your MySQL database within seconds.




Purchasing this product you can easily convert:




- CSV to MySQL
- XLS to MySQL
- MySQL to CSV
- MySQL to XLS




Tailor the process to your needs:
- define the delimiter when uploading CSV and XLS files
- no change necessary if your CSV and XLS file has header
- choose your own delimiter when generating CSV files
- easy configuration: database parameters and timezone easily defined in config.php
The default language of this application is English. Language localisation can be easily done with changing the texts and labels collected in en.php.




This product uses PHPExcel class. The product price only includes the files and functions developed to create the converter. Third party sourcecode and classes are not included. PHPExcel is a free class, that can be downloaded here: http://phpexcel.codeplex.com/

Domains & Hostings Manager Remainder (Project Management Tools)

“Domains & Hostings” Manager Remainder



What is “Domains & Hostings” Manager Remainder ?



“D&H” Manager Remainder is a powerful system that never let you forget to renew domains or hostings accounts, by sending emails and sms * to admin (and for future will store all DNS, IP, PASSWORDS info.)



If you have more than one domain, and use different hosting services, you know how difficult is to keep in mind what domain where is stored, and what dns and ip need to input in every hosting services, also the domains have one expiration date, and hostings have different….



I did this for me, and help me so mutch, so for now you can use it and keep all your domains/hostings websites accounts alive.



It is very easy to install. Just input once the cpanel username, password and forget about. The rest part of work will be done by D&H Reminder Manager.



D&H Remainder Manager will check every day at inputed hour the status of each domain/hosting expiration date, and if is = 30 days left, or 7 days left or today expire, will send an email and (or) sms to inputed mail address and cell phone with allert message from template.



Automatically make cron jobs, with correct cron command, just by one click.



Also have a powerful auto-install system, that can help you to avoid install headpain.



That’s all.


For demo preview    Login= admin        Password= password



Features




  • The 30-days, 7-days and today expire alert to email & sms


  • Send alert to ADMIN Email address


  • Send SMS alert to more than 200 countries Cell number


  • Send allert to specified address or cell *


  • Print report Domain/Hosting status


  • Email message template with tags


  • SMS message template with tags


  • Easy create MySql database


  • Auto create crontab


  • Secured admin login


  • Easy Set Cron Jobs


  • Responsive design


  • Easy to implement


  • Easy to use


  • DNS data stored for each domain/hostings*




  • * this and many other features will come in future versions


Ajax and Jquery POS / Invoice Management System (PHP Scripts)

Invoice Management System is a web based Invoice generator and storage system best suited for on line Point Of Sale Systems.




For Other Products Visit http://techdynamics.org/products.php




This system have Cloud capability and support HTML5,XSS3,JQUERY and AJAX for dynamic and fast Item searching and its current rate stored in inventory for automated Invoice price calculation and storage.




Features




1.Online / Offine Capability




2.HTML5,CSS3 Layout design




3.Easy Integration with other Scripts




4.Fast Database Searching for Item / Inventory
Search and addition




5.View/Delete and manage invoices and Inventories




6.Ajax and Jquery supported




7.Barcode Integration and Generation on invoices




8.Overview analysis for business Growth with graphs




System is Responsive and can handle mobile and tablet versions.

GTable : jQuery Inline Table Editing (Miscellaneous)

Gravity Table (GTable) is a compliment plugins for the great jQuery tables
plugins DataTables. It will automatically create an
editable row with an input element and capable of updating the server with a
basic command such as add, edit and delete. The GUI are intuitive with a minimalist
concept and unobtrusive in-place editing.






  • GTable Version 0.9.1 Release 17 July 2013

  • Required JQuery Version 1.9.1+

  • Required Datatables Version 1.9.0+






  • Unobtrusive table editing using AJAX/XHR.

  • Automatic setup & less configuration in-place editing for table.

  • Capable of using REST for communicating with back-end script.

  • Quick-start example for quick project start.

  • Cache based back-end quick-start example.

  • MySQL database back-end quick-start example.

  • ORM quick-start example. Support MySQL, SQLite, Firebird and PostgreSQL.

  • Save data to CSV quick-start example.

  • Customizable CSS style toolbox and table.

  • Automatic integration with Noty Plugin





Version 0.9.2 Release Data 6 August 2013



  • IMPROVE : Code using type strict comparator

  • FIX : Minor syntax typo error


Version 0.9.1 Release Data 17 July 2013



  • Initial commercial release of GTable Development Package

GTable : jQuery Inline Table Editing (Miscellaneous)

Gravity Table (GTable) is a compliment plugins for the great jQuery tables
plugins DataTables. It will automatically create an
editable row with an input element and capable of updating the server with a
basic command such as add, edit and delete. The GUI are intuitive with a minimalist
concept and unobtrusive in-place editing.






  • GTable Version 0.9.1 Release 17 July 2013

  • Required JQuery Version 1.9.1+

  • Required Datatables Version 1.9.0+






  • Unobtrusive table editing using AJAX/XHR.

  • Automatic setup & less configuration in-place editing for table.

  • Capable of using REST for communicating with back-end script.

  • Quick-start example for quick project start.

  • Cache based back-end quick-start example.

  • MySQL database back-end quick-start example.

  • ORM quick-start example. Support MySQL, SQLite, Firebird and PostgreSQL.

  • Save data to CSV quick-start example.

  • Customizable CSS style toolbox and table.

  • Automatic integration with Noty Plugin





Version 0.9.2 Release Data 6 August 2013



  • IMPROVE : Code using type strict comparator

  • FIX : Minor syntax typo error


Version 0.9.1 Release Data 17 July 2013



  • Initial commercial release of GTable Development Package