Search results

  1. E

    I lost all my files too.

    As some other users, I lost my files in the boru upgrade. I know I have another open thread saying this, but I just read the recent announcements, and it said to post a ticket. Thank you for finally helping. ---------- Post added at 03:09 PM ---------- Previous post was at 03:06 PM ----------...
  2. E

    Can someone please fix boru...

    All my files disappeared around a week ago.. that was okay, I back up enough, but it won't let me me upload or make files, from cpanel or ftp. If you're not going to fix it you might as well cancel my account, because it's just wasting space on your servers in the current situation..
  3. E

    All the files on my site disappeared..

    All the files on my site disappeared, which was fine, I keep them backed up. But it also wouldn't let me make a new one.. it pops up an alert saying Also, I couldn't post to forums because it said I didn't have permission or something along those lines. ---------- Post added at 04:24 PM...
  4. E

    CPU usage exceeded

    Great to know, thanks!
  5. E

    CPU usage exceeded

    Okay, thank you for the response, I was worried I would get permanently banned on the third. I'm just going to use my computer to develop so it doesn't happen again.
  6. E

    CPU usage exceeded

    I posted this code to test out a page. <?php for($i=0;i<10;$i++){echo $i."<br>";} ?> I forgot the "$" in the "i<10" so it echoed infinitely, and now my account has two strikes for excessive cpu usage.. Is there anyway to protect myself from getting permanently suspended because a simple typo?
  7. E

    Small problem with PHP new line character..

    What I was trying to say is when I put echo "<html>\n"; echo "<head>\n"; I want the actual document to have a line break after the tag <html> and <head>. I was expecting \n to do this, but I was just informed by one of my friends that the php variable "PHP_EOL" is what you use for this...
  8. E

    Small problem with PHP new line character..

    Okay, here's an example of where It's giving me a problem echo "Hello,\n how are you today?" I want it to output this: "Hello, how are you today" But instead I get this.. "Hello,\nhow are you today?" Oh. wow, that doesn't accurately show it. I would have to use a <br>.. Well what I'm wanting...
  9. E

    Small problem with PHP new line character..

    I set up an xampp server on my computer to test out script without having to load a remote page every time I update the page. The problem is when I insert "\n" ion my server it will insert a new line, but on x10 it does not. How can I get it to insert a new line if "\n" or "\r" will not work...
  10. E

    Running out of space?

    Nope, It went away, thanks anyway.
  11. E

    Running out of space?

    I am getting this on boru's cpanel:
  12. E

    Youtube script to automatically look for a new video?

    Thanks for the suggestion, but I found their json API, and now have it working. :smile:
  13. E

    Youtube script to automatically look for a new video?

    I'm kinda new to programming, I know a little of the basic three languages (html, javascript,css) and some php. I'm wondering if there is a way to automatically make a link to a video or embed when it is uploaded, or is this only able to be done manually? Any suggestions would be appreciated...
Top