Ticket system
- SpiritWebb
- Posts: 3107
- Joined: Sun Jul 12, 2009 11:25 pm
Re: Ticket system
This is my main page for the ticket system. The admin login, is at the far right bottom...(not shown)
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Ticket system
[youtubehd]http://www.youtube.com/watch?v=CQavqqblIH4[/youtubehd]
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Ticket system
source for video 1
http://www.filefactory.com/file/a0f281c ... video1_rar
http://www.filefactory.com/file/a0f281c ... video1_rar
- SpiritWebb
- Posts: 3107
- Joined: Sun Jul 12, 2009 11:25 pm
Re: Ticket system
I get this in the connect.php file...line 2:
Notice: Undefined variable: QUERY_STRING in C:\wamp\www\ticket\connect.php on line 2
Sorry, not logged in please Login
connect.php
Notice: Undefined variable: QUERY_STRING in C:\wamp\www\ticket\connect.php on line 2
Sorry, not logged in please Login
connect.php
Code: Select all
<?php
parse_str("$QUERY_STRING");
$db = mysql_connect("localhost", "root", "") or die("Could not connect.");
if(!$db)
die("no db");
if(!mysql_select_db("ticket",$db))
die("No database selected.");
if(!get_magic_quotes_gpc())
{
$_GET = array_map('mysql_real_escape_string', $_GET);
$_POST = array_map('mysql_real_escape_string', $_POST);
$_COOKIE = array_map('mysql_real_escape_string', $_COOKIE);
}
else
{
$_GET = array_map('stripslashes', $_GET);
$_POST = array_map('stripslashes', $_POST);
$_COOKIE = array_map('stripslashes', $_COOKIE);
$_GET = array_map('mysql_real_escape_string', $_GET);
$_POST = array_map('mysql_real_escape_string', $_POST);
$_COOKIE = array_map('mysql_real_escape_string', $_COOKIE);
}
?>- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Ticket system
Code: Select all
parse_str("$QUERY_STRING");-
mmoore5553
- Posts: 2
- Joined: Mon Aug 08, 2011 12:57 pm
Re: Ticket system
I am sorry but I am asking if you have completed the other videos in the series ? I have been unable to find them. I been looking for a tutorial like this. Thank you.
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Ticket system
wow i need to finish this
totally forgot about it.
-
mmoore5553
- Posts: 2
- Joined: Mon Aug 08, 2011 12:57 pm
Re: Ticket system
oh that would be great. I just doing one for a small business and thought it would be great to learn .
Re: Ticket system
all of this can be accomplished through basic html... and some styling to make it pretty. form.. submit to email. ie hosted email labeled support from ur host. reply. doing an in game support can be done through the messages tutorial. you could just make the user support.. then pretty up an index of info... or better yet.. through a forum. customizing forums is ez
Re: Ticket system
Yeah, it would be awesome.hallsofvallhalla wrote:wow i need to finish thistotally forgot about it.

