Results 1 to 1 of 1

Thread: SMS Verification to see users details / any text / anything !

  1. #1
    Marketplace Seller ahikmahin's Avatar
    Join Date
    Aug 2010
    Location
    Australia
    Posts
    504
    Thanks
    32
    Thanked 52 Times in 42 Posts

    Thumbs up SMS Verification to see users details / any text / anything !

    Dear Appthemes Lovers,

    Today i am going to introduce you with our New WordPress plugin - "WP SMS Verification".

    Features:
    • Verify users via SMS and show information only to verified users.
    • Verification works for both logged in and not logged in users (Visitors).
    • Admin can make users verified manually (if user fail to verify themselves through SMS )
    • Unregistered or Visitor users can see restricted information by verifying their mobile number as well
    • Use short code - [wedevssms] your content [/wedevssms] or,
    You can also add a PHP snippet if you want to customize the way you want.

    `<?php
    if ( wedevs_is_sms_verified() ) {
    //your verified content goes here
    } else {
    echo wedevs_sms_popup_link('link text');
    }
    ?>`

    Optionally you can give user id checking on the `wedevs_is_sms_verified` function. e.g

    `<?php
    if ( wedevs_is_sms_verified( $user_id ) ) {
    //your verified content goes here
    } else {
    echo wedevs_sms_popup_link('link text');
    }
    ?>`

    • Supports 140+ Countries


    SMS Gateways:
    Currently 2 SMS Providers supported by default.
    - SMS Global ( http://www.smsglobal.com )
    - Clickatell ( http://www.clickatell.com )

    Must Have Feature for Classified Site:

    If you are running a classified site which is popular or getting popular then this is the plugin you must have. to protect your user's privacy and stop spamming.
    It may cost you a bit extra, but surely your users will feel much more comfortable with your site

    Where to buy and Price ?:

    You can buy this plugin from codecanyon.net site ($14 USD).

    Direct link:- http://codecanyon.net/item/wp-sms-verification/2822913

    For support - post your question or comment at codecanyon site or our dedicated support forum - http://wedevs.com/support/forum/plug...-verification/


    Live Demo:

    here - http://demo.wedevs.com/classipress/a...fication-test/

    - User's Phone number is hidden.

    More Details can Find Here - http://wedevs.com/plugins/


    Thank you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] JS issues with JR 1.5.5 in IE8 + IE9. Enter Job Details form deletes details.
    By jonduckett in forum Report JobRoller Bugs
    Replies: 6
    Last Post: October 29th, 2012, 12:43 PM
  2. can Search function display results for poster tab details and post details?
    By dollarpermile.com in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: November 2nd, 2010, 12:25 PM
  3. My users are getting ip address and other details ...
    By arty101 in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: October 1st, 2010, 03:40 PM