Search results

  1. xPlozion

    PHP on LocalHost

    well, if it's free, then no. if you're paying for it, and it's paid in full, i'd finish it. free lessons, such as those given by w3schools and other sites are great for learning the basics and fundamentals of html. you have to start some where to learn it, i went down that road, and after a...
  2. xPlozion

    PHP on LocalHost

    an html certificate is unnecessary imo, especially since it cost's money. if you're looking to become a developer, people are going to care more about what you can make that what certs you have. a resume with good designs should be, imo, more valuable than someone who's got a cert but can't...
  3. xPlozion

    PHP on LocalHost

    div is just like a place holder tag. what alot of people like is that they can use css to change the look of it by simply placing class='blah' or id='blah' in it. once you learn more html, it'll all come naturally. if you are going to submit any data, it must be enclosed within a <form> tag...
  4. xPlozion

    PHP on LocalHost

    yes, you can use these scripts on x10. these are actually basic and use very little resources compared to the things i write and do on mine (although i don't think i use many resources actually, just does alot of work :D). the bars would actually be easy for the polls. say you've got a total...
  5. xPlozion

    ExchangeCore is looking for 1 or 2 staff members!

    Well, I'm not the greatest at designing. I can do a good job, but I prefer to program ;) Examples: http://www.ccheater.uni.cc http://www.allornothing.armed.us - a dead site (clan's no longer active) http://www.teamirs.armed.us - another dead site (same reason)...
  6. xPlozion

    PHP on LocalHost

    it can easily be done using php and either mysql or a simple text file. javascript is more for dynamic on the fly, such as effects on websites. javascript by itself cannot modify any files though, as it does not have the permissions to. a sample mysql guestbook: <?php...
  7. xPlozion

    PHP on LocalHost

    if the php script doesn't work, then it's not going to mess up anyone. it's just going to show you the error. i'm not really good at apache servers, because i actually use lighttpd on linux for testing and stuff like that... looking at the above error, and mind you i'm just going off memory...
  8. xPlozion

    For Linux Users Only

    np ;). although i don't actually program desktop apps (just web apps), I am quite knowledgeable about it still. but I think that i am gonna try to learn C++ and use gtk to make some sort of backend app for my site maybe, so I don't have to be on firefox. just something for me to do i guess :D
  9. xPlozion

    X10hosting Vs Freeate

    well, they (freeate) could also oversell, which is a big nono in hosting. sites that offer loads of bandwidth or space tend to oversell their servers, making them unstable and the sort. I've been there with several other free hosts, and I am proud to say that this has not happened here since...
  10. xPlozion

    For Linux Users Only

    as I've mentioned, take a look at GTK. they're a widely used gui, and iirc, it's used on firefox, evolution, and just about all gnome apps. kde uses QT libraries, but they didn't have a gpl license prior to 4.0. they used to be qpl, which was their own license. so, take a look at GTK :)...
  11. xPlozion

    For Linux Users Only

    are you asking about a gui? if so, then take a look at the gtk libraries. I was playing with them briefly, making alert boxes and the sort. other than that, without a gui, you're stuck at the terminal :-/
  12. xPlozion

    PHP on LocalHost

    well, there's a few things to try. One would be programs that install all of them with one click, already set up. they are great for testing on a windows computer. make sure that the apache config is properly setup and that php.ini is too.
  13. xPlozion

    Free Software Poll 1: Web browsers

    meh, msie sucks. it's bloated and really slow, even on my Q6600 comp that can run Crysis on MAX if I had a better vid card. I use both Chrome and Firefox, but since I'm on linux right now, and I'm accustomed to Firefox, I voted so. Also there's a few extensions that I can't live without.
  14. xPlozion

    Password one way encryption.

    I used to do sha1(sha1($salt).sha1($pass)), but that was before I used FluxBB for my forums and the user database behind the system. My idea was that if they crack the sha1, that they would have a longer string that makes no sense and harder to crack, but i guess i could have been wrong :D
  15. xPlozion

    unsuspended...terminated

    well, first would be to post in the proper forum. second. if it's been terminated, it's been removed, thus the only thing you would be able to do is to reopen an account, and upload your files again. proper webmastering would be to have backups ready in the event of a crisis, whether it's an...
  16. xPlozion

    Do you think Obama will be a good president?

    Actually, the debates were quite amusing... seeing McCain wander around and CONSTANTLY interrupt Obama is just the opposite of what you are saying. While Obama was being polite and a great speaker, McCain was bashing him the whole time. Obama, I believe, kept his cool and held a calm debate...
  17. xPlozion

    Cheats

    noticed that when i try to view a profile on your forums, i get an error about cash_mod.php. there's actually several errors with cash_mod, as i'm getting it when i'm trying to view a topic as well, but it's from the table not existing for cash_mod (phpbb_cash is the table). also, there's no...
  18. xPlozion

    see what other program install in other Lan PC ?

    well, utorrent isn't bad, but how some people use it are. many linux distro's use bittorrent to distribute their os (legit), but there are groups, such as TPB and others that use it for _illegal_ purposes (music, movies, apps, games, etc). Simply having bittorrent (utorrent) installed isn't a...
  19. xPlozion

    The Strangest Tech

    i'm gonna be getting a g5 soon, so i'll be in the same boat as u w/ the weights :D
  20. xPlozion

    php mail validator

    well, all that function does is check if the email has the right syntax. it does not actually check if the proper email address exists on the server.
Top