Currently viewing the tag: "products"

PHP Url Shortener
This class a ready to use class, that aim to use v.gd & is.gd URL shortening API, the class is very self explanatory & easy to use.
I wrote everything so you can only upload the files to your server and you will have a URL shortening page ready to be used, all you have to do is change some of the design, which is optional.

The class is based on the API class written by v.gd developers, I added Human readable errors and made it optional to switch between the shortener services (v.gd or is.gd)

Features

1- Already stablished URL shortener (You only use an API)
2- Shorten your URL on the fly
3- Ready to use class with templates
4- Uses our cross-platform Copy to clipboard zClipDeBugged
5- Pretty Design :D

Usage

/* classToLoad */
 require_once( 'sources/vgdClass.php' );
 $libsClass = new vgdMainClass();
 require_once( 'tpls/templates.php' );
 $libsTemplates = new vgdTemplates();
 
$result  = $libsClass->vgdShorten($_POST['urltoshorten'], $_POST['provider'], $_POST['allias'] );
      #shortened?
       if ($result["response"]){
       $output .= $libsTemplates->showResults($result["response"]);
       }
       # Do we have errors?
       $output .= $libsTemplates->showErrors($result["errorCode"], $errorMessage);

Demos

DEMO | PHP URL Shortening Class by AmgedOsman.com (v.gd & is.gd)

Download

(AO)_PHP_URL_shortener

Tagged with:
 

Introduction:

After being away from coding for IPB for over than 14 months, I’ve decided to write a new application. I’ve always been an big applications guy, like my Marketplace, Classifieds and Advertising system not a big fan of small mods/hooks although, I have made more than 50+ mods/hooks to most versions of IPB.
The reason behind this introduction is this is my personal website and was never used in the IPB scene, so for those who didn’t know my web development background should now be able to have a hint about it.

The System:

Right, lets get back to the subject.
This application basically is a review system on submitted products of available companies in certain categories! :D not making any sense right? I know…

Okay let’s say Apple (company) -> released a new Mobile (category) -> That mobile is called iPhone (product) -> and you like that product so you decided to review it (review) .. thats as simple as I can explain!

Reviews System in general is build to generate more “user generated content” which is why I built it with all possible permissions to let your registered users create everything (companies -> products -> reviews ) but not categories as this should be left to the site administrator do decide. The admins also gets to either enable auto approval of the submitted items or hold it as pending so they can review it before making it public.

I’ve also build the system to be able to carry a whole website on its own, with all the features included to it you can actually depend on the system to be the main focus of your website. features like Latest activities, statuses updates, share links, url shorting, complete fURLs also lets not forget that the system it self is based on interaction and egagement between the company / product creator and the reviewers.

I will post the complete features list later on when the system is done. But for now I will leave you with some screenshots.

Screenshots:

Latest ProductsLatest ReviewsLatest ActivitiesCategories ListtagsCloudStatisticsReviews ListProduct ViewReview Page

Milestone (TODO):

  • Implement IPB’s reportPlugin
  • Custom fields per product/review where users can add them directly
  • “Display” List of categories on Landing Page (only display them the core coding is already done).
Tagged with: