Search results

  1. simonthecat

    Resolved Configuring Direct Admin For Domains

    Thank you that's what I needed. It looks like I should be all good then!
  2. simonthecat

    Resolved Configuring Direct Admin For Domains

    Hey Ann, Ahh, I got confused on the cloud-flare dns setting then. I got that part straightened out. Ok, that makes sense why the domain folder is blank then for huntingpa. I was able to do a new word press install and got it pointing to my database and that much working ok. It does seem like...
  3. simonthecat

    Resolved Configuring Direct Admin For Domains

    Hello, I am having trouble figuring out how to configure Direct Admin for my domains after the migration. Currently my site is showing: "Apache is functioning normally" The "/domains/huntingpa.info" folder appears to be empty so I tried creating public_html in it with a test index file, but...
  4. simonthecat

    What should adfree-adfree-doubleall2 have

    Hello, From a very long time ago I purchased the adfree-adfree-doubleall2 which was supposed to double everything twice forever. Over the years things have happened and today my account shows things such as Subdomains 4 of 2, SQL databases 3 of 2. I never really bothered with it since it was...
  5. simonthecat

    Can't log into account

    Thank you MaestroFX1 every now and then either wordpress or media wiki acts up and suspend me that way as well. stpvoice, it was my account panel I was trying to log into and when I used my email address it worked. It always used to work with my user name, so it must just have to do with a...
  6. simonthecat

    Can't log into account

    OK, so last week my hosting account got suspended. Happened before when I forget to log into the forum and such, so no big deal. However, when I went to log in it will not accept my user name and password. I tried the password reset-er and have waited the required 24-hours the webpage says to...
  7. simonthecat

    C# sorting a list with O(N) performance

    For a college class I am trying to write a program that is has linear performance. The solution I wrote depends upon having a list that is sorted. Well, my teacher told me that I would not get full credit if I have to use the C# sort function. So, I am trying to write my own sort function that...
  8. simonthecat

    Question on how much a web job is worth?

    Thank you essellar for the advice. At-least I have an idea of market price now.
  9. simonthecat

    Question on how much a web job is worth?

    I am helping a Produce farmer set up a domain-name, Web-host, mediawiki, and then training him how to use the wiki. I have never had a real paid website job before so I have no concept of how much my work might be worth. How much would be a fair amount for both of us? He does not make a lot of...
  10. simonthecat

    VB Cycling through an array of checkboxes

    The error happens at the line in bold above. Submariner, I'm not exactly sure what you mean about initializing the individual check boxes. If I where to directly say selectedTopping0.Checked = False I know it would work if that helps you understand where the code is at. Pretty much I don't...
  11. simonthecat

    VB Cycling through an array of checkboxes

    I am working on a final project for college. I am trying to put the selectedTopping checkboxes into an array so that I can use them in my for statement. I must not be putting the checkboxes into the array right though, because I get the "Object reference not set to an instance of an object."...
  12. simonthecat

    Wordpress Blog posts and suspensions

    I'll give deactivating the Google XML Sitemaps a try then. Thank you
  13. simonthecat

    Wordpress Blog posts and suspensions

    After this latest suspension I when through and deactivate all of my plug-ins, but these: Advertising Manager Akismet Conditional CAPTCHA for Wordpress FD Feedburner Plugin Google XML Sitemaps offical StatCounter Plugin I remember that X10 used to have a policy that allows only so many...
  14. simonthecat

    Wordpress Blog posts and suspensions

    Ok, so this morning I unsuspended myself and saw that wordpress has an update. So, I logged into cpanel and tried making a tar.gz file of the contents of my public_html dir for a back up before the update. It does not seem to be making the tar very fast and is just sitting there. I check back at...
  15. simonthecat

    Wordpress Blog posts and suspensions

    I previously had this same problem at this thread. http://x10hosting.com/forums/free-hosting/133635-high-system-resource-suspension.html It seems that the Wednesday after I post a blog post on Monday through wordpress my account gets suspended. Not to long ago before this all started I...
  16. simonthecat

    High system resource suspension???

    No, last time I had been on there was sometime last week when I set a scheduled post for Monday.
  17. simonthecat

    High system resource suspension???

    Advertising Manager Akismet Conditional CAPTCHA for Wordpress Configure SMTP FD Feedburner Plugin Google XML Sitemaps Grunion Contact Form offical StatCounter Plugin OnlyWire for WordPress Post video players slideshow and photo galleries Thats all I run right now. Pretty much I have...
  18. simonthecat

    High system resource suspension???

    I got a notification today that my account has been suspended due to high system resource use. I pretty much just run wordpress, a couple wikis, and a non-active auction site. I have not changed any of my wordpress plugins for months. My last wordpress post was on Monday and it included a google...
  19. simonthecat

    Piping on Linux Command line

    Hey that worked! Thank you very much slacker3!
  20. simonthecat

    Piping on Linux Command line

    I was playing with piping in linux and came up with this: echo $PATH | tr ; “ “ Now I want to pass that to the ls -l command so I tried this: echo $PATH | tr ; “ “ | ls -l But that just lists the current working directory. Any ideas on why this did not work?
Top