Useful Links

General No Comments

Twitter Applications – Related blog post

Twitter Application No Comments

If you want to know more about this twitter applications refer below blog posts.

Related Blog posts


Twitter Applications – FAQ

Twitter Application No Comments

How to buy this Script?
* Contact rajamanickam.a@gmail.com to buy this script or for buying this Script or click here.

Who buy this Script?
* The Social media marketing people can buy this script for improving efficiency of their marketing efforts. The script will be useful for the people who are interested to earn money by providing social media marketing services by collecting monthly or Yearly fees from the social media marketing persons. Even people who want to bring traffic to their existing website can also use this script to bring traffic to their website . They can earn money by showing advertisements also.

Whom should I contact if I need any further details?
* Contact rajamanickam.a@gmail.com or info@qualitypointtech.net. And, you can see more contact details here.

I want to know more about this product, and I want to see sample or Trail. From where I can get these details?
* You can see live demo.

How to install this script and what are the changes I have to make?
* Extract the zip file and place it in your desired location.
* Take the sql file from db folder and import in your phpmyadmin
* Update the db info in config.php file in both twit-status and twit-info folder
* Need to change twitter consumenr key, consumer secret and oauth callback in configOauth.php file
* In functions.php file change username and key in make bit ly function.

Where I have to change header and footer ?
* Template folder does not come along with the downloaded script. You have to delete the delete these header.php and footer.php included line in all files in twit-status and twit-info folder. Otherwise create one new folder named as ‘template’ in the same directory where ‘twitter’ and ‘forum’ folder resides. Inside ‘template’ folder you place the header.php file and footer.php file.

Where should I change facebook like button and other share buttons?
* For changing facebook like button and other share buttons you need to update in each files. No separate files or modules are available to update these social media plugins.

Where I have to change ‘see sales page of this script….’ box text?
* You need to remove the include “bottom_links.php” line in all files at bottom, otherwise change appropriate content in bottom_links.php file.

Why I have to integrate this application with Forum?
* We used phpBB3 froum for login authorization. You can easily manage user(spam user) from here.

Can I use my own login system?
* Yes, you can use. But you need to change some code in all files.

Where should I Install forum?
*Install forum in your main directory – (i.e) the ‘forum’ and ‘twitter’ folder are present in the same directory. Inside the twitter folder you have to place all the twitter application files. So that only three folders will remain in main directory (Forum, Twitter and template).

Where I have to change login and logout process in forum files?
* This application needs two databases.
- One is for ‘twitter application’ and another one is for forum’ to login authorization.

* We stored forum phpbb_users table’s user_id in twitter application tw_twit_account table as fourm_userid.

* You need to set setcookie(“forumuserid”,$fuserid,0,”/”); in forum index.php file (this file in root level) for login authorization. If you don’t want to set this cookie then use forum default cookie (you need to find). We used this forum cookie userid in twitter application ($_COOKIE['forumuserid']).

* Look for the line below in the file index.php

$l_total_topic_s = ($total_topics == 0) ? ‘TOTAL_TOPICS_ZERO’ : ‘TOTAL_TOPICS_OTHER’;

* Copy the this code below the above mentioned code

$fuserid=$user->data['user_id'];
setcookie(“forumuserid”,$fuserid,0,”/”);

if(isset($_GET['goback']))
{
if($_GET['goback']==’twstatus_index’)
{
header(“location:../twitter/twit-status/connect.php”);

}
else if($_GET['goback']==’twstatus_sendpage’)
{
header(“location:../twitter/twit-status/disp_tw_account.php?status=bookmark”);

}
}

* Below codes should be included in the ucp.php file in your forum folder.

In ucp.php file look for the switch case ‘login’

In the case :login look for the code below

if ($user->data['is_registered'])
{
redirect(append_sid(“{$phpbb_root_path}index.$phpEx”));
}

You need to add below code after the above mentioned code.

if(isset($_GET['goback']))
{
$goback = $_GET['goback'];
$querystring = ‘?goback=’.$goback;
}

In switch case ‘logout’ – this code is trigger when user clicks logout. If you clicks logout link from ‘forum’ itself it comes first if condition and clear the cookie variable what we set when login. And incase user clicks ‘logout’ link from ‘twitter/twit-status’ (in that logout it have link like this ../../forum/ucp.php?gobacklogout=twstatus_index) we get querysting variable then clear the cookie variable as null and then again redirect to twitter/twit-status page.

case ‘logout’:

if ($user->data['user_id'] != ANONYMOUS && isset($_GET['sid']) && !is_array($_GET['sid']) && $_GET['sid'] === $user->session_id)
{
$user->session_kill(); // this line already exists
$user->session_begin(); // this line already exists
setcookie(“forumuserid”,”",0,”/”); // clear cookie variable – You need to add this line
$message = $user->lang['LOGOUT_REDIRECT']; case ‘logout’:
}
/* ———- you have to include these below code fully after first if cond – above if condition ——*/
if(isset($_GET['gobacklogout']))
{
if($_GET['gobacklogout']==’twstatus_index’)
{
$user->session_kill();
$user->session_begin();
setcookie(“forumuserid”,”",0,”/”); // clear cookie variable
header(“location: ../twitter/twit-status/connect.php”);
}
}

/*———– end ——————————————— */

Do I have to set a cron job?
* Yes, you have to add two files in cronjob for automatically sending tweets

- one is autotweet.php – this file sending tweet from ‘Auto Tweet’ module. (if you activate auto tweet this will work)

- second one is send_hottrend_tweet.php – this file sending hot trend news from ‘Auto Trends’ module (if you activate auto trends this will work)


Twitter Applications

Twitter Application No Comments

Doing Social Media marketing especially Twitter marketing is very important for increasing online sales of your products. We have developed many useful Tools/applications for using Twitter as your marketing Tool easily.

Mostly, we developed all these Tools one by one based on our own marketing needs, and achieved siginificant success using these Tools. And, still we are developing many social media Tools. This group of applications mainly focuses on managing multiple Twitter accounts effectivley. It includes sending tweets to mulitiple accounts, auto tweets, auto trends and stats. Bookmarklet feature of the MultiPost module will be very effective to send your tweets from any website.

This group of applications is integrated with Forum for login authorization.

Find below the Key Features/Facts

  • Multipost
  • Auto Tweet
  • Bulk Uploading
  • Auto Trends
  • Stats
  • Multipost

    * You can easily send the tweets to multiple desired twitter accounts.
    * URL shortening is integrated with this Tool.
    * It will be useful for doing your online marketing easily and it will save time.
    * You can see the details about this script here.
    * See Live Demo

    Auto Tweet

    * Automatically send the tweets to your Twitter accounts based on your settings (i-e Time duration and list of Twitter Accounts)
    * You can easily change the association between your stored tweets and Twitter Accounts at any time.
    * And, you can activate and deactivate the Twitter accounts as well as individual Tweets.
    * URL Shortening is built-in with the Tool.
    * You can see the details about this script here.
    * See Live Demo

    Bulk Uploading

    * You can bulk uploading your twitter account ids.
    * And also bulk uploading tweets options also there for auto tweet.

    Auto Trends

    * automatically sending the tweets based on what is being searched by most of the people at this moment.
    * It will create exposure to your Twitter Accounts as your tweets will be displayed in the real time search results of search engines. (Because your tweets will be related to the hot trends search)
    * You can see the details about this script here.
    * See Live Demo

    Stats

    * Twitter Stats about Followers count and Following count of any list of Twitter accounts.
    * Within couple of minutes you can see all your twitter accounts stats without going to Twitter site.
    * It will reduce your time and also easy to analyze your followers and following details.
    * Either you can choose Bulk upload(from CSV file) or manually enter each account name.
    * See Live Demo.

    Multipost

    Auto Tweet

    You can buy this product here

    For more products, here you clicks.

    Refer FAQ sections for if you need any help.


    The Great Quotes – Inspirational and interesting quotes

    TheGreatQuotes 50 Comments

    Inspirational and interesting quotes.

    Visit TheGreatQuotes.com to get lot of Text Quotes and Image Quotes. And, you can see the details about our other products also.

    In this Post, I will discuss about work flow,  features and options in the TheGreatQuotes.com site.

    Home page will dynamically display Random Text Quotes and Image Quotes and you can see permanent page for each quotes when clicking on that quotes.

    You can view all the Text Quotes and Image Quotes  by clicking the More button on the home page.

    And, you can view all quotes by author and category wise. Clicking author name in any quotes will display all quotes said by that author. 

    And, clicking category name in any quotes will display all quotes under that category.

    You can easily share Text and Image Quotes through E-mail, Facebook and Twitter.

    And you can make favorite the best quotes here.

    See below screen shot, it shows all share icons for sharing quotes.

    • Red color circle indicates E-mail share option – Mail image
    • Green color circle indicates Facebook share option – Facebook image
    • Blue color circle indicates Twitter share option – Twitter image
    • Pink color circle indicates Favorite option – Star image

    User can add Quotes to  Favorite Quotes option by clicking hallow star image.

    We marked with pink color circle in the screenshot for your understanding. If you haven’t logged on our site means one alert window will open with below message

    “You Need to Login for Favorite this quote. Are you sure want to login” and confirmation buttons.

    If the User clicks OK button, they will be redirected to login page. And, if the User clicks Cancel button they will not be redirected.

    Below image is login page if user already register give your user name and password.

    If the users forgot password, they can  click “Lost your password” link we marked in blue color circle.

    Other wise user can register clicking Register link. we marked in yellow color circle.

    After Registration mail will be sent to your email address that mail having Username and Password.

    Below Image is model for Favorite Quotes. Yellow star filled with yellow color.

    We marked pink color circle. That indicated that Quotes add as a Favorite Quotes.

    You can click that image to view all Favorites Text Quotes. Same as on Image Quotes also.

    If you want to share one Quotes through E-mail means click mail image on Quotes Box.

    After clicking the mail image on Quotes Box shows a pop up window having Three Text Box and One Text Area. First Text Box is your email id we marked blue color are arrow,

    Second is your Friend email id we marked pink color are arrow, Third is Subject box having

    default text as “The Great Quotes” and last text area having Selected Quotes not editable read only.

    After entering your email id and your friend email id please click Send Message button

    we marked as Red color circle in bottom of the window.

    After clicking Send Message button mail will be  sent and will show a message “Email Sent Successfully” in Red color font at top and bottom of the window.

    We marked status by green color circle at top and bottom of the window.

    Below Image is Model of Image Quotes before add Favorite Image Quotes by indicating yellow color star colored only with border.

    The Quote Box having Image Quote, Corresponding text form,

    Corresponding Author name and Sharing Option and Favorite Option.

    • Red color circle indicates E-mail share option – Mail image
    • Green color circle indicates Facebook share option – Facebook image
    • Blue color circle indicates Twitter share option – Twitter image
    • Pink color circle indicates Favorite option – Star image

    Below Image Represent After add Favorite Image Quotes option by indicating yellow star filled with yellow color fully.

    Below Image represents Sidebar. Sidebar having links.

    Heading Topic under the links are corresponding Quotes category link.

    For example user click Motivation on sidebar will navigate to Motivational Text Quotes page.

    Same on Image Quotes page having sidebar and navigate Corresponding Image Quotes page.

    Heading Favorite under the links are Favorite Text Quotes and Favorite Image Quotes.

    User want to view only our Favorite Text Quotes means click Favorite Text Quotes link.

    Favorite Text Quotes marked as a Red color circle.

    Favorite Image Quotes marked as a Green color circle.

    Below Image represent continuity of sidebar.

    User want to click to Register by clicking Register link marked in Green color circle

    User want to click to Log in by clicking Log in link marked in Red color circle