Jump to content

kingb00zer

Members
  • Posts

    128
  • Joined

  • Last visited

Everything posted by kingb00zer

  1. Nevermind, I went for a re install and now all of the things I did to get wamp past the point of no phpmyadmin access wont work which now leaves me several steps behind where I was when I originally made this thread. Im just going to stick with xampp (which has actually stopped working recently) as I am getting far too much downtime at the moment. Thank you for trying to help but I think I need to prioritize and work on finding a solution for my recent xampp issue, which incase your wondering what that scenario is. I was working on my site for a while when I went to edit my database in order to test out a few changes made to a script im working on (which I may add that I had done several times that day and had no problem) when all of a sudden clicking on a table in my database would leave the main page blank and un accessable, thus leaving me unable to manually insert data. I tried to re install xampp, I even tried upgrading to the latest xampp and it doesn't matter what I do I cant view any tables of any database. Also like to add that once I click on a table there is no more navigating phpmyadmin as I think there is some sort of crash. I tried googling the issue and so far I cant find anything. Also better add that I uninstalled wamp before installing xampp.
  2. The code works fine, It works perfectly both with xampp and with my old online web host. It's only now that I try to use wamp server pack to get my work done that it doesn't work. What happens is the index page appears as per usual, but I can not log in even though everything is the exact same. I'm thinking that maybe it is an sql issue however I can view everything in my database via phpmyadmin.
  3. I only tried xampp as a last resort these problems with wamp occurred before hand. I had to remove the :8080 in order to access the file and the results are pasted in the quote below I'm not exactly sure what I'm supposed to be looking for.
  4. Just like to add that I now realize I can use xampp with windows 8, this whole time I thought xampp was for xp only lol. however I would still like to know why wamp wont work.
  5. Hi I recently upgraded to windows 8 which means I now have to make the switch form xampp to wamp. When I run my website I can not log in anymore. I get as far as index.html but my log in wont work. I do not have this issue with xampp In fact my web app is near completion and log in issues are something that haven't bugged me for over a year now lol. I did originally have a problem with not being able to acess phpmyadmin until I commented out "deny from all" in phpmyadmin.conf but now I have hit this road block and do not know what to do. Any suggestions?
  6. Hi my mouse recently died and now I am forced to use a laptop with windows 7 as aposed to my pc with xp with which I ran xampp. I downloaded Wamp today and tried to use it in the same way that I would have xampp however I can not connect, the icon remains orange. What can I do as I wont be able to buy a new mouse for at least a week and really want to get some work done? Also: I have googled this and many responses have something to do with changing ports or something like that.
  7. Hi I am attempting to strip the letters from certain input boxes within my website and seem to have a hard time understanding how preg_replace works. Here is the code I have; $x= $_POST['inputdata'];$y= preg_replace("[^0-9]", "", $x); The letters wont strip from the input box and I cant work out why.
  8. Oh, lol I have been stressing about losing quality for nothing. Thank you for your help, you have saved me a trip to my friends tomorrow. Which means more time for code
  9. funny you mention that, I decided that I might have to go to my friends and sue his printer and break out the ruler. I hope it isnt 3.96875 cm when I print and measure. If this does turn out to be the case how much do you think I could multiply these pixels for my friend to draw in then reduce back to the pixels I require without damaging the quality too much? (i hope that makes sense lol)
  10. Hi I have some art being created soon for my website, however my art guy doesnt have a printer or a scanner on hand. I know that the images need to fit into the following dimensions: 150x330 pixels and 300x165 pixels. Since sending him templates to draw within pre measured dimensions wont be an easy task without a printer I now need to convert these measurements into centimetres so he can rule the dimensions onto his paper and draw within those lines, but I dont know how to do this conversion. I also recently tried a converting website and it said that 150 pixels = 3.96875 centimeter, surely this can not be right (3.96875 inches might be closer to what I would assume is correct but I want centimeters is more acurate and easier to use.) Also if it helps my monitor is a 42" tv screen. it seems by all these hard to understand tutorials I find that diferent monitors alter the conversion formulas.
×
×
  • Create New...