Search results

  1. B

    how do i get this to work properly?

    that what i am wanting to know how to do. i search google but i really dont know what to search for.
  2. B

    how do i get this to work properly?

    <?php $name = $_GET['name']; $mimes = array ( 'jpg' => 'image/jpg', 'jpeg' => 'image/jpg', 'gif' => 'image/gif', 'png' => 'image/png' ); $ext = strtolower(end(explode('.', $name))); $file = 'img/'.$name; $file = 'images/'.$name; $file = 'upload/'.$name...
  3. B

    Does anyone use phpFormGenerator? Step 1 error-won't accept any #

    ya that thing is old. there not even a update for it anymore. the creator gave up on it. to be honest just best to make a script that validates, sends the data on your own. that way you know it works, and how it was built...
  4. B

    Session not working across pages

    get sessions to work it does better. can u give full code so i could take a look. its also best to use database with sessions, cookies. cookies will work but its limited really. what is the site that ur trying to make? http://pastebin.com/CfkME775 try this. it might work. i can't test it...
  5. B

    Account suspended?

    it might not of gotten fixed for mine. i know its not suspended cause if it was i wouldnt be able to see my cpanel nor my files on file manager or get on ftp.
  6. B

    Account suspended?

    crimson.pcriot.com suspended but don't know why. gives no reason or anything about it no email either about it. it just redirects to account suspended. tried the link you gave. it doesn't show anything about suspension. it shows my cpanel and my files. but when i go to crimson.pcriot.com it does...
  7. B

    404 Errors?

    to be honest always try cmd/ipconfig/flushdns it might save you allot of issues specially if everyone else sees it but you on a domain. it means the dns cache isnt cleared
  8. B

    aint getting emails

    like if i send a email to crimso12@crimson.pcriot.com it wont receive it or anything like that. even admin@crimson.pcriot.com, admin@crimsonmine.pcriot.com both wont receive emails. one is for my fiance and one is for me. but they dont get no emails. but from the system. if i send a email from...
  9. B

    aint getting emails

    when i use another email to send details to my email for my website it doesnt get delivered. it doesn't show up at all. i dont' get no emails for any emails that i have made for my website
  10. B

    aint getting emails

    bump
  11. B

    aint getting emails

    i am not getting any emails on my main email through cpanel. it doesn't show anything is there anything wrong with the email from cpanel?
  12. B

    i cant seem to be able to backup my site

    on my cpanel i have no option to back up my site nor my database. leroymcqy.pcriot.com it doesn't give me allot to chose. and also phpmyadmin is taking forever to load. it took me almost 45 minutes to load up a database
  13. B

    Site down. FTP, cpanel all down.

    cpanel and site is down. its the hosting server side
  14. B

    phpmyadmin loading real slow

    bump now my site sends my users to a 503 page due to mysql not working half the time. i am getting emails left and right about mysql being down or connection to mysql host isnt there. can we please look into this
  15. B

    MySQL

    same here as well as phpmyadmin loading real slow. taking like 15 mins or more to load
  16. B

    phpmyadmin loading real slow

    phpmyadmin is loading real slow and also keeps giving mistoken error everytime i try to load up a field. its been going on for a few days. can we take a look into this pls.
  17. B

    cannot add addon domain.

    it means it needs to be transfered to x10 nameservers or it wont be added.
  18. B

    softaculous??

    what happened with softaculous? its not on the cpanel anymore. i can't seem to find it. did it get removed or something?
  19. B

    php.ini edit request

    wow if you need 20mb for a upload then there is something wrong. 8mb is normally enough for files. what are you hosting/running on your site? if your free host they more likely wont as it is a security issue
  20. B

    hm can't upload, update, create files

    thanks its working. sorry if it seems like almost every issue comes up i ask about it but if i can't get it fixed i usually try to let the host know so they know whats going on
Top