Page 102 of 280 FirstFirst ... 25292100101102103104112152202 ... LastLast
Results 1,011 to 1,020 of 2796

Thread: !!!! The NEW Biggest thread !!!!

  1. #1011
    Join Date
    Aug 2007
    Location
    Gangstas Paradise
    Posts
    4,146

    Re: !!!! The NEW Biggest thread !!!!

    Quote Originally Posted by YamiKaitou View Post
    What is so good about 1000 posts in a topic? I know of a thread that has 4187 replies.
    Well I am sure that post wouldn't be where it is without those markers of 1k, 2k, 3k and so on :p


    @tnl: you mean rmdir() throws an error cause it contains files. You would call unlink() with a loop on all the files in the directory.

    PHP Code:
        if ($dir opendir('../path/'))
        {
            while (
    false !== ($file readdir($dir)))
            {
                if (
    $file != "." && $file != "..")
                {
                    
    unlink($file);
                }
            }
            
    closedir($dir);
            
    rmdir($dir);
        } 
    maybe ?

    EDIT
    about the optical illusions. Its not so much the movement of your eyes around the image. Its where your focal point is. So try and stare past the image and then bring it into focus slowly.

    EDIT again
    sorry the above example was a bad one. It was to find sub directories. take out the
    PHP Code:
      if ($file != "." && $file != ".."){} to allow it to find everything in the directory
    Last edited by DefecTalisman; 07-27-2008 at 02:45 PM.

    ->All us helpful people here at x10hosting would like to reach our next user groups, "Community Paragon". Please click the +rep icon on the left hand side of a post if that post was helpfull.



  2. #1012
    Mitch's Avatar
    Mitch is offline x10 Elder
    Join Date
    Sep 2007
    Location
    Netherlands
    Posts
    908

    Re: !!!! The NEW Biggest thread !!!!

    I hope i win the Tetris Arcade tournament.
    Link: http://forums.x10hosting.com/arcade....tourney&tid=56

    My final score is 2,755 and Angel_Pie it is 2,190, but he needs to play one more time. Would he beat my score and win? Yes or No.
    My Website: mitch.exofire.net (currenly not really working on it ;))



  3. #1013
    TechAsh's Avatar
    TechAsh is offline Retired
    Join Date
    Oct 2007
    Location
    UK
    Posts
    5,853

    Re: !!!! The NEW Biggest thread !!!!

    I hope i win the Tetris Arcade tournament.
    Link: http://forums.x10hosting.com/arcade....tourney&tid=56

    My final score is 2,755 and Angel_Pie it is 2,190, but he needs to play one more time. Would he beat my score and win? Yes or No.
    It is quite tight, so who knows...
    Useful Links:
    Terms of Service | Server News | Buy a Domain
    Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime


    My Websites:
    Earthtime Games & TechAsh's Blog

  4. #1014
    kkenny's Avatar
    kkenny is offline Lord Of The Keys
    Join Date
    Feb 2008
    Location
    I REP THE BAY. (Bay Area, CA, USA)
    Posts
    1,950

    Re: !!!! The NEW Biggest thread !!!!

    Roflcopters.
    kkenny - retired.
    -Became a Moderator/Staff Member on 4/23/08
    -Became Senior Mod on 8/28/08
    -Became Account Manager on 10/18/08
    -Left Staff and X10 in 2009.


  5. #1015
    TechAsh's Avatar
    TechAsh is offline Retired
    Join Date
    Oct 2007
    Location
    UK
    Posts
    5,853

    Re: !!!! The NEW Biggest thread !!!!

    Quote Originally Posted by kkenny
    Roflcopters.
    SPAM!!!!!

    Defec if you see this Vigge is having problems with the cPanelAPI.
    Useful Links:
    Terms of Service | Server News | Buy a Domain
    Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime


    My Websites:
    Earthtime Games & TechAsh's Blog

  6. #1016
    Join Date
    Aug 2007
    Location
    Gangstas Paradise
    Posts
    4,146

    Re: !!!! The NEW Biggest thread !!!!

    Lets take bets on it shall we ?
    I am willing to put 100 credits on Angel_Pie. Whos got my bet ?

    EDIT
    Which one is he using ?
    The version I modded last or the one that you are using ?
    Last edited by DefecTalisman; 07-27-2008 at 03:44 PM.

    ->All us helpful people here at x10hosting would like to reach our next user groups, "Community Paragon". Please click the +rep icon on the left hand side of a post if that post was helpfull.



  7. #1017
    galaxyAbstractor's Avatar
    galaxyAbstractor is offline Community Advocate
    Join Date
    Oct 2007
    Location
    Land of Null and Insanity
    Posts
    5,503

    Re: !!!! The NEW Biggest thread !!!!

    Defect, can you help me with the cpanelapi?

    I get "Fatal error: Call to a member function getSpaceUsed() on a non-object"

  8. #1018
    Join Date
    Aug 2007
    Location
    Gangstas Paradise
    Posts
    4,146

    Re: !!!! The NEW Biggest thread !!!!

    Which one are you using ?
    http://www.defectalisman.com/examples/cpanel.rar
    I recommend using that one as I have debugged it a little more and it uses on function instead of separate ones.
    The error you are getting is more than likely exactly what it says, you are not using the object that you created.

    ->All us helpful people here at x10hosting would like to reach our next user groups, "Community Paragon". Please click the +rep icon on the left hand side of a post if that post was helpfull.



  9. #1019
    Mitch's Avatar
    Mitch is offline x10 Elder
    Join Date
    Sep 2007
    Location
    Netherlands
    Posts
    908

    Re: !!!! The NEW Biggest thread !!!!

    Quote Originally Posted by DefecTalisman View Post
    Lets take bets on it shall we ?
    I am willing to put 100 credits on Angel_Pie. Whos got my bet ?

    EDIT
    Which one is he using ?
    The version I modded last or the one that you are using ?
    If somebody else is willing to bet 100 credits, then i will bet 100 credits too (but on me).

    So, possible jackpot 200 credits.
    Last edited by Mitch; 07-27-2008 at 04:04 PM.
    My Website: mitch.exofire.net (currenly not really working on it ;))



  10. #1020
    TechAsh's Avatar
    TechAsh is offline Retired
    Join Date
    Oct 2007
    Location
    UK
    Posts
    5,853

    Re: !!!! The NEW Biggest thread !!!!

    EDIT
    Which one is he using ?
    The version I modded last or the one that you are using ?
    I gave him the one I am using, so it's probably that one.
    Useful Links:
    Terms of Service | Server News | Buy a Domain
    Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime


    My Websites:
    Earthtime Games & TechAsh's Blog

Similar Threads

  1. Re-open te biggest thread!
    By bigjoe4 in forum Off Topic
    Replies: 7
    Last Post: 04-01-2008, 07:00 AM
  2. I can't re-open a closed thread
    By Bryan G in forum Off Topic
    Replies: 8
    Last Post: 03-29-2008, 01:22 AM
  3. Soon To Be Biggest And Most Viewed Thread!
    By vannilacoke7 in forum Off Topic
    Replies: 0
    Last Post: 03-23-2008, 06:37 PM
  4. Biggest Thread Ever!!!
    By Dee30 in forum Off Topic
    Replies: 5
    Last Post: 03-21-2008, 10:47 PM
  5. Was I suspended or something ?
    By MaestroFX1 in forum Free Hosting
    Replies: 7
    Last Post: 02-21-2008, 09:39 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
dedicated servers