Page 1 of 2 12 LastLast
Results 1 to 10 of 52

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    24
    Plugin Contributions
    0

    Default Social Login by loginradius [BANNED PLUGIN]

    MODERATOR NOTE Feb 2013: PLUGIN HAS BEEN BANNED DUE TO FREQUENT SPAMMING TO PROMOTE IT BY CREATING FAKE FORUM ACCOUNTS AND POSTING PRAISE ABOUT THE LOGINRADIUS SERVICE.
    USERS CONSIDERING THIS SERVICE SHOULD BE FOREWARNED THAT THE LOGINRADIUS PEOPLES' ETHICS ARE HIGHLY QUESTIONABLE.



    Wow.. let me say, my long waited plugin!

    Anyone is using it? Mind to share it? I've created this new topic I haven't seen any one discussed about it.


    Plugin here:
    http://www.zen-cart.com/downloads.php?do=file&id=1470

    The support side:
    support.loginradius.com/customer/portal/articles/643129-implement-social-login-on-zen-cart-website

  2. #2
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: Social Login by loginradius

    I've downloaded it and am installing it on my test site to see what exactly it looks like, operates, etc.

  3. #3
    Join Date
    Dec 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Social Login by loginradius

    Glad to hear from you, limitless.

    Well, that's good idea to use test site.. so far no bug right?
    I was so curious to ask this question as so frequent I read about impossible to implement social login/integration for Zencart for security reason. Plus, my previous trial on 'facebook integration' was crashing my SQL..

    Cheers:)

  4. #4
    Join Date
    Aug 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Social Login by loginradius

    Quote Originally Posted by songseng View Post
    Glad to hear from you, limitless.

    Well, that's good idea to use test site.. so far no bug right?
    I was so curious to ask this question as so frequent I read about impossible to implement social login/integration for Zencart for security reason. Plus, my previous trial on 'facebook integration' was crashing my SQL..

    Cheers:)
    I've spent an entire day trying to make this plugin work . Not to mention the fact I am not really a fan of face book and sharing social information due to security risks but I understand for my application it's handy for potential customers that could increase to more sales generation. That I can appreciate as a on-line purchaser my self ..

    No matter what I cannot get the module to show up under the modules menu . It will not ...

    I am running version 1.5 , with other plugins(attributes etc ) I've edited all files , double checked everything 5 times, I cannot get it to the install point. No matter what I can't get it to go to step 7 or 8 in the Admin panel. -

    Directions
    http://support.loginradius.com/custo...n-cart-website


    Not to mention it seems after doing this I have some sort of new listings under tools in the admin panel: BOX_TOOLS_ADMIN,BOX_TOOLS_EMAIL_WELCOME

    You can check out the live site as I will leave it up for you to check out ..

    No matter what I can't get to step 7 or 8 after double checking over and over again in the manual.

    Live site - http://www.vaporsourceecigs.com

    Click on login all I get is The requested URL /hub.loginradius.com/Control/PluginSlider2.aspx was not found on this server above the normal login box

    And this is because I can't get it to install the necessary elements to program the right parameters like API key and API secret , Maybe if there was a manual place to put that information within the data base or some manual way to install it or something .

    Maybe my upgrade went wrong or something ?

    SQL errors

    Error

    SQL query:

    ALTER TABLE `customers` ADD `loginradiusid` VARCHAR( 64 ) NULL ;


    MySQL said:
    #1060 - Duplicate column name 'loginradiusid'


    This is a recent upgrade form Zencart 1.3.9 to 1.5 .. It says current version is 1.5. I've installed lots of other modules add ons that are working fine.

    Maybe we just need better detailed directions ? Figured I would ask here before complaining on forums.

    Thanks,

  5. #5
    Join Date
    Jan 2012
    Posts
    488
    Plugin Contributions
    0

    Default Re: Social Login by loginradius

    I think you have an extra / some where.

    The error is showing this:

    The requested URL /hub.loginradius.com/Control/PluginSlider2.aspx was not found on this server.

    If you remove the / to be :

    hub.loginradius.com/Control/PluginSlider2.aspx

    The page works (but I get an API missing error)


    Can you hit this page with your API key?:

    https://hub.loginradius.com/Control/...OUR+APIKEYHERE



    Looks like line 53 of the /includes/templates/YOUR_TEMPLETE/templates/tpl_login_default.php



    $http = ($IsHttps == 1) ? "https://" : "http://";
    }
    $loc = zen_href_link('sociallogin', '', 'SSL');
    $content = '';
    $content .= '<div style="width:200px;">';
    if (!isset($_SESSION['customer_id']) and empty($_SESSION['customer_id'])) {
    $content .= '<b>'.$subtitle.'</b>';
    $content .= '<iframe src='.$http.'hub.loginradius.com/Control/PluginSlider2.aspx?apikey='.$apikey.'&callback='.$loc.' width="'.$iframeWidth.'" height="'.$iframeHeight.'" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
    $content .= '</div>';
    echo $content;
    }?>


    As a work around, Try removing one / from $http = ($IsHttps == 1) ? "https://" : "http://";

    to
    $http = ($IsHttps == 1) ? "https:/" : "http:/";

  6. #6
    Join Date
    Aug 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Social Login by loginradius

    Thanks for looking at it .... I've installed the plugin on a new clean install of 1.5..

    I got it working right away with one exception .

    ERROR: module not loaded due to missing language file:
    It says /public_html/includes/languages/english/modules/sociallogin/english.php


    But I could install the plugin and everything seems to work fine as you can see at

    vaporsourceecigs.com/v2


    -------------------------------------------------------


    I noticed on the working version the link to the page I am trying to get to to install the plugin is

    https://www.yourwebsite.com/"admin"/modules.php?set=sociallogin


    Now I CAN access this page on my original site , when I hit install I get


    The website encountered an error while retrieving http://www.vaporsourceecigs.com/fron...action=install



    Like I said this is an upgraded version from 1.3.9 to 1.5



    It will NOT list the Social Log In under the Modules menu in the admin panel ...




    The tpl_login_default.php would that prevent the menu from showing the module in the admin panel ?


    I uploaded the stock tpl_login_default.php file that came with the plugin ...


    Its just weird either I have a invalid update to version 1.5 or there is an issue installing this plugin on an upgraded version ...


    My first guess was that I am missing the code in the correct template folder or something wrong with the SQL file as I had other plugins installed before it ...

    Here is what I can't get to show in my admin panel .....





    If someone can tell me a quick way to upload all the product from my old site to the new clean 1.5 database I am all ears at this point that might be easier..

    Can I just import from old SQL and insert images folder in new site?


    I just think maybe the update to 1.5 might have caused some errors or it's somehow the theme/template I am using ....


    Thanks Limit really do appreciate your help.


    -ThePhish
    Last edited by ThePhish; 31 Aug 2012 at 09:44 PM.

  7. #7
    Join Date
    Aug 2009
    Posts
    368
    Plugin Contributions
    0

    Default Re: Social Login by loginradius

    Quote Originally Posted by loginradius View Post
    Hi all,

    We have released the updated version with social sharing and counter and now, you can place social login iframe in right hand side boxes too.
    Please have a look and let us know
    Enhancements:
    1. Added Social Sharing
    2. Added Social Counter
    2. All counter scripts would be manged by admin
    3. Customization option to use Social Sharing and Social Counter at top, bottom and both location
    4. Function for show sharing and counter on all pages, EZ pages, reviews and product pages as well.
    5. User can set title of social sharing from Admin.
    6. Function for activate and deactivate social sharing and counter by a single click in Admin.

    For any support queries, feel free to contact us at www.support.loginradius.com
    Please give a valid support address .

  8. #8
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Social Login by loginradius

    Does this work with ZC v.1.3.8c ?

    I was trying to install it but hit a blank at the first hurdle. When I run ths SQL patch I get the following errors:

    Error Failed: 1
    Error ERROR: Cannot execute because table admin_pages does not exist. CHECK PREFIXES!
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

    Does anyone have this working on v.1.3.8c ?

  9. #9
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Social Login by loginradius

    Quote Originally Posted by solo_400 View Post
    Please give a valid support address .
    the right address is support.loginradius.com I think

  10. #10
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Social Login by loginradius

    Quote Originally Posted by solo_400 View Post
    Please give a valid support address .
    Evidently they don't support it. And engage in unethical advertising and self promotion.

    MODERATOR NOTE Feb 2013: PLUGIN HAS BEEN BANNED DUE TO FREQUENT SPAMMING TO PROMOTE IT BY CREATING FAKE FORUM ACCOUNTS AND POSTING PRAISE ABOUT THE LOGIN RADIUS SERVICE.
    USERS CONSIDERING THIS SERVICE SHOULD BE FOREWARNED THAT THE LOGIN RADIUS PEOPLES' ETHICS ARE HIGHLY QUESTIONABLE.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 Social Bookmarking Plugin
    By SilverHD in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Apr 2014, 02:17 PM
  2. v151 Social Bookmarking Plugin
    By SilverHD in forum All Other Contributions/Addons
    Replies: 26
    Last Post: 13 Apr 2014, 01:38 AM
  3. social login problems
    By Dashizna in forum General Questions
    Replies: 12
    Last Post: 10 Oct 2012, 05:03 PM
  4. Email when a customer banned tries to login?
    By blondu' in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Dec 2011, 06:59 AM
  5. Facebook social media plugin at top of header
    By willie bee in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 26 Apr 2011, 05:57 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR