85.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

07-02-2013, 11:53 AM
Post: #1
phpFox 3.6.0 BETA3 - Social Networking Script
[Image: vG8Xxx5.png]

[Image: GyVd7CS.png]

[Image: apps.png]
Apps
v3 introduces an awesome feature that allows other developers to easily create apps without the need of actually accessing your server. Apps are stored on a 3rd party server allowing for easy updates.

[Image: no-encryption.png]
No Encryption!
You may view and edit the source code of the software as you please so you can build onto an already powerful product.

[Image: active-community.png]
Active Community
Join phpFox today and you will join a very large active community that is there to help you. With over 308,384 members, 294,883 forum posts, 1,950 add-ons and 407 articles you will be able to gain a lot of knowledge about phpFox in no time.

[Image: monetize.png]
Monetize
Monetizing a social network doesn't have to be hard and we make sure you have the right tools to get things started from ad campaigns, user based ads, membership plans, sponsored items and ability to sell marketplace listings.

[Image: mobile.png]
Mobile
The web has gone mobile and so have we. We have included a default mobile theme with our product, which will allow all mobile devices to easily browse your site without all that extra data saving your users time and money.

[Image: no-quot-powered-by-quot-branding.png]
No "Powered By" Branding
We provide a white-label branding removal for only $49. This will remove any and all branding's that is visible to your users. Additionally you can label the product with your own brand name.

[Image: satisfaction-guaranteed.png]
Satisfaction Guaranteed
We are so convinced that you will love our easy-to-use product that we offer a 30 Day "no questions asked" Money Back Guarantee.

[Image: single-sign-on.png]
Single Sign-On
One of the most important tools for your community is allowing your users to easily create an account on your site. The best way to accomplish this is using our single sign-on feature, which provides the ability for your users to use their Facebook, Twitter, Google, OpenID and more to login to your site.

[Image: scalability.png]
Scalability
Once your community grows and you need to start using several servers to power it, don't worry; we got you covered. With phpFox we include the ability to store items uploaded to your servers on Amazon S3 servers for guaranteed availability as well as use Memcached technology to cache data in memory instead of on your server. In addition to all that we also include support for MySQL Database Replication, which allows you spread your database across several servers for an optimized and load balanced environment.

Front Ends Demo
http://demo.phpfox.com/

Code:
Server Requirements
Web Server - Apache, Nginx, IIS, CGI, FastCGI or ISAPIOperating System - Solaris, Linux, BSD, Windows or MacPHP Version - Minimum - 5+MySQL Version - Minimum - 4.1GD complied with your PHP Build - YesSendMail - YesPHP memory_limit - 64MPHP CURL - YesMinimum Web Space - 15 mbOptional Server Requirements
The requirements listed below are only required if you decide to use one of the following optional modules.Video ModuleFFmpegMplayer + MencoderPHP file_uploads - 1PHP post_max_size - 100MPHP max_input_time - -1PHP upload_max_filesize - 100MMusic ModulePHP file_uploads - 1PHP post_max_size - 40MPHP max_input_time - -1PHP upload_max_filesize - 38MShort URLmod_rewrite (Apache)Facebook ConnectPHP OpenSSLWeb Browser Requirements
The requirements for a web browser depends on what theme you are using for your site. The default theme we release has been tested to work on the latest versions of all the most common web browsers (eg. Firefox, IE8, Opera, Chrome etc...). For those that use Internet Explorer, must have version 8 or higher installed in order to properly use all the features provided by phpFox.How to check your hosting provider meets these requirements:
1. Ask your host. The best way to check your requirements is to simply contact your host and ask them. Simply link them back to this page so they can look over the list.2. You can also download our test script here. The zip package will have 1 PHP file called "phpfox.php". Upload that PHP file to your server and run it like: http://www.example.com/phpfox.php


[hide]http://www.uploadmagnet.com/hd5tzo26yxy5/phpFox-3.6.0.BETA3.rar
http://uploadmirrors.com/download/1WYRAT....BETA3.rar

https://www.virustotal.com/fr/file/e71f2...372729969/[/spoiler]
08-20-2013, 12:25 PM
Post: #2
RE:
Hey thanks for sharing this!! I was wondering... Can you tell me how to remove the "POWERED BY" links in the footer? Please advsie.
11-18-2013, 07:38 PM
Post: #3
RE:
hi i need a script like this, is this the latest version that we have here ?
11-19-2013, 01:10 PM (This post was last modified: 11-19-2013 01:11 PM by milena.)
Post: #4
RE:
@Batmans
There are few effective solution, you can choose any one:

Solution 1: via AdminCp:
Follow the process and edit required details:
AdminCP => Settings => Manage Settings => General

Solution 2: via AdminCp:
Its Simple Go to your AdminCp => Setting => Branding Removal. Click On it, Automatically Removed ur Brand “Powered By Phpfox.”

Solution 3: via phpmyadmin: Run this sql query:
UPDATE `phpfox_setting` SET `value_actual` = ’1′ WHERE `phrase_var_name` = ‘setting_branding’ LIMIT 1;

Solution 4: via coding files: go to edit template.html.php
The path for this file: phpfox\theme\frontend\default\template\template.html.php

Find:
<div id=”copyright”>
{branding}
</div>

Remove {branding} and add your site link, after adding it will be:
<div id=”copyright”>
<a href=”your_site_url”>your site name</a>
</div>




69.gif