Jump to content
MakeWebGames

Recommended Posts

Posted

[align=center]Bug Report [v2][/align]

[align=left]This Modification is somewhat helpful for game owners that aren't always available to be searching for bugs. Although you can't depend on users to actually not abuse it and just report it, it gives a 50 crystal reward upon staff confirmation ( not automatic, you have to click a confirm button ). I believe its secure, if any problems just either tell me or fix it and post it on here :). [/align]

-------------------------------

SQL

[mysql]

-- phpMyAdmin SQL Dump

-- version 3.2.4

-- http://www.phpmyadmin.net

--

-- Host: localhost

-- Generation Time: Jun 03, 2010 at 07:00 PM

-- Server version: 5.0.90

-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

 

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;

/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;

/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;

/*!40101 SET NAMES utf8 */;

--

-- Database: `devcommu_corruptw`

--

-- --------------------------------------------------------

--

-- Table structure for table `bugs`

--

CREATE TABLE IF NOT EXISTS `bugs` (

`bugID` int(11) NOT NULL auto_increment,

`bugPROBLEM` text NOT NULL,

`bugUSER` int(11) NOT NULL,

`bugACTIVE` int(11) NOT NULL default '1',

PRIMARY KEY (`bugID`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--

-- Dumping data for table `bugs`

--

[/mysql]

bugs.php ( All in One )

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Lite

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

If you have any questions regarding this modification, dont hesitate to PM me :).

Posted

Bug:

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/bradlll/public_html/global_func.php on line 125

 

 

INSERT INTO events VALUES('',1,UNIX_TIMESTAMP(),0,'brad has posted a new Bug Report.')

Posted
Bug:

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/bradlll/public_html/global_func.php on line 125

 

 

INSERT INTO events VALUES('',1,UNIX_TIMESTAMP(),0,'brad has posted a new Bug Report.')

Its not bugging on mine. Its probably because your converting it to lite and made an error along the way

Posted

I modified a bugreport from the freebie section and just like yours i realised you can delete bug reports which is fine but why not have it so Bugs that are repaired users can view from a FIXED BUGS link..

Posted
Illusions means instead of deleting the 'fixed' bugs, why not move them to a seperate section called 'fixed', so you can keep track of broken and fixed stuff :)

Oh. They dont get deleted. Their status gets updated. so they are still there lol. If u delete them they're gone, but if u click the confirm button they stay and their status is updated

Posted
Illusions means instead of deleting the 'fixed' bugs, why not move them to a seperate section called 'fixed', so you can keep track of broken and fixed stuff :)

Oh. They dont get deleted. Their status gets updated. so they are still there lol.

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

For real? O.o

What about it?

Posted

I dont know whats up with my i cant comferm it on my on my mcc lite game it dont show up im user_level2 anyone can pm or say something SolisSnake dont know whats up anyone help.

Posted
I dont know whats up with my i cant comferm it on my on my mcc lite game it dont show up im user_level2 anyone can pm or say something SolisSnake dont know whats up anyone help.

I dont know whats up with your game because it works on my copy of unmodded mclite, as well as v2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...