You are viewing the tag browsing version of webdigity webmaster forums. To visit the actual forums, click here
Tag : apache
Reliable Free Web Hosting Last post on Jan 25, 2008, 05:32:29 AM if anyone is just starting out on the web and looking for free web hosting for their new sites, i recommend Freewebs.com and 50webs.com since ive been using them for...
start a battle: php ./. dotnet Last post on Oct 11, 2007, 01:42:02 PM [quote author=FixMySite link=topic=4903.msg19339#msg19339 date=1164141255] haha...yeah, when i'm ready to use a poorly-architected procedure-based language, i'll be sure to have you come teach me PHP. for now i'll stick with OOP...
mod_bandwidth Last post on Sep 20, 2007, 06:31:42 PM Hi, is there anyone using the module mod_bandwidth? (http://www.cohprog.com/mod_bandwidth.html) is this a good one? are there maybe known problems? (I didn't found at Google) Thanks!...
write permissions for Apache? Last post on Jun 12, 2007, 09:33:08 AM Hi, just noticed that my server's apache doesn't have write permissions to folders inside the public_html folder. is it safe change the permission for Apache and if yes...
Cross site tracking attack in Apache Last post on May 03, 2007, 03:50:42 PM This vulnerability is actually a problem that IIS also has, but the solution I will provide is for Apache only. The problem is that a user can use the...
are this notices normal Last post on Mar 04, 2007, 02:11:39 PM Hello, I'm running a local apache webserver on w2k. I have some problems with apache, I'm asking me if this is normal: [Sun Mar 04 11:55:41...
2006 Year End Sale! - Blogs For Sale - Save $100 Last post on Dec 07, 2006, 12:40:52 AM Start earning money today with an Adsense Ready Blog! Now [COLOR=Red]on sale[/COLOR] until New Year's Day! [COLOR=Red]Save $100![/COLOR] http://www.pqdb.com/components/com_virtuemart/shop_image/product/0d319050eedf368966addf3a27647f3e.jpg What are Adsense Ready Blogs? Adsense Ready...
start winXP without login? Last post on Dec 04, 2006, 11:48:47 PM Hi, currently I use winxp with a user account and I need to login after (re)start. I want to switch my configuration afterwards that the login is not...
Debug Help Last post on Nov 30, 2006, 09:10:41 AM Hi, Firstly can I say phpUpload is a brilliant piece of code that I have used many times. However recently I have had need to use it on...
any idea what this error is? Last post on Nov 21, 2006, 12:34:14 AM Get this error after around 20 minutes.(check att.) no error inside the log... some idea where to search?...
problem with the script Last post on Oct 20, 2006, 12:23:28 AM Hi, I'm using the script for a while but after moving it to another server it doesn't work anymore... When I check it says it's registered and if I...
Problems in Access User 1-92 Last post on Oct 17, 2006, 10:15:12 PM Dear Olaf, Please check the following items in Access_User_Class-1.92: 1- Fatal Error: when you login to the system, if you check the "Remember Login" Check box, you...
What program do you use to write your codes? Last post on Aug 31, 2006, 02:56:37 PM Do you use notepad or do you have a favorite editor? Me, I use a free but very powerful and flexible editor called 1st Page 2000 from Evrsoft....
PHP Testing within Workgroup Last post on Aug 24, 2006, 02:39:01 PM Hi All I have a local Workgroup with 5 PCs connected at home, with one of them acting as the server that has Apache, MySQL and PHP installed. I...
$DOCUMENT_ROOT change Last post on Aug 19, 2006, 11:07:08 AM Hello everone ! Thought to mention the fact that I had to adjust the latest access_user class code to a few minor server related issues that might be of interest...
SE Friendly URLs in SMF Last post on Aug 18, 2006, 04:58:17 PM Another issue I was having with an SMF mod brought this issue up. Either due to a server setting or my own incompetence, whenever I turn on SE...
Failed to connect to mailserver at "localhost" port 25, verify... Last post on Aug 15, 2006, 12:06:39 PM Hi I'he again. Ireceived the following message: Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or...
mail header issue (am i going crazie?!) Last post on Aug 11, 2006, 05:20:29 PM I get an error dealing with this line: $header = "From: \" " . $this->webmaster_name . " \" <".$this->webmaster_mail.">\r\n"; (in the access_user_class.php) When I replace that line with this:...
Importing SQL files Last post on Aug 03, 2006, 12:15:50 AM Hi Olaf Since I got this script to work on my ISP's server, I thought I would try and test it on my local machine I have XP...
Experienced PHP Programmer (Battersea - London) - United Kingdom Last post on Jul 05, 2006, 07:21:03 PM We develop complex websites and web apps with a focus on customer experience. We’re growing and looking for an experienced PHP programmer to join our team. You’ll design, build, maintain...
leading www in url Last post on Jul 05, 2006, 05:32:59 PM Hello, I learned that a website need to answer on both request like: www.domain.com or domain.com while checking the indexed pages in Google I noticed that there are...
Warning: mktime() expects parameter 5 to be long Last post on Jul 03, 2006, 09:46:56 AM I have this error when i try to update user profile. Notice: Undefined offset: 1 in C:\WEB\classes\access_user\access_user_class.php on line 286 Notice: Undefined offset: 2 in C:\WEB\classes\access_user\access_user_class.php on line...
protecting shtml files Last post on Jul 02, 2006, 12:17:35 PM Can you protect .html and .shtml files in directories with access_user class and if so how do you do it with out changing the file type to .php?...
I'm Daniel Malone Last post on Jun 24, 2006, 09:39:49 PM Hello everyone! I'm Daniel Malone. I live in Austin, TX, and work with HTML, CSS, JavaScript, PHP, and Apache daily. I thought I would join this forum!...
Sun Swings Derby Into JDK Last post on Jun 22, 2006, 11:23:55 AM The Java DB from the Apache Derby Project, and GroupLayout from the NetBeans GUI Builder, will be part of the Java SE 6 Development Kit. To read the...
modRewrite and php Last post on Jun 21, 2006, 05:02:03 PM Here is a problem I have. I use the above modrewrite rule to redirect subdirectories of a directory to a php script : RewriteEngine on Options +FollowSymlinks...
A php - javascript script to avoid spammers Last post on Jun 20, 2006, 03:04:55 PM Here is the script : <?php $mail="mymail@mydomain.com"; $code="<script>var mail=String.fromCharCode("; for($i=0; $i<strlen($mail); $i++) $code.=ord($mail[$i]).","; $code=substr($code,0,-1).");document.write('<a href=\"mailto:'+mail+'\">'+mail+'</a>');</script>"; print($code); ?>...
Senior PHP Developer - United States Last post on Jun 07, 2006, 12:21:39 AM My client is a uniquely positioned pioneer in the market for massive multiplayer online role-playing games (MMORPG) used to create virtual worlds. The company has developed a number of patents...
PHP/MySQL Web Applications Developer. - Pakistan Last post on May 26, 2006, 08:25:43 PM Must have extensive knowledge & hands-on experience of: * Object Oriented Programming (OOP) concepts * Advanced PHP, XHTML/HTML * JavaScript, CSS, MySQL, Apache and Linux * Open Source libraries...
special characters on this forum Last post on May 16, 2006, 01:46:53 PM Hello, justr read this post http://www.webdigity.com/index.php/topic,2513.0.PhPMySQL+Ajax+Webentwickler+-+Germany/topicseen.html and noticed that the german special characters are not showing off. A problem with SMF ?...
Senior Web Developer/Architect - United States Last post on May 09, 2006, 04:19:03 PM About Us Hands On Network leads a national civic movement bringing people together to tackle tough community problems through service. We are a growing network of local nonprofit...
anyone ever set up a windows 2000 server? Last post on May 05, 2006, 05:57:08 PM im trying to change one of my servers from win xp to win2000. does anyone here have experience with win2k servers using mysql, php, cgi, etc with and or without...
Disable directory browsing in Apache Last post on Apr 10, 2006, 12:28:49 PM This is a small tutorial that you can use to disable directory browsing in the apache web server. If you don't know what directory browsing is, it is a...
trouble with photo upload Last post on Apr 09, 2006, 10:28:30 AM Hello, I think I wrote a really good upload class and the class works fine on lots of servers. On some servers I have problems with the chmod...
apache on windows Last post on Mar 30, 2006, 01:11:15 PM Hello, I hope you people can help me out... I need a small budget webhost with windows and apache to run a special dll inside my php scripts....
Intermediate Developer - Canada Last post on Mar 21, 2006, 09:30:26 PM IC-Agency is a cutting edge marketing consultancy company. We provide Competitive Intelligence, Customer Insight, Reputation Management and e-Strategies to customer-centric Fortune 500 firms. We pride ourselves on our client satisfaction,...
Senior Software Engineer - United States Last post on Mar 15, 2006, 11:09:20 PM Qualys has become the leading provider of on demand vulnerability management and policy compliance, with over 2,000 customers worldwide. QualysGuard's Software-as-a-Service (SaaS) delivery model allows our customers to manage network...
Expert Linux Server Admin for Web Media Startup - Canada Last post on Mar 07, 2006, 09:07:06 PM We run a rapidly growing web service which has recently been hit with some growing pains on the server administration side that are putting a damper on our ...
PHP, Perl, MySQL, Linux - India Last post on Mar 02, 2006, 10:12:57 PM Developing web based applications using PHP-MySQL, Perl in Linux. Understanding, analyzing & modifying existing popular open source scripts. Should have excellent Programming skills in PHP-MySQL. Candidate Profile Must...
PHP safemode Last post on Feb 26, 2006, 11:47:31 AM Can anything bad happen running your server with PHP safe mode off? I am having a hard time getting vBulletin to work with safemode on. I keep getting errors when...
Senior LAMP Developer (Linux Apache MySQL PHP) - United Kingdom Last post on Feb 16, 2006, 04:50:42 PM Developer / Programmer (Linux Apache MySQL and Php) Cambridge £30,000 - £40,000 p.a. (dependant on experience) My client, a research and data services company are currently on...
DNS with bind Last post on Feb 16, 2006, 01:37:50 PM I've just bought a dedicated server account(linux), which comes with BIND. I would like to create a subdomain in my site, but I don't know nothing about bind. ...
Apache processes Last post on Feb 15, 2006, 01:09:54 PM Maybe this is a stupid question, but I am a newbiew so excuse me please :) How can I see how processes of Apache are running in the system?...
Please help me keep this server alive Last post on Feb 14, 2006, 09:15:44 AM I have a very strange problem. The server crashes by Apache(as you've allready noticed). Even ssh is unreachable when those crashes are done. Here is the configuration :...
parse html files with php Last post on Feb 13, 2006, 04:18:52 AM Hi, Is there any way to force apache to parse html files as php? If yes can I do this using .htaccess? Tnx....
Apache : Get rid of spam bots Last post on Feb 13, 2006, 01:15:48 AM After a lot of searching in my logs, I realized that the downtime we had these days was partially due to some spam bots that overloaded the server. Here...
Configuring Apache Last post on Feb 02, 2006, 02:13:10 PM Just found a great article with tips on configuring the apache web server. Check it out here : http://bobcares.com/article8.html It has a lot of usefull advices....
Experienced PHP engineers - United States Last post on Jan 30, 2006, 06:15:44 PM Seeking experienced PHP software engineers who want to join a dynamic and exciting start up redefining the local search market. We are forming a top PHP development team. Must have:...
Start hosting with J Love Premium Hosting! Last post on Jan 28, 2006, 09:29:05 AM What is the top benefit you ask? The first half a year is free, so you only pay half of what you see posted on the front page! This is...
PHP Software Engineer - United States Last post on Jan 22, 2006, 09:07:37 PM Rapidly-Growing, Profitable and Unique Web-Based Business Seeks PHP Software Engineer (Free t-shirts!) -- Tysons Corner, Virgnia COMPANY DESCRIPTION: We operate CustomInk.com, an innovative web site that empowers...
Anyone uses CentOS? Last post on Jan 19, 2006, 09:36:44 PM The latest month I was checking forums to see what OSs people use for LAMP servers (linux, apache, php, mysql) and I found that a lot of people are going...
LAMP Developer (Mid- Senior) Perm or Contract - United States Last post on Jan 17, 2006, 06:34:58 AM Blue Hill Partners (www.bhpglobal.com) is a private technology partnership with several high tech interests in the Boston area. We are seeking top notch professionals to join our growing team.LAMP (Linux-Apache-MySQL-PHP)...
Referer checker under development Last post on Jan 08, 2006, 03:23:18 AM As this whole referer spam thing is going more annoying I thought of creating a script that will automatically check the referers of the site if they are spammers or...
the infamous "Cgi-bin" Last post on Jan 05, 2006, 09:05:48 AM what is the point of a cgi-bin? apache asks you, when configuring it, if u want to force users including yourself to put cgi and perl scripts in the cgi-bin....
Strange Apache 2.2 problem Last post on Jan 04, 2006, 07:36:16 AM I have a strange problem with Apache 2.2. I've just compiled it in a new Debian based server, and it does not recognize the ErrorDocument directive in htaccess. I...
Configuring PHP4, APACHE and MySQL on Windows XP Last post on Dec 28, 2005, 02:19:08 AM Configuring PHP4, APACHE and MySQL on Windows XP STEPS TO INSTALL PHP4, APACHE AND MySQL ON WINDOWS XP =============================================== 1) First of all, download php4 setup (zip file)...
Director - Germany Last post on Dec 27, 2005, 08:10:36 PM Dear Freelancers, TomBee Concepts is looking for a freelance PHP programmer supporting us in an upcoming project. What we need is a web interface displaying...
PHP / MySQL Developer - India Last post on Dec 24, 2005, 04:21:01 AM Only Local Candidates - CHENNAI 2 years experience in software programming using PHP / MySQL /JavaScript / DHTML. Should be familiar with Linux, Apache (Any...
Apache 2.2 Released Last post on Dec 23, 2005, 09:14:37 AM Check out the new features... http://httpd.apache.org/docs/2.2/new_features_2_2.html...
anyone familiar with PHP switch, read this Last post on Dec 21, 2005, 10:56:48 PM im using the php switch function to layout some pages of a new website im working on (www.tlove2.com) which will serve as the placement page for premium hosting members to...
php.ini question Last post on Dec 17, 2005, 12:54:53 AM Does anyone knows what this directive stands for? ; Whether or not to define the various syslog variables (e.g. $LOG_PID, ; $LOG_CRON, etc.). Turning it off is a...
Beginning PHP, Apache, MySQL Web Development Last post on Dec 16, 2005, 02:30:02 AM Beginning PHP, Apache, MySQL Web Development Code: http://rapidshare.de/files/4653779/John_Wiley___Sons_-_Beginning_PHP__Apache__MySQL_Web_Development.rar.html...
PHP developer & Web Designer - India Last post on Dec 15, 2005, 12:42:37 AM Position: PHP Developer Skillset : PHP, Perl, MySQL, Apache. Experience : Min. of one year Location : Chennai Position : Full time. Position: Web designer Skillset:...
What happened to the forum? Last post on Dec 14, 2005, 04:36:25 PM i tried to come and post earlier today, but I couldn't connect to the site for a few hours :( I couldn't get my webdigity fix....
Senior Web Developer - India Last post on Nov 18, 2005, 12:31:29 PM Senior Web Developer In-Source Connection Job Location: Bangalore Key Skills: PHP, MySQL, CSS, HTML About In-Source In-Source Connection is...
PHP Developer with the - United States Last post on Nov 18, 2005, 12:30:46 PM PHP-DEVELOPER OPPORTUNITY – Los Angeles, Ca. Situated in the heart of southern California, we're looking for two SHARP full-time PHP Developers who will be assisting in the development, coding,...
Web Applications Developer/Project Lead - United States Last post on Nov 12, 2005, 02:27:09 PM Apple's Procurement Business Office (PBO) is seeking an expert web applications developer to design and develop database driven applications, maintain and / or upgrade existing installed applications, and manage the...
PHP Web Application Programmer - United States Last post on Nov 12, 2005, 02:24:41 PM Looking for someone who is a PHP/LAMP geek at heart and somone who loves to code, code, code! We know you're out there! Immediate opening for an advanced Web...
Building Secure Servers with Linux Last post on Nov 04, 2005, 04:03:34 PM Building Secure Servers with Linux Quote: Linux consistently turns up high in the list of popular Internet servers, whether it's for the Web, anonymous FTP, or general services like...
Running A Board (forum) From Your Own PC Last post on Nov 04, 2005, 02:40:22 PM Guys, If you wish to install php and mysql to run a phpBB installation on your computer, first you will need installers. Most of you have windows, so We recommend...
Module mod_rewrite Tutorial (Part 3) : Rewriting URLs Last post on Oct 04, 2005, 06:08:07 PM In the two preceding parts of this tutorial we explained the basics of Rules and Conditions. We will now follow up with two examples to illustrate their use for...
Module mod_rewrite Tutorial (Part 1) : The Apache Server Power Commander Last post on Oct 04, 2005, 06:04:53 PM You may have encountered the name "mod_rewrite" before when surfing the web. For all of our readers who are not intimately familiar with this nifty Apache Web Server module -...