Search the Community
Showing results for tags 'php'.
-
Hello, I need to disable open_basedir and php safemode.. but methods I know don`t work here.. Any suggestions? This is required for a script "Open Journal Systems" to work. Regards, Ashraf
-
- open_basedir
- safemode
-
(and 1 more)
Tagged with:
-
When I run "PHP" codes from a browser they work without problems, but when I try to run the same codes from an app built in app inventor or Labview I get the next error: <html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f
-
Hi, there! I have a issue that was not happening till' today, it seems that the PHP is not working with mysql-mysqli sessions ($_SESSION['example']), i don't know if there is something new that i have to do to make the sessions working again...(the php to update or insert new data to the database is working) btw, i've working with the system without problems for MONTHS, i did not change something on my codes (cuz i have 2 different logins for 2 different websites and in the 2 is happening the same thing...) Is there a new PHP update that make this issue? A maintenance? Or what's
-
Hi there! We are the best free hosting in Russia, and we understood that WHM API is really poor, so ... We have created a php library, that connects to MyOwnFreeHost panel and interacts with it. Check it with documentation at https://github.com/hostronavt/mofh-client I'm waiting for comments
-
I am making my own client area where users can manage their account and would really like to add in autologin links to Net2FTP and ideally Phpmyadmin as well. I know how to do this using PHP, as I can have the client's cPanel username, password and FTP host ready in variables, but unfortunately Net2FTP seems to login with encrypted passwords. It's not base64 as far as I can make out, so I was wondering if anyone has tried this and was willing to help me. I noticed some time ago @InfinityFree had a Net2FTP autologin link in your client area (although this seems to have been removed), might you
-
How to remove file extensions Hello all i made this post to show you how to remove file extensions like [ www.example.com/index.php ] now i will show you how to remove .php in the end file to be [ www.example.com/index ] it will help your clients to open your website now follow this steps : open new Notepad save this code in new notepade RewriteEngine On # Unless directory, remove trailing slash RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/$ http://yourwebsitelink.com/$1 [R=301,L] # Redirect external .php requests to extensionless url RewriteCond %{THE_REQUEST
-
Which language is better in between PHP vs ASP, If we are talking of security point of view ?
-
Cannot get my website to display my main page (login.php) i dont have an index.html in my htdoc, but i do have all my others that i want to display (login.php, form.php and form.css) i have all these files in my htdocs but when i goto my site it just displays the "Congratulations! Your free hosting account has been activated. You can now use FTP or the file manager in your cPanel to upload your site." im trying to get it to display the main page of the php files i want
-
I know where it is: /etc/php70/php.ini. But I don't how to edit it.
-
How do I edit the php.ini file of my website?
-
Since people wanted to complain about this stuff, why not just remake it in a language they might understand more fluently. This code snippet will destroy of your pesky GET parameter (?i=[1-100]). Here's how to do so - Create the Document Go into your FTP and create a file (preferably ~ deleteGET.php) Copy and paste this code into the document <?php // Just simply add your own GET parameters to remove. $toRemove = array( 'i' => '', 'anotherGetParam' => '' ); $removeParam = array_intersect_key( $toRemove, $_GET ); // Stabilize website / avoid loop if(sizeof( $remo
-
Hello everyone, I'd like some help to create a form for creating an email from a page of my website, first of all, is it possible with VistaPanel? I've done that before with cPanel, but the authorization method is diferent in VistaPanel, and I can't connect the script I've got with VP. Can someone help me? Thanks!
-
Basic Form Design ~ This is just a general design by yours truly. I hope you guys enjoy it ~ ~ Instructions ~ Copy the code stated below Create a PHP document (Preferably signup.php) Paste the code to the document Upload to your MOFH Website via FTP ta-da, nice looking signup page ~ Here's the code for the page ~ you're welcome
-
Hello, I want to set up a contact form in my website, which information arrives in my email. But it seems like the mail server is not configured, or not available for free hosting accounts. Any ideas how I can configure it? Thank you
-
Hey I have a question! I was using server 000space.com for two years. I created subdomain not so long ago and started to learn PHP on it. After few times of uploading files this shows me on screen when I try to open ANY file on server: Can anyone told me what could be solution for this? Please don't tell me to refresh 'cause it doesn't work. Greetings from Jonatan
-
Hi, Happy New Year I am a free host user and wonder if anyone can help me to access a MySQL database using a PHP script?The Script file I am using contains the variables:-$dbHost="sql106.byethost9.com"; //MySQL server$dbUnam="b9_2951756"; //temp$dbPwrd="tennis"; //database password$dbName="b9_2951756_GTC"; //database name$dbPfix=""; //db table name prefix (optional)The variables are taken from the left-hand column of my cPanel and the error produced is:- MySQL hostname: "sql106.byethost9.com" MySQL username: "b9_2951756" and I use my cPanel Password The part I need,