Merge two existing forms together, Add PHPBB2.x posts in to an existing SMF1.1x
Hello I have two community website each running their own forms and I would like to merge the content of both forum in to one forum. Specifically from (PHPBB 2.x) in to a SMF (1.1). Both forums have been running for years now and have built up 100k of posts each. I found a conve...
Compare Cerberus Vs Vision Helpdesk
We are looking for Helpdesk Software that can allow us managing support for multiples companies, We found that Cerberus and Vision Helpdesk offers such features. We tried demo of both helpdesk softwares found Cerberus bit shabby and difficult user interface. Has someone used this softwar...
PHP memory usage
Hi,I have two servers with identical versions of Apache and PHP installed (same libraries and all), one taking 15MB to load a certain page, and another taking 22MB for the exact same page.The generated code is exactly the same as well.Any reason for the difference in me...
Best Free Web Statistics and Analytics Packages For Sites Using PHP & MySQL.
I'm looking for a list of the best free web statistics and analytics packages for my my site using PHP & MySQL?...
Free/cheap Whois Api
Is there a free API where I can pull whois data and server location data?(similar to who.is)...
file need to go through a php page using .htaccess
Hi!I'm looking for a way to convert this type of url : h11p://www.mywebsite.com/dl/F5EGD6Into h11p://www.mywebsie.com/dl/files/my_file.zip sing a PHP page to request the URL from the DB with F5EGD6. I tried ith this htaccess file :RewriteEngine onRewriteRule (*)$ /dl.p...
IIS XML encoding seems to be wrong
We are moving our web application from Apache 2.0 to IIS 7.Everyhing is fine with UTF-8 encoding, but just one thing.There's a flash movie in the page that reads an xml content (dynamically generated by php) which if served by Apache correctly displays french-specific characters...
show content on domain.com from a sub directory
HiI have a domain that looks like domain.comon the server files look like:<www> <mydirectory> <otherstuff> <asubdomain> index.html .htaccessok, so when you open the site, it will display index.html...
How do you get Drupal to go to a page other than the User Profile on login?
ISSUE: Please help, I've tried a few things to get Drupal to STOP going to the User Prolfile page on login, even installed a module called LoginToboggan; which has nice features, just doesn't stop Drupal from sending all users that login to their User Profile page. Just t...
Why would a php file return 404 while in the bin directory on IIS7?
I'm running IIS7 and I have fastCGI installed and php code works just fine normally.Today I added a php file that contained only code an no html markup to the bin directory. And when I try to access it via http, i get a 404 back.I've verified the file is on the server, and I've ...
Todo with user input
Hi!I'm searching for a todo-list application like this one http://diggan.se/todo/ but with a function so the users could add todo's that would look like requests. Me (the webmaster) can later choose which request I should start working ...
PHP / ASP.NET / JSP application like Google Wave
I want a PHP or ASP.NET or JSP application like Google Wave to host in my website. Features I needed:FreeOpen Source (not required)Real-TimeFast & SecureImage, Video and file sharing (not required)Video playback and image previe...
Chat like chat.meta.stackoverflow.com in my website
How can I create a chat room like http://chat.meta.stackoverflow.com/ in my PHP website? I am looking for a free solution. Please help......
ASP.NET, PHP, SQL Server, MySQL hosting provider for developer?
I am looking to find a web hosting provider that provides ASP.NET and PHP hosting. The purpose is pretty much just a programming playground for me to develop in and possible show some of my work.As I use ASP.NET and PHP I am looking for a provider that provides hosting for both of these ...
Mod Rewrite not working on my addon domain
have a wordpress website on my main domainFor the wordpress website i have this in my .htaccess file# BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /inde...
What is the next step up in my IT career?
I looking to branch up and out of my career, but i don't know what direction to take that is a good match for my skills, and will lead to higher pay.Experience:Dabbled with OpenGL, Java, and C incollege Graduated college with a "design/art/computer" degree with ...
php with apc+memcache+squid
I have a basic php installation. I want to install apc + memcached and squid to speed up the website.I have run into various resouorces regarding this, but one thing is not clear. Should php be in suPHP or DSOWhat can be the advantages ...
easy tool for creating XML sitemaps? (constantly expanding site)
Does anyone recommend eithera php script that I can run as a CRONorsomekind of thirdparty tool i can useto create sitemaps?My website is events bases and so the pages are pretty temporal with 20+ new pages per day...Goo...
What is SSL Hosting and what are the requirements for making secure transaction
Hi,I am here in order to collect the information for making secure online transaction. My client has got a online shopping site. We are now having cart in our own site and transfering the cart detail to paypal and making the payment via paypal.So now i would like to add the cred...
Redirect page to symlink
So I have 2 URLs that basically link to the main url using a symlink maindomain.com englishdomain.com -> symlink to maindomain.com frenchdomain.com - > symlink to maindomain.com/fr When someone actually lands on maindomain.com/index.php it will au...