Thread: Server Status "Final Release" Done right

Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 57
  1. #21  
    yankee
    Guest
    lol isnt there an swl file we have to import and excecute into our database?
     

  2. #22  
    Registered Member

    Join Date
    Feb 2008
    Posts
    420
    Thanks given
    8
    Thanks received
    28
    Rep Power
    84
    how can i edit it to make it where i can use it for p servers...
     

  3. #23  
    Donator

    Scim's Avatar
    Join Date
    Apr 2007
    Age
    28
    Posts
    739
    Thanks given
    61
    Thanks received
    16
    Rep Power
    238
    you dont have to.. its already enabled for em.. your host might block the p server ports.
     

  4. #24  
    Registered Member System.Out's Avatar
    Join Date
    Jul 2006
    Age
    30
    Posts
    92
    Thanks given
    1
    Thanks received
    0
    Rep Power
    13
    [Only registered and activated users can see links. ] not working for me..
    Rune Server Veteran
     

  5. #25  
    wizzy
    Guest
    I didnt say you could Edit a few things and just leech this for Rep. I want this topic Locked. ( im gport )
     

  6. #26  
    Rawr!
    Miscbrah's Avatar
    Join Date
    Apr 2008
    Age
    30
    Posts
    121
    Thanks given
    1
    Thanks received
    0
    Rep Power
    30
    look at [Only registered and activated users can see links. ]

    there is an error how do i fix that... its Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in C:\Inetpub\vhosts\runeimpact.net\httpdocs\serverst atus.php on line 205
    one dot, two .
     

  7. #27  
    Registered Member

    Join Date
    Jan 2008
    Posts
    1,338
    Thanks given
    243
    Thanks received
    85
    Rep Power
    250
    nice job
    [Only registered and activated users can see links. ]
     

  8. #28  
    Banned

    Join Date
    Jul 2007
    Age
    28
    Posts
    1,438
    Thanks given
    43
    Thanks received
    21
    Rep Power
    0
    i got mine own



    ok i will help you a thing its not install by its self



    so you need to go to your database and do a new table with 5 columns
    call the table serverstatus
    and the 5 colomns

    Code:
    1. Name With VARCHAR (20)
    2. IP With VARCHAR (50)
    3. Port With VARCHAR (6)
    4. Uptime With VARCHAR (999999)
    5. Total With VARCHAR (999999)


    and go to your Server_Status.php

    in the top its like this

    [PHP] $con = mysql_connect("@@@@@@@", "123456789", "######") or die(mysql_error());
    if (!$con) {
    die('Could not connect: ' . mysql_error());
    }
    mysql_select_db("Database") or die(mysql_error());
    }

    $Link = mysql_connect ("@@@@@@@", "123456789", "######");
    $Result = mysql_db_query ("£££££££", "SELECT * from `serverstatus`", $Link);
    $User = "My Name";
    $Pass = "My Pass"/PHP]


    Edit the @@@@@@@ to that url to your Mysql Database

    Edit the £££££££ to that Name (The Database name) to your Mysql Database

    Edit the ###### to that Name to your Mysql Database

    Edit the 123456789 to that Name to loggin to your Mysql Database


    Than you will see this $User = " " $Pass = " " Edit it its for the admin login
    so have the
    [PHP]$User = "My Name";
    $Pass = "My Pass"/PHP]


    and it should be no more error =) hope it helped
     

  9. #29  
    42
    42 is offline
    Banned

    Join Date
    Feb 2008
    Age
    26
    Posts
    999
    Thanks given
    1
    Thanks received
    11
    Rep Power
    0
    I don't understand how to use this stuff with cron jobs ?
     

  10. #30  
    Ian...
    Guest
    Wrong section, Either Config or PHP GJ Though
     

Page 3 of 6 FirstFirst 12345 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •