Jump to content

2levelsabove

Members
  • Posts

    180
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://alltherides.com

Profile Information

  • Gender
    Male
  • Location
    Dallas, TX

2levelsabove's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. I do not have windows or Excel. I have played with several open source solutions and have been able to convert from csv to xml however it is not based on the schema given. Please suggest
  2. OK let me try to explain better: I got this dedicated server running CentOS 5 which I'm using to host several websites distributed among 10 IP address. I need someone to teach/guide me through the process of installing and setting up Squid so I can use as many of those IPs as I want for the proxy server. For example, let's say the server got 5 IPs: IP1 IP2 IP3 IP4 IP5 If I connect to (as an example) IP2:port 8580 I want remote sites to see that IP2 is the one opening the connection. Same thing if I connect through IP4 or IP5, etc. In other words, just one Squid installation should be able to service every IP added to its list. I just need a mini guide with every step I have to follow, command to run and file to edit. For security reasons, you won't have access to the server. As far as I know, this is really easy to do but I don't want to do it by trial and error and risk screwing something up and taking down my sites with it. So I'd rather have an expert tell me exactly what to do.
  3. I need some help in setting up proxy servers on 4-5 IP addresses. The goal is to have 4-5 password protected proxy servers on my dedicated server. After some searching I was able to install squid but not sure in how to configure it to allow that to happen. Can any one give me any direction? Thank You
  4. What I wanted to say is that PHPMyAdmin username and password does not work any more. EVen though the same user name password works on live site
  5. We made a clone copy of a live server and now PHPMyAdmin is not working. I asked a co worker and was told we have to use SQL scripts?
  6. Cool that makes sense. Any stats on how many user browsers on average would not have a referrer ?
  7. Under what circumstances will a web user not provide referrer information? We have several users that registered but had no referrer id. Thank you
  8. Yeah that makes sense now. We could have used MD5 or Sha with the optional second parameter. Did not even know that. Thanks Mchl and haku!
  9. I asked him and he said that if he uses md5 or sha than it would produce a string which would be inefficient. CRC32 would produce a number
  10. A co worker suggested that I store (ip address . session_id) and do a CRC32 and store that in database. (we are writing a tracking script. Why is the logical reasoning of that ? Of course I know its a hash. However I am not sure how we would retreive that from database ? And how would we even store it in MYSQL. I heard that it returns signed and unsigned based on operating system and the values could change. Why even use something like this?
  11. Just want to see what members here like. Thank You
  12. on your custom site, do wp_header() to show the header, and wp_footer() to show the footer. You have to include the Wordpress include files.
  13. The code does appear to replace the categories. Hmmm what are you seeing?
  14. http://ipaddress/phpmyadmin/ just goes to a 404 not found. Are my Virtual hosts messed up?
  15. What you are looking for is a "PHP invite a friend script" and yes it could be written in PHP. You can ask people for help in the forums to help you write one or you can search for it on the search engines. Good luck!
×
×
  • 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.