Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
07-02-2013, 11:53 AM
Post: #1
|
|||
|
|||
phpFox 3.6.0 BETA3 - Social Networking Script
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. 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. 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. 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. 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. 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. 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. 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. 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 [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> |
|||