Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Intranet


I was charged with building a new intranet for my company which seemed to be complete. Testing was done everything was great and so we made every thing live and "Bam"! Now it takes an average of 8 to 10 seconds to load a page.

We are using Microsoft 2003 Server, PHP 5 and MySQL 5. the previous build was on a 2000 Server, PHP 4 and MySQL 4. There are 2 intranets being run-- one runs just perfectly, however there is a header program in place that is controling the post and get information. The one in concern seems to slow when I am calling a get method thru the http header

ie http://mysite/home/index.php?page=home

When I call the index page and add the inclusion of the home page this is where I have the slow down. If I was to call

http://mysite/home/home.php

I get an imediate page load. Of course the page is not formatted corectly and I
have a lot of the page information missing because I depend on the index.php to hold the basic page design and the page call will call an individual page to appear in a certain part of the over all design (sorry if I am going on and on I just want to give as much info as possible).




View Complete Forum Thread with Replies

Related Forum Messages:
Set Up An Intranet For My Own Use Only
I have recently decided to set up an intranet for my own use only. I have a webserver using apache and also have php installed. What i have done so far is i use a basic authentication, simply asking for username and password before entering to the intranet homepage. Now what i'd like to do is to be able to retrieve whoever enter the site and be able to show it on the intranet homepage. In another word, i'd like a welcome message on the homepage.

View Replies !
PHP/MySQL And INTRANET.
Does PHP and MySQL behave on an Intranet, the same way it does on the Internet? If so, what server would be the best for this (Apache)? Also, how difficult is it to bypass any firewalls if a user is attempting to access the Intranet (MySQL tables) from a remote location via the Web?

View Replies !
Email On Intranet
I'm trying to submit an email on our Intranet, but when I use:
mail($recipientemail,"Subject",$notification,$sender);

I get the following error:
Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for validemail@validdomain in c:inetpubwwwroot
eminder.php on line 29

I substituted validemail@validdomain for a valid address I'm sending to. We're running Windows 2000 for our web server on the same machine running our Exchange server.

View Replies !
Intranet Development
I'm looking to start creating an intranet for the company that I work for, but I have little experience in creating such a system. It is something that I would like to learn a lot more about though.

so I was wondering if a) it is possible to create a safe and secure intranet using PHP/MySQL and b) which resources (books, tutorials etc) you guys would recommend for learning more about intranet development.

View Replies !
Looking For Intranet Software
Here are the specifics that I am looking for:

It needs to have a calendar (several portal and cms software packages have this)
It would be nice to be able to share that calendar (optional)
Or it could be a public calendar that everyone posts on
(or possibly a calendar where you can make events public and private)

It also needs to have a personnel directory so people can lookup others' phone numbers and email addresses. I suppose this could be done through a "user's list" if the software used was something like php-nuke, drupal, etc... Code:

View Replies !
Intranet Business App
I will be designing an intranet business app, laboratory information system to be more precise, and am still deciding what to use for the front end to the mysql db. Also one of the objectives is secure web access for customers. I designed the current app which is an MS access multiuser db. It works fine but is starting to show its limits and for version 2.

View Replies !
Trying To Add Intranet To Site
so like the subject says i'm trying to add an intranet to a site i'm working on using a  php function to block out any ip addresses i dont want. In this case i want to block out anything that doesn't start with 192.168.

To do this i thought that this snippet of code would do the trick, a statement checking the IP, then if it does not begin with 192.168 it would kill it.

View Replies !
PHP As A Proxy To Get Intranet Content
I need to provide content to the external site that comes from internal intranet web servers. These are mostly webservers in hardwired devices such as PLC's.

I have done this on a smaller scale by:
1. opening socket
2. sending http request
3. getting response
4. splitting headers from content
5. sending headers and content back to browser

This new requirement is more invoved though, with activex objects, username/password challenges etc.Is there a tool out there that can handle this?

View Replies !
Is PHP Robust Enough For An Intranet Application?
I'm just curious if anybody has created a PHP-based Intranet application and what successes they've had. I've used PHP to do a lot of things, but because it partners with HTML I always assumed it was too flimsy to be used in place of C/C++/VB/Java/etc.

The more I thought about it though, I realized that its partnership with HTML could be an asset. It would cut down on a lot of the GUI development time. You could even add a layer of JavaScript to take care of some of the client-side error checking and other stuff that you can't do with PHP alone.

What are some of the downfalls to using PHP for such an application? I hear some people talk about using Object Oriented (OO) PHP design methods, but I really don't see how you can do that. Do they mean using a lot of functions and includes, or did I miss the part where you can create classes and objects in PHP?

Aside from the (at least what I can see) procedural nature of PHP, I'm having trouble pinning down where it's any less capable when used with HTML/database/JavaScript.

View Replies !
Intranet-based Calendar?
I'm interested in creating an Intranet-based calendar which will contain company information such as holidays, special events, etc. I was wondering how this could be done. I was originally thinking of using an ActiveX control of some sort but would rather use DHTML w/ Perl/PHP instead.

View Replies !
Integrating An Internet And Intranet
I developed a php inventory system on the public Internet. I have now been asked to create a customer information system that will run in an INTRAnet environment. What php and/or perl functions can I use to seamlessly integrate the intranet and internet applications.For example:

We have all the product information online, but we want all the customer information offline(especially credit card stuff). When we make a sale, we would like to have the customer information displayed along with the product information. This will be used for invoicing and then for accounting purposes.

View Replies !
Build A Very Secure Intranet
I am trying to build a very secure intranet. My login script sets username in a cookie at the client side when the suer logs in and all the other pages check to see if the cookie exists and what access the user has.

I know that cookies can be spoofed, so I want to setup another mechanism to check for authentication. May be store it somewhere else also and cehck them both? Can sessions be spoofed ?

View Replies !
Ms Access On Intranet? Can It Be Done Flawlessly?
I want to know whether this can be done? flawlessly means is it gonna be like what we used to do over the internet? what is the disadvantage? what are the dos n donts for this?

View Replies !
Intranet / Network Password
In our network each person has an individual username/password to log on. This password is changed regularly.

I am creating an Intranet website containing various sections and want to know if it is possible to provide a log in page for each section.

The log in should be the users own username/password that they use to initially log onto the network.

Is it possible to incorporate their username/password into the intranet site?

View Replies !
Intranet - Authenticate Using Windows Credentials?
I've just about finished an intranet app that allows users to sign in and out, track their time, show a calendar view of time worked, vacation days used, calculates overtime, etc. My backend is mysql and I'm currently authenticating against a users table that I threw together. The problem with that is another set of u/p's for users. I can import a list of everyone's windows login info, but then it's in two places and I have potential sync issues and maintenance that I'd like to avoid.

My question is this: are there any environment variables that capture the windows login info in PHP (the server will be running on windows, not *nix)? For example, if I login into my workstation as djf / password1, rather than having that information also stored in a mysql table, is there any way to access those values without the user typing them in again? I'm not that familiar with windows environments, but based on the research I've done, using LDAP and Active Directory might be a possibility? I have no idea how to do either.

View Replies !
Echo Windows Username Intranet
i a making a form that will insert a few things in to a mysql database, i am trying to make a field that will show the users domain username but i cant seem to find anything to do it,

i am in a corporate network with thousands of users, i am using one of the pc's to setup a mysql / php / apache server just using (xampp) we will access the pages using netbios (http://computername/index.php).

our intranet needs windows credentials to access most of the pages so the info must bestored in ie i just cant find the php code to access it, i have tried,

<?php
print_r ($_AUTH_USER);

and a few variations.

View Replies !
$_SERVER['HTTP_REFERER']; On Intranet Get Referring Filename
When using (on an Intranet) $_SERVER['HTTP_REFERER']; is it possible to echo just the referring file name rather than the whole url?

View Replies !
Querying Online Databases From Intranet/localhost
Firstly, is querying online databases from localhost/intranet servers possible?

Secondly, if it is could someone shed some light on how I would go about it....

Ideally a small part of the intranet system would just contain two sets of db connects:

$db1 = mysql_connect("onlinehostname", "username", "pass");
mysql_select_db("databasename", $db1);

$db2 = mysql_connect("offlinehostname", "username", "pass");
mysql_select_db("databasename", $db2);

but I'm guessing this is simple method is impossible.... is there a way to accomplish something similar? as I would like to be able to take parts of an online database into an offline one if they were approved..

View Replies !
How To Find A User Is Online In Local Intranet
how to find a user is in online or not in the local intranet with php. we have any default functions.

View Replies !
Hyperlink From Intranet Web Page To Local Files On My Computer
I'm creating a company intranet, and every employee has certain
program we want them to be able to run from it, meaning we want the
link to the program to be on the intranet page. For example, Adobe
Photoshop resides on all the employees computer under "C:Program
FilesAdobePhotoshop 7.0Photoshop.exe"

However, when I enter that as a hyperlink on the page, it does not run
the program.

Is there a way to get a web page to run a program on the local host?

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved