-
Posts
75 -
Joined
-
Last visited
Everything posted by Ayman
-
What kind of site do you run? What are these databases for?
-
Happy Easter everyone!
-
Also, you can use cron to run commands, or ask the help desk to run them for you, I usually get things done in less than an hour, and many times in a few minutes, when I ask the help desk for help.
-
Apache, PHP, and MySQL are all available as free downloads, the book PHP and MySQL Web development has a chapter on how to install these apps and configure them to work together under Windows and Linux, I think the book's CD has the apps too, not sure, but why not get the latest versions off the web?
-
I see you are running MovableType, just a guess here, as I have never used MT before, but it's possible that the script is causing this. Hopefully someone who uses MT will be able to tell whether it's the case or not.
-
The quick and easy fix to those "headers are already sent" errors, is to enable output buffering. Add the following to the file .htaccess in your PHP-Nuke root dir (create the file if it's not already there): >PHP_FLAG output_buffering on Hope this helps.
-
When the domain expires, it's doesn't become available immediately, you will have to wait 30-60 days or so for it to be released to the public, check out the domain life cycle pic for more info: http://www.domainsbot.com/image/deletecycle.gif To check the status of a domain name, you may use this site: http://www.freewho.com/checker/
-
I see, thanks for the info.
-
Hmm, I've tried to edit my previous post but I couldn't... Here is what to add to your .htaccess in public_html: ><Location /subdomaindir> AddType text/plain .php AddType text/plain .php3 AddType text/plain .pl # add more extensions here </Location> I think this should do the trick, please let us know how it goes. EDIT: Should have posted once I've tried everything, instead of posting/editing all the time, anyway, Location doesn't work for me either, is it me? Or are these directives disabled here?
-
Use the Directory directive to set options for a subfolder in your root .htaccess file: http://httpd.apache.org/docs/mod/core.html#directory Also, to disable scripting, set the MIME type for .php, .pl, .py (and so on) files to text/plain, using the AddType directive: http://httpd.apache.org/docs/mod/mod_mime.html#addtype Haven't tested them here on TCH servers, but in general, these should do the trick. Let us know how it goes. EDIT: Directory doesn't work for me for some reason, however Location works, use it instead: http://httpd.apache.org/docs/mod/core.html#location Is directory disabled on HTC servers? Or am I doing something wrong?
-
Yeah thanks, I've removed the version number anyway, and I always keep my scripts up-to-date, just wanted to make sure my account won't get suspended because a script displays an old version number.
-
Hi, I wonder how you decide that a script is vulnerable to attacks, is it because the displayed version number is old? Do you check the script for known exploits? Or you only suspend an account if the script is under attack? The reason behind my question is that I run a heavily mod'ed phpBB forum, I upgrade to newer versions manually, and leave the version number without modifying, I guess I'll remove the version number all together, just wondering... Thanks.
-
Phpbb 2.0.13 Released - Critical Updatebb
Ayman replied to OldTimer's topic in Software/Scripts/Other Alerts
Patched my forum, thanks for the heads-up -
Select home dir, when the backup is generated, log in to your site using SmartFTP as usual, and download the backup file in your home dir.' Remote server option is for transferring the backup to another server, not your computer.
-
Congrats!
-
There is an address book integrated into Thunderbird.
-
Time to upgrade from 1.2.2 and get back to blogging for me I guess.
-
Hi and welcome to the family What's the problem exactly? Got any code or error messages to show us? What login info did you use for the mysql_connect (or mysql_pconnect) function? Did you create a username and add it to the database using cPanel? Also check out the tutorials here: http://www.google.com/search?q=php+mysql+tutorial
-
Congrats Stefan I'm an international customer too (from the Middle East), and I'm very happy with the service.
-
Any plans to upgrade to Horde 3.0 in the near future? I need to use web mail for some email accounts, and I had the chance to try Horde 3.0 today, I can say it's simply awesome, message composition is grealty improved over the previous version, and now it's possible to check more than one account at the same time (no need for more than one login), among the other things...
-
I'm not sure what you're trying to do, maybe you mean: http://username:password@domain/public_html ?
-
Hmm, AFAIK, POP3 and SMTP has nothing to do with each other, SMTP uses its own auth scheme. What language is your program programmed in? You can always use built-in functions like mail in PHP, or call the sendmail binary to send emails.
-
Is there a deadline for requesting moving to UK for current customers?
-
PHP and MySQL Web Development is excellent, it explains everything in details, along with a lot of examples, and the final chapter contains fully working examples for a forum, a mailing list, a shopping cart, and more. I have the 1st edition of the book, the only other reference I need while developing in PHP is the PHP Manual.
