Search results

  1. Twysted

    Resolved can login to my cpanel

    it won't let me log into my cpanel or send a password reset keeps telling me unexpected error. I am using chrome.
  2. Twysted

    does level server have pdo support?

    fixed ty.
  3. Twysted

    does level server have pdo support?

    $result = $db->select('*','settings',''); while($rowz = $db->fetch_assoc()) { $x1 = $rowz['sName']; $x2 = $rowz['sValue']; $SETTINGS[$x1] = $x2; }
  4. Twysted

    does level server have pdo support?

    Oh I am sorry I ment mysqli, i am trying to use Zebra Database mysqli wrapper class
  5. Twysted

    does level server have pdo support?

    does level server have pdo support? I am trying to update an old script of mine and so I have been changing it over to pdo mysql but it's not looking to be working. any ideas?
  6. Twysted

    file_get_contents issue php level server

    my script can see it fine. its added to a white list. you can't see it cause you don't have access to it. it is a json record if that makes you feel any better.
  7. Twysted

    file_get_contents issue php level server

    you guys are not seeing the url because you are not logged into that site. it is an api to a forum. this is for a dynamic signature for that forum. Thank you bdistler, i did not see that, and thus why i need someone else to look at it for me. I should prolly turn on error reporting as well.
  8. Twysted

    file_get_contents issue php level server

    <?php $url="http://thebot.net/api/post2.php"; $c = file_get_contents($url); $c = utf8_encode($c); $r = json_decode($c, true); $user=$r->{'username'}; $gr1=$r->{'usergroup'}; $gr2=$r->{'secondary'}; $posts=$r->{'posts'}; //$action=switch($gr2); if(is_array($gr2) && !(in_array("Coder",$gr2))) {...
  9. Twysted

    file_get_contents issue php level server

    can someone tell me why file_get_contents isn't working for me on the level server
  10. Twysted

    server Level's .htaccess file not blocking IPs in a "deny from" line ALL the time

    maybe you should PM a support staff?
  11. Twysted

    cpanel issues still not fixed, even though latest issue on status says complete.

    have you tried editing them on your pc or laptop or phone and saving them then uploading them to your site? that might be a better and faster way to do it, plus you would have the added benefit of having a backup of the files.
  12. Twysted

    Root giving a 404 not found

    this is the code for the css for the logo header area where the pink color is defined. #header #logo { float: left; background-color: #FF3399; //pink color }
  13. Twysted

    Domain propagation and IP resolver issues.

    this thread may be closed.
  14. Twysted

    500 Internal Server Error

    On the home page, http://www.tbnfb.in/ it also happens on other pages, the times it happens are sporadic.
  15. Twysted

    500 Internal Server Error

    I have not edited anything in the script that would cause tjis error. Everything was working fine yesterday. Can someone please tell me the issue causing this?
  16. Twysted

    Please help me !!! Urgent!!!Webpage not available.

    can you login to your control panel?
  17. Twysted

    Domain propagation and IP resolver issues.

    it only works gong to http://www.tbnfb.in/ but if i goto http://tbnfb.in it shows the https://x10hosting.com/website-coming-soon link. delete the domain, then goto ftp list and you should see a ftp account for it as well as a subdomain.
  18. Twysted

    Domain propagation and IP resolver issues.

    No it is not. I cleared my cache as well as flushing my DNS, there is no change.
  19. Twysted

    Domain propagation and IP resolver issues.

    found out the problem, had an ftp account made for it, deleted it and readded domain fine. only problem now is this.... when i goto this domain(http://tbnfb.in) it goes to this page https://x10hosting.com/website-coming-soon which was the problem i was having before i deleted it the first time.
Top