Questions tagged [phpfox]

phpFox is a social networking platform created in PHP. This CMS is based on the MVC structure. Most of its functionality is similar to Facebook. It was founded by Raymond Benc in July 2005.

158 questions
44
votes
7 answers

How to manage session for a user logged in from mobile app in PHP?

I'm a PHP programmer by profession. So, I don't have any idea about iOS and Android coding. The scenario is there is one website developed using a Social Networking PHP software titled "PHPFox". Now there are two similar mobile apps which exactly…
PHPLover
  • 1
  • 51
  • 158
  • 311
27
votes
1 answer

How to implement 'Token Based Authentication' securely for accessing the website's resources(i.e. functions and data) that is developed in PHPFox?

I want to use methods and resources from the code of a website which is developed in PHPFox. Basically, I'll receive request from iPhone/Android, I'll get the request and pass to the respective function from the PHPFox code, take the response from…
PHPLover
  • 1
  • 51
  • 158
  • 311
12
votes
5 answers

How to increase the execution speed and reduce execution time of a social website like 'Facebook' developed in PHPFox?

I've an already developed and running social website like 'Facebook'. This website has been developed using PHPFox v3.0.7(which is a social networking platform created in php). The website functions are working well, no issues with them. The main,…
PHPLover
  • 1
  • 51
  • 158
  • 311
9
votes
5 answers

How to redirect the user to a mobile app or a website on click of a hyperlink sent in an email? Should it need to be handled on server-side using PHP?

I've a website which is already developed using PHPFox and it's working fine. Now, iOS development team has created a mobile app in iOS for the same functionality as of the website. User can do all the operations using this app which he/she can do…
PHPLover
  • 1
  • 51
  • 158
  • 311
4
votes
2 answers

Php fox Hide page

I am using PHP FOX all the process was documented very well. But need to know how to hide the page http://live.phpfox.com/demo/?do=/video/ if user is not logged in and redirect to the login page. This should only be true in case user is not signed…
Shefali Aggarwal
  • 728
  • 4
  • 12
3
votes
4 answers

How to apply a jQuery CSS change to elements that have not yet been created without using addClass?

I'd like to know if there's an elegant way to accomplish this. My question: I need to change a few CSS properties of some div elements that have already been created and have those changes be applied to newly created elements of the same class as…
2
votes
1 answer

Migrate phpBB forum to phpFox

I am struggling to find a migration tool from phpBB to phpFox. It seems that there is no ready made script so I would have to do it myself. I want to use the default phpFox forum. I would appreciate some insight if anyone has done a similar thing.…
Martin Taleski
  • 6,033
  • 10
  • 40
  • 78
2
votes
0 answers

Unable to load class: phpfox/session/handler/default - include/library/phpfox/error/error.class.php (95)

I am getting error for my phpfox website, when I migrated it to new server which is ubuntu 14.04, when I have enabled debuging, the following error shown on the website page: User Error: Unable to load class: phpfox/session/handler/default - …
2
votes
1 answer

How to add new menu in admincp

I have developed a new module in phpfox. and i want to add some menus in admincp for its settings. How to add New menu in admincp(phpfox) via admincp. i can't find the option for adding it. i can add the menu for frontend but not for admincp…
Gaurav Srivastava
  • 3,232
  • 3
  • 16
  • 36
2
votes
0 answers

need iphone integration of im chat used in phpfox

I want to integrate default IM chat used in phpfox in our iphone application. I am able to do xmpp chat but dont know how to get Jabberid of user from that phpfox IM chat. Is there any api for integrating this IM chat.
Avinash Tag
  • 162
  • 2
  • 12
2
votes
3 answers

Cron job to copy db table rows betwen 2 MySQL tables

I would like to copy login data from one table to another. table contains Joomla login data table contains phpFox login data. I would like to copy login data from table 1 in every 30 seconds / 1 minute to table 2.
2
votes
2 answers

phpFox Template change

I have installed phpFox and I have HTML( only html,css,js ) template. I want to change to my own html template instead of default template! I could to do this task! Please help me to change default template to my own html template. phpFox 3.3.0
Umidjon Urunov
  • 651
  • 1
  • 17
  • 39
2
votes
2 answers

PhpFox Video Conversion

Strange thing on the video upload function in PhpFox: Once uploading wma file created with Windows Movie Maker, PhpFox is not converting that video? But if I try to upload sample movie (wma too) which comes with windows 7, everything is converted…
Fenix Dolores
  • 73
  • 1
  • 9
2
votes
2 answers

ELGG, PHPFOX, SOCIALENGINE AND OTHERS: what's your favourite social network script and why?

I'm a user experience designer (not a developer). I'm looking for the right social network software giving me flexibility, performance, usability... and inspiration also. What's your experience with ELGG, PHPFOX, SOCIALENGINE or similar? What's your…
Kurt UXD
  • 5,776
  • 2
  • 20
  • 16
2
votes
3 answers

Is it possible to install website made in php fox on localhost?

I have website made in php_fox framework and my client want some changes on website but he don't want that changes on his server directly so firstly i have install that website on my localhost. so is it possible to install that website on…
ruchita
  • 21
  • 2
1
2 3
10 11