Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AcidReignX
  • Content: Threads
  • Order by date
  1. AcidReignX

    Help with php5-fpm and nginx

    (( Mods, if there actually is a server administration forum I wasn't able to find, please redirect me there. )) Hey everyone, I'm having a problem getting php5-fpm installed on my ubuntu 10.04 Lucid system. I'm setting up an nginx installation, but when I run apt-get install php5-fpm, it can't...
  2. AcidReignX

    Memcache addserver() on distributed servers

    Hey everyone, I've been using memcache recently (works like a charm, btw - really drops the CPU load), and I'm now setting up a load balancer for my distributed server network. With the addition of this server, I now really need to have the ability to use my memcache in various servers. This...
  3. AcidReignX

    ERROR 2002 (HY000): Can't connect to local MySQL server through socket

    Hello, I'm trying to run MySQL, and sadly I've not had a lot of success. I'm running on a brand new Macbook (Mac OS X 10.4 - Intel). I've downloaded both MySQL 4.1 and 5.0 in attempts to run them. Both have installed (using .dmg packages), but neither has actually managed to run. I've been...
  4. AcidReignX

    CSS Overscrolling Issue

    I've got an issue with what I presume may be a Strict CSS issue. However, that could be wrong, because I've tried removing the DTD and it did the same thing. However, on some browsers, everything looks right. The site that I'm working on is http://www.actalwaysinlove.com and if you look on the...
  5. AcidReignX

    Weighting a MySQL Query

    I'm trying to create a search engine for my site, but I can't seem to find any MYSQL options for weighting the queries. And I'm almost positive that I had found them a couple months ago. Are they only available in certain versions? Basically what I need is a clone of an engine like they have on...
  6. AcidReignX

    Invisible folder parameters

    For lack of a better name, how do you set up the "invisible folder parameters" that I've seen on so many sites? The type of setup that I'm referring to is like this: http://www.example_site.com/~parameter And that particular link will automatically act as a parameter, just like anything after...
  7. AcidReignX

    Need a Simple Link Counter

    I've been trying to figure out how to keep a very basic link counter through javascript. At first I didn't think it was possible with javascript because of it's inabilities with databases. Even so, does it have to rely on perl or something? I've looked through a couple scripts on the internet...
  8. AcidReignX

    Check if cookies are enabled?

    I'm having a few people come to my site that have cookies disabled. Whenever they log in it will say "You have successfully logged in", but then they can't do anything because they're not really logged in... I know the problem is due to not having cookies enabled, but how do I actually check to...
  9. AcidReignX

    No timestamps working >:(

    I've tried just about every php/mysql combination out there in order to make this work, but even when it seems that it should work, it doesn't. It must be comparing strings or something, because I've tested the numbers, and the numbers themselves would have worked properly. What I'm trying to...
  10. AcidReignX

    Read variable from mysql_database

    Okay, this might be a little unusual.... well, actually it's probably highly irregular for all I know, but I'm trying to get this to work a certain way and I'm lost. I want to read information from a mysql query and return it as an echo, but the problem is that the variables aren't showing up...
  11. AcidReignX

    Image Overlaps

    Hello, I'm trying to develop an avatar system where you can overlap images onto a single image (like put a hat onto a character). I've googled tons of combinations trying to find out how to do this in php, but so far I've had no luck. So here I am. Anybody here able to direct me to the answer?
  12. AcidReignX

    How to add to unused ID without auto_increment?

    I'm having a small problem with mysql - there is a particular ID field that I do not want to have increase automatically, but I would like to insert it to an unused location without having to do it manually. for example, if the following fields are present: | ID | Name | Miscellaneous | | 00 |...
  13. AcidReignX

    ereg & preg_match help

    Php.net is being entirely unhelpful in it's explanations of ereg & preg_match, but it appears that they are what I would like to have. I am trying to create a registry form where when the user types in a username, he/she cannot enter special characters (only alpha-numeral characters allowed)...
  14. AcidReignX

    How to call a mysql row without id?

    I'm trying to set up a program where I will have many entries with rows, and they will all be assigned id numbers. However, some of those rows will be removed, and the id numbers will not decrease (which is good because I don't want them to). However, I DO want to know how I can call on a row...
  15. AcidReignX

    onClick Javascript equivalent for Php?

    Hi, I've been searching for a better method of having my form events handled when I press a form button, but it has been of relatively little success. All my searches turn up a javascript solution (onClick) or something that doesn't help me. I was under the impression that something like...

Part and Inventory Search

Back
Top