samedi 19 septembre 2015

Facebook Pages / Groups Feeds Manager Pro (Social Networking)

Facebook Pages / Groups Feeds Manager Pro is the easiest yet a very powerful way of publishing to unlimited Facebook Pages and Groups. Quickly post your content to all or a selection of your Groups and Pages. Give the best way to market your business products, promote your Facebook Fan Pages, Business Pages and Personal Pages and to obtain a boost in your Facebook campaigns, traffic and likes.

Facebook Pages / Groups Feeds Manager Pro allows you to post four different types of content to multiple Facebook Fan-pages and Facebook groups in one go.

Managing, Publishing, Delete and Scheduling to all your pages and all your groups is a piece of cake with this application.

required php_pdo, php version >= 5.5

required curl …

support via skype: santd86

System will support multi language in frontend site.

You can see demo at:

http://zodaco.com/

Note:

- Feed to facebook use console: config crontab

To Setup: - Unzip source code

- open file app/config/parameters.yml

+ Change database info:

database_host: 127.0.0.1
database_name:
database_user:
database_password:

- Import database:

import file data.sql to your system (database included sample)

- Upload source code to Server

- chmod 777 folder and sub-folder in root directory:

app/sessions app/cache app/logs

- Delete all file + sub-folder on app/cache

- Setting system: open file

src/Social/ManagerBundle/SocialManagerBundle.php

change some setting

public static $demoMode = 0; //mode live or demo (0: Live, 1: demo)

public static $fb_app = ””; // facebook app_id

public static $fb_key = ””; // facebook seret app key

public static $defaultPassword = “12345678”; //Change default password

- Setup crontab feeds content to facebook auto

  • * * * * /usr/bin/php PATH/app/console FeedFacebook > /dev/null 2>&1

change PATH to your path on server

- That All.

Congrats, Your system will running.

Demo Account:

email: pages.groups.manager@gmail.com

password: 12345678

Login admin with user.

Note: demo mode can’t change all action in backend, this account only view.

New user can’t feeds

Only Admin account above demo can feeds.

Support: We provide support within the comments section. So when you have questions, we’re here to answer. So let’s get the new top list app code!

Please. Use Server or VPS to install and run this source. I not suggess use share hosting, it very bad config for symfony2.

If need VPS you can register by this link.

http://bit.ly/1BLes2n

$5/month

Or another service if you wan’t

Demo config file on server

1. With server, vps use nginx Cretate file your_server.conf on /etc/nginx/conf.d/ (change your_server to your name) with content bellow:

server { listen 80; server_name your_domain.com; server_name www.your_domain.com;

error_log /var/log/nginx/your_domain.com.error.log;
access_log /var/log/nginx/your_domain.com.access.log;
location / {
    root   /var/www/your_domain.com;
    index index.php  index.html index.htm;
    try_files $uri $uri/ /index.php?q=$uri&$args;
}
error_page  404              /404.html;
error_page   500 502 503 504  /50x.html;
location ~ \.php$ {
root           /var/www/your_domain.com;
fastcgi_pass   127.0.0.1:9000;
fastcgi_index  index.php;
  1. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

    fastcgi_param SCRIPT_FILENAME $request_filename;

    include fastcgi_params;

}

}

Change /var/www/your_domain.com to your path

if use Apache, use guide bellow;

Insert this config to http-vhost.conf or httpd.conf

<VirtualHost *:80>

ServerName domain.com
ServerAlias www.domain.com
DocumentRoot "path/your_domain.com"
<Directory "path/your_domain.com">
Options Indexes FollowSymLinks Includes execCGI
AllowOverride All
Order Allow,Deny
Allow From All
</Directory>

</VirtualHost>

Change domain.com to your domain

change path/your_domain.com to your path source on server

DONE

Support: We provide support within the comments section. So when you have questions, we’re here to answer. So let’s get the new top list app code!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire