Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
10-03-2014, 11:47 PM
Post: #11
|
|||
|
|||
RE:
Create a file called "test.php" in your webserver root.
Add the following: PHP Code: phpinfo(); Open the file in your browser and you'll find the following. Curl Support (I highly doubt PHP was compiled without support for it): "-with-curl=/curldirectory" URL Open Support: "allow_url_fopen => On" If "allow_url_fopen" is set to off, you're host might be running suPHP, this might work. Create "php.ini" in webserver root. Add the following to the file. Code: allow_url_fopen = On; |
|||
10-20-2014, 06:00 PM
Post: #12
|
|||
|
|||
RE:
Hi, I have a problem. After following the TUTORIAL. i get this http://#########\/index.php/login. how do i fix the \/ to /.
Thanks |
|||
10-20-2014, 06:03 PM
Post: #13
|
|||
|
|||
RE:
Hi, I have a problem after i followed the TUTORIAL. I get this in the address bar( http://#########\/index.php/login) How do i remove the \.
Thanks |
|||
04-16-2015, 11:54 AM
Post: #14
|
|||
|
|||
RE: [GET] phpSFP
Link is dead.Please update new links.Thanks
|
|||