Showing posts with label own. Show all posts
Showing posts with label own. Show all posts

Wednesday, June 29, 2016

How to Code Your Own CAPTCHA Script In PHP

Today I will show you how to code your own CAPTCHA Script.
<?php
session_start();
$strlength = rand(4,7);

for($i=1;$i<=$strlength;$i++)
{
$textornumber = rand(1,3);
if($textornumber == 1)
{
$captchastr .= chr(rand(49,57));
}
if($textornumber == 2)
{
$captchastr .= chr(rand(65,78));
}
if($textornumber == 3)
{
$captchastr .= chr(rand(80,90));
}
}
$randcolR = rand(100,230);
$randcolG = rand(100,230);
$randcolB = rand(100,230);

/initialize image $captcha is handle dimensions 200,50
$captcha = imageCreate(200,50);
$backcolor = imageColorAllocate($captcha, $randcolR, $randcolG, $randcolB);

$txtcolor = imageColorAllocate($captcha, ($randcolR - 20), ($randcolG - 20), ($randcolB - 20));
for($i=1;$i<=$strlength;$i++)
{

$clockorcounter = rand(1,2);
if ($clockorcounter == 1)
{
$rotangle = rand(0,45);
}
if ($clockorcounter == 2)
{
$rotangle = rand(315,360);
}

//$i*25 spaces the characters 25 pixels apart
imagettftext($captcha,rand(14,20),$rotangle,($i*25),30,$txtcolor,"/arial.ttf",substr($captchastr,($i-1),1));
}
for($i=1; $i<=4;$i++)
{
imageellipse($captcha,rand(1,200),rand(1,50),rand(50,100),rand(12,25),$txtcolor);
}
for($i=1; $i<=4;$i++)
{
imageellipse($captcha,rand(1,200),rand(1,50),rand(50,100),rand(12,25),$backcolor);
}
//Send the headers (at last possible time)
header(Content-type: image/png);

//Output the image as a PNG
imagePNG($captcha);

//Delete the image from memory
imageDestroy($captcha);

$_SESSION[captchastr] = $captchastr;

?>
If you like this script then feel free to Subscribe to our blog and we will email you similar interesting and useful PHP scripts in your Inbox as soon as it is published on our blog.

Enjoy!


Thursday, June 23, 2016

Social Dating Website PHP Script Start Your Own Social Dating Site for Free

The pH7 Dating CMS is a PHP CMS with an architecture MVC (Model-View-Controller).
It is designed with the KISS principle in mind, and the entire source code can be read and understood in minutes, PDO (PHP Data Objects) abstraction allows choice of databases and is a principle of CMS developement DRY (Dont Repeat Yourself) aims at reducing repetition of information of all kinds (Not duplicate code).

It also wants to fast, low resource-intensive, extremely powerful and very secure.

pH7 Social Dating Softwares Features

  •     Easy, fast and intelligent
  •     Our software is very fast, intelligent, secure, and it has a spam detect system.
  •     Very Fun
  •     Our software is very fun for you and yours visitor!
  •     Dating Service & Community Website
  •     pH7 Social Dating is perfect for the dating site and social community portal.
  •     Multi Theme and many personalizable
  •     Build a unique theme and record time with the architecture of our CMS. 
Download pH7 Social Dating PHP Script

Saturday, June 11, 2016

Own Site Search Engine PHP Script

Description

Search engine features:
  • Advanced search options: some words, all words ("+" sign), none of these words ("-" sign), exact phrase search (double quotes), search by category, search by last time modified, search by first letter of a title.
  • Search results include webpage title, URL, a relevant excerpt with searched words emboldened, and the time of the last update. Output is controlled by templates.
  • Auto-index: you can configure cronjob task to update search engine database automatically a few pages at a time.
  • Other features: exclude stop-words from search, exclude site navigation from search, word forms recognition (for example, if you enter the word "dive", the script will also be looking for the derivative words like "dives", "dived", and "diving"), etc.
Download Own Site Search Engine PHP Script


Thursday, June 9, 2016

MediaWiki Clone PHP Script Get Your Own Wiki

MediaWiki is a free software open source wiki package written in PHP, originally for use on Wikipedia. It is now also used by several other projects of the non-profit Wikimedia Foundation and by many other wikis.This wiki is for the documentation, discussion and development of the MediaWiki software, the software which powers websites like Wikipedia and other projects of the non-profit Wikimedia Foundation, as well as many other wikis around the world. It is kindly hosted by the Wikimedia Foundation.

All textual content of MediaWiki.org is licensed under the Creative Commons Attribution/Share-Alike License (CC-BY-SA) and the GNU Free Documentation License (GFDL), except for pages that explicitly state that their contents are in the public domain.

Installation Guide

For experienced users, here is the quick version of the installation instructions.

  •     Check that your system meets the minimum requirements
  •     Download MediaWiki (direct link to latest version) and extract the archive to a web-accessible folder on your server.
  •     Point your browser to the directory where MediaWiki was extracted (e.g., http://[domain]/mediawiki/index.php). If installed on a local machine, replace [domain] with localhost. If installed on a remote server, replace [domain] with your servers domain name (eg: www.myserver.com).
  •     Follow the on-screen instructions to complete the process.

These instructions are deliberately brief. There is a lot that could go wrong, so if in doubt, you are advised to read the full instructions on the official site.

Features:
  •     Links with shortcuts, arrangement depends on skin.
  •     Skins: Different ways to present the site.
  •     Monobook, a modern skin with accesskeys and tooltips.
  •     User styles: Users can adapt the look and feel of the site through custom CSS on their user pages.
  •     "Stub" threshold: Users can see links to articles below a certain size rendered in a different color.
  •     Printable versions of articles can be generated.
  •     Auto-number headings in an article (optional).
  •     Intra-page Anchors (automatically generated for headings, and also with <div id="tagname">...</div>).
  •     Automatically generate a table of contents for long articles (optional).
  •     Automatically turn ISBN numbers into links to an editable list of booksellers.
  •     XHTML- or HTML5-compatible output (or darn close to it), tidy integration.

Multimedia and Extensions
  •     File upload feature allows to upload graphics or sound files, see Special:Upload to see in operation, and Uploading files for description. Uploaded files are listed on Recent Changes and they are also logged on Special:Log/upload.
  •     Mathematical formulas using LaTeX syntax: see texvc
  •     Automatic resizing of images using ImageMagick or libgd, simple syntax for image captions and image alignment
  •     WikiHiero for Egyptian hieroglyphs (needs separate installed components)
  •     EasyTimeline for time charts (needs separate installed components)

Minimum Requirements:

1) A web server (Apache)
2) PHP version 5.3.2 or later
3) MySQL 5.0.2 or later


Download Free MediaWiki Clone PHP Script

Friday, May 27, 2016

Mini Blog PHP Script Set Up Your Own Mini Blog

  • Cells Blog is a free but powerful mini-blog system. It can run on any web server that can execute PHP script codes.

  • It comes alone with the SQLite data base so you can copy and play without any installation.

  • Any question please first check to the FAQ in the Cells Blog official web site.

More On Cells Blog...

 Cells Blog is a powerful mini-blog system. It can run on any web server that can execute PHP script codes. It comes alone with the SQLite data base so you can copy and play without any installation. The most important condition is, it is free and you can use it in below conditions.

  •     You can change the logo.gif to your own image on the banner.
  •     You need to keep the Cells-logo and link at the bottom of each page.
  •     The author will continue to improve this system, you can contact and work together with him for improving system. But please dont modify and spread the codes that may disturb the system maintaining.
  •     The author is not to be responsible for any potential problem or damage caused by using this software.

Download Cells Blog- Mini Blog System PHP Script

Wednesday, May 4, 2016

Oxwall Get Your Own Social Networking Website Up And Running In Minutes Using PHP And MySQL

Oxwall® is unbelievably flexible and easy to use PHP/MySQL social networking software platform.

Its flexibility is an extremely easy way to change the way it works using Oxwall plugins. These plugins are complete units of functionality that can be used for various purposes.

As per its Homepage:

We take special care about core and plugins compatibility so any updates are easy like a breeze. Just click that button in the admin area.

Oxwall offers unseen level of efficiency when you need a full-featured, working site.


Who Should Go For Oxwall? Is it FREE?

Oxwall php script is used for a wide range of projects starting from family sites and custom social networks to collaboration tools and enterprise community solutions.

Whether you are a freelance developer willing to streamline your work for client projects; an individual willing to create a community site; or a brand planning to set up a destination for your customers - Oxwall is for you.Besides its completely FREE! 

User features

  •     Photo, Video sharing;
  •     Blogs, forums, wiki;
  •     Groups, events, friends;
  •     Comment, tag, rate any kind of content;
  •     Privacy and profile customization;
  •     Collaboration, file sharing, video-conference tools;
  •     ... and much much more.

Admin features

  •     Complete member and content management;
  •     Content moderation and ability to appoint moderators;
  •     Flexible privacy and permissions management;
  •     Custom statistics on different metrics a-la Google Analytics;
  •     Pages, menus and custom content management, right from admin panel;
  •     Advertisement management and statistics;
  •     Powerful appearance building tool, as if an extensive collection of themes is not enough;
  •     Ability to install/upgrade plugins (and the core engine) right from the admin panel, with a few clicks;
  •     Overwhelming set of site and plugin configuration tools.

General features

  •     Utter simplicity. Your site is worthless if users dont know how to use it.
  •     Built-in SEO
  •     Proven performance
  •     Multiple languages available and 100% user area translation support
  •     For developers: Structured and evident core code. Makes it a childs play to develop plugins with all the documentation and examples.

Download Oxwall- Free Social Networking Site Script In PHP And MySQL

Saturday, January 30, 2016

Download How to Design Your Own Pro eBay Listing Template

Design Your Own Pro eBay Listing Template video tutorial
Download Video tutorial on eBay listing Template , In these video Tutorial or Course you will learn how to design a pro eBay listing template and how to buy and sell your products on eBay site and earn more from it So . just you need to download Design Your Own Pro eBay Listing Template and get in your PC.
How to make Website in adobe Photo Shope , and Template on it

How to make your own website template that will help you to increase your site income.
If you really interested in this video tutorial then you need to click on link and fallow the next page then you see a big download button just click on it and now downloading will be start.

Thursday, January 28, 2016

Learn wordpress in Bangla Download this free eBook and starting creating your own blog

Learn WordPress in bangla. By this time WordPress is  a world famous CMS (Content Management system. ). The al over the world using website is 70% is build up on WordPress.
Why use the WordPress?

* WordPress is Learn and use an easy.
*  Its a open source web development site.
* No need to learn coding.
* Have a lot of plugin. 


Every 70% people love using WordPress to create there website or blog site.  So Download this free eBook to learn bangla in WordPress and create your website to know better world.
Evey man need have a social community to to find out her. so If you intend you share your knowledge world wide to better solution is blogging.






How to download this eBook. To learn  look below tutorial.
Click The bold text download now link.
now open a new window and countdown 1 to 5 than  click the skip Ad
like this.




Enjoy This book.Good luck write a comment about this blog.

Download free eBooks

If you want to view this book click this link