Search results

  1. xPlozion

    asl pls? ^_^

    19 m east coast, usa
  2. xPlozion

    Please. I need someone to rete this " Under costruction" Page.

    is there any reason to cut the image up and load about 10 different images instead of one? seeing as how they just form one image, and serve no purpose, afaik, it's sorta reduntant... i think that it would load faster if it was one image, as i've seen it piece the image together... :-/
  3. xPlozion

    Do you want them?

    meh, i voted no, because 1) i don't want to fork out the money for an overrated piece of software, and 2) isn't cs4 kinda like the other cs's? i read somewhere that photoshop really hasn't changed since v7... now, if u had gimp tutorials... that's a different story :P. last time i checked...
  4. xPlozion

    select onchange

    yea, but it was cleaner and easier to write w/ the way i had it. also, if i want to change how the code works later down the road, i don't have to go to every link and modify it.
  5. xPlozion

    Help me in sending Email

    take a look at http://www.php.net/mail . there's some information in there about how to avoid being placed into the spam filters, but it's not full-proof...
  6. xPlozion

    PHP Error File Access Error, Help Please.

    To be honest, I would not know. I never was good at setting cronjobs for PHP in CPanel. I can set them on my computer to run tasks and the such, but I haven't been able to do anything like that on cpanel... I'll look into it though... looking through google, the first result came up with a...
  7. xPlozion

    PHP Error File Access Error, Help Please.

    Well that's odd... maybe it's got something to do with file permissions? It's possible that it is writing it with 660 or 640 permissions as opposed to 644, but I wouldn't know why...
  8. xPlozion

    PHP Error File Access Error, Help Please.

    You cannot write to a file that's contained in a url. It's best to set $output to the absolute location of index.html, as a relative location is kinda hit and miss (at least for me, since I don't play w/ it that much)... For example, /home/merciless/public_html/index.html . I don't know if...
  9. xPlozion

    Best PHP editor:

    I actually prefer to use Zend Studio 6, but due to issues w/ ftp access, I'm currently using Aptana Studio.
  10. xPlozion

    PHP Error File Access Error, Help Please.

    If you're using PHP Level 1 (Basic), then you would have to upgrade to Level 2 (Intermediate). The PHP configuration is more lenient about these kind of things. On a side note, although this has nothing to do with your problem, it's recommended that you open php tags with <?php as opposed to...
  11. xPlozion

    [REQ][50 Credits per issue]Beta Testers wanted

    Re: Beta Testers wanted - 50 creds per issue. well, to split the ip address, mind you this is going off the top of my head, so this might be wrong, but you can try: echo '*.*.*.',substr($db_ip, strrpos($db_ip, '.')+1, 3); // either one will do just fine. the 3 at the end of this tells substr...
  12. xPlozion

    Dreamweaver vs Notepad?

    You should look into using php as well for that, if you haven't considered it already. PHP is something that takes time to learn and master, and for a site of this magnatude, due to security concerns with poorly written code, it should not be left in the hands of an amateur. If you need anyone...
  13. xPlozion

    select onchange

    i am aware that it doesn't let you use target blank, but at the same time, not does xhtml strict :P. i've been using that for a few years now, and have found basic ways to get around these minor issues. for example, instead of using <a href='http://www.x10hosting.com'...
  14. xPlozion

    select onchange

    np, dreamweaver tends to make things more complicated than they need to be.
  15. xPlozion

    select onchange

    or <select name="sites" onchange='window.open(this.form.sites.options[this.form.sites.selectedIndex].value)'> correct me if i'm wrong, but isn't MM_jumpMenuNewWindow a dreamweaver code snippet? i'm not attacking you if it is a dreamweaver snippet, but i am personally getting annoyed with...
  16. xPlozion

    [REQ][50 Credits per issue]Beta Testers wanted

    Re: Beta Testers wanted - 50 creds per issue. question, would a serious, security bug be worth more than a general error bug? ------------------- when searching for contacts, if i type "john", it will return \ in the name field after i click submit on the same note, if i type 'john', it will...
  17. xPlozion

    Who here knows what MLG is?

    mlg is a company based out of NY, and has tournaments accross the US, and once in toronto. the majority of the games that they play are for either xbox 360 (halo 3, vegas 2, etc...). I haven't really looked into whether or not they support ps3, but w/ socom comming, i wouldn't see why they...
  18. xPlozion

    can't install phpbb3 =[

    also, iirc, in fanastico, there's phpbb. although it says it is v2, it is actually v3. i prefer to stay away from automated processes, as they leave traces behind which i find annoying (since my whole site's directories are clean and organized in an easy-to-find manner.
  19. xPlozion

    Need Help can't delete a folder!!

    did you check to see if the directory was empty? i noticed that w/ cpanel, the directory has to be empty before you can delete it. also, check the chmod permissions on that directory. you can do that within the file manager in cpanel -xP
  20. xPlozion

    Intel or AMD

    i picked up a quad core for around $150 from newegg a few months ago. new mobo, 4gb ram, and proc came around $400 iirc.
Top