Raised This Month: $32 Target: $400
 8% 

[ANY] Map Reporter


Post New Thread Reply   
 
Thread Tools Display Modes
N00waY
New Member
Join Date: Jun 2012
Old 06-22-2012 , 11:01   Re: [ANY] Map Reporter
Reply With Quote #21

New map_reports.php

Quote:
<?php
error_reporting(0);
mysql_connect('HOST', 'USER', 'PASS') or die ('[Map Reporter] Couldnt connect to the database, check your information' );
mysql_select_db("DATABASE") or die('[Map Reporter] Couldnt select the database, check your information');

$result = mysql_query("SELECT * FROM map_reports order by date DESC");
$row = mysql_fetch_array($result);
$num_results = mysql_num_rows($result);
{
if ($num_results > 0){
echo "Map: ".$row['map']."<br />";
echo "Player: ".$row['player']."<br />";
echo "Steamid: ".$row['steamid']."<br />";
echo "Comment: ".$row['comment']."<br />";
echo "Date: ".$row['date']."<br />";
echo "-------------------------------------------<br /><br />";
}else{
echo 'Enter Text if empty here!';
}

}
?>
So this code will do following;
Order by date.
New reports on TOP.
If empty say something.

So i just wanted to improve this system with an new Webinterface.

Preview on http://team24-7.se/
its in the start tab scroll down and you will see Map Reports

There you go!

Mvh // N00waY.

Last edited by N00waY; 06-22-2012 at 11:06.
N00waY is offline
Blacksilver
Member
Join Date: Aug 2011
Location: G E R M A N Y
Old 02-01-2013 , 16:27   Re: [ANY] Map Reporter
Reply With Quote #22

Downloadlink to Webinterface doesnt work.
__________________
Come to the dark side, we have cookies *muhaha*
Visit us!

Blacksilver is offline
rautamiekka
Veteran Member
Join Date: Jan 2009
Location: Finland
Old 07-14-2014 , 08:52   Re: [ANY] Map Reporter
Reply With Quote #23

You shouldn't save the complete Steam ID with 'STEAM_' and all, instead drop that 'STEAM_' part for performance and space saving.
__________________
Links to posts I received Karma from:
Big thanks to all who gave Karma
rautamiekka is offline
Send a message via ICQ to rautamiekka Send a message via AIM to rautamiekka Send a message via MSN to rautamiekka Send a message via Yahoo to rautamiekka Send a message via Skype™ to rautamiekka
Reply



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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode