Jump to content

KI114

Members
  • Posts

    25
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

KI114's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. The problem is that it could be any file in the folder, not just other PHP scripts. Otherwise that'd be easy
  2. Alright thanks. I'll have to look into it
  3. Linux. CentOS is this makes any difference
  4. Would need to be real time
  5. Is there a way to run a PHP script every time a file is accessed in a certain folder? Thanks in advance.
  6. KI114

    DNS Problems

    How could I put a redirect on the old server though? Because surely it'd just be back to the domain, which then again would point to the old server. So, they'd end up in a loop.
  7. We have recently switched to a new server, changing the IP on the domain. However, some of our clients are still being sent to our old server. We changed the IP on the 18th of April, why are some users still using old server? Thanks
  8. I'm wanting to use a session that will be active on multiple sites at the same time. If on example.org I loaded a Javascript file (on example2.org) which requested a PHP file (also on example2.org)to get the session information, would this work? Also how would I do with with just PHP?
  9. Well I see why you chose them engines and their benefits, so thanks!
  10. I've been looking into the different database engines but am still not sure which one is best to use for my tables. I'm using MySQL 5.1. TableTasks MessagesBeing created and read a lot (every page load) and needs to handle a lot of rows NewsRead a lot but rarely added. PlanetsHardly ever edited but read a lot Player LevelsRead a lot (every page load), not changed much ShipsRead a lot (every page load), not changed much UsersRead a lot (every page load, sometimes more), changed continuously I hope somebody can help me
  11. Didn't think about using that, because I could just write the time taken to a text file or database and see what load times people are getting, thanks.
  12. Not sure where this should go but, is there any Windows programs out there to test the speed of a website (in bulk)? So a few friends could just run a program and see what the average load time is?
  13. I added a doctype but didn't change how it fitted together. However, I changed the slices and it worked perfectly.
  14. I am making an eBay layout for a friend but one of the cells doesn't seem to be stretching. The cell is the one with layout_09.jpg as the background. Heres how it looks like at the moment: http://ki114.phpnet.us/ebay/layout.html And heres the code: <html> <head> <title>layout</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (layout.psd) --> <table id="Table_01" width="780" height="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="5" width="780" height="172"> <img src="images/layout_01.jpg" width="780" height="172" alt=""></td> </tr> <tr> <td colspan="5" width="780" height="4"> <img src="images/layout_02.jpg" width="780" height="4" alt=""></td> </tr> <tr> <td rowspan="2" width="34" height="471"> <img src="images/layout_03.jpg" width="34" height="471" alt=""></td> <td width="102" height="439"> <img src="images/layout_04.jpg" width="102" height="439" alt=""></td> <td rowspan="2" width="35" height="471"> <img src="images/layout_05.jpg" width="35" height="471" alt=""></td> <td rowspan="3" background="images/layout_06.jpg" width="562" height="478"> </br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br></br>m </td> <td rowspan="3" background="images/layout_07.jpg" width="47" height="100%"> </td> </tr> <tr> <td width="102" height="32"> <img src="images/layout_08.jpg" width="102" height="32" alt=""></td> </tr> <tr> <td colspan="3" background="images/layout_09.jpg" width="171" height="100%"> </td> </tr> <tr> <td colspan="5" width="780" height="64"> <img src="images/layout_10.jpg" width="780" height="46" alt=""></td> </tr> </table> <!-- End ImageReady Slices --> </body> </html> Thanks in advance.
  15. Thats what I did originally, but it still won't work. Can sessions be set in a class on another file?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.