Jump to content

spleblem

Members
  • Posts

    37
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

spleblem's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. alright and sorry but what is that and where can i find it/use it sorry about having no clue, ive been making/design websites for years but now im getting in to sql databases.
  2. right here is the new.php script <?php include "../conn.php"; session_start(); if(!isset($_SESSION['username']) && !isset($_SESSION['password'])){ header("Refresh: 5;url=index.php"); echo "You are not logon password is required to access this file..."; exit; } $sql = "select * from categories order by cName"; $rec=mysql_query($sql,$db) or die(mysql_error()); $datas = mysql_fetch_array($rec); do{ $cats .= "<option value='$datas[cId]'>$datas[cName]</option>"; }while($datas = mysql_fetch_array($rec)); $displaytxt = "<form method ='post' action='savenewgame.php' enctype='multipart/form-data'> Category List : <select name='category'>$cats</select><br> Game Title : <input type = 'text' name='gametitle' size='30'><br> Game Description <br> <textarea name='description' rows='12' cols='60'></textarea><br> Thumbnail : <input type='file' name='gamepic' size='20'> <br> Game : <input type='file' name='gamefile' size='20'> <p> <input type='submit' value='Add this game' name ='submit'> <br> </p> </form>"; include "template.php"; ?> hope this can help you help me.
  3. oh right then ive tried posting the script but it seems to big to work. maybe you could have a look at the site http://spleblem.5gbfree.com/games3/admin/index.php the username and password are both admin.
  4. hey all thanks for reading i have purchased this game website script and im having a bit of trouble setting it up i receive this error Table 'spleblem_games3.categories' doesn't exist im not sure why the .categories is there as the tables name is just spleblem_games3 thanks in advance for any help.
  5. anyone got any ideas thanks if ya do
  6. alright i don't know if this keylogger will be posaible so ill limit what i want to it do. i want to to be a heylogger on my web proxy(php script used to get passed blocked websites). i would like to see what people are using my proxy for. like if they use it to google i would like to know what there searching and if they use it for forums i would like to see what there posting. if anyone has any ideas i would be greatfull thanks in advanced
  7. alright thanks php_joe ive been away for a week or so. would you be able to explain how i would set that up. and can i use it to record anything typed in to a .php page.
  8. and what does a search terms do can someone please explain thanks in advance
  9. yes the chat is javascript. that's why i wanted a keylogger. the site isn't online it still be developed. even if only some thing get recorded. anyone got any ideas.
  10. thanks thats a great idea but theres other places on my site where stuff get's typed like chat rooms and forums. going into more detail i would like it to save what they type in one big txt file and have there ip address so everytime they come on to my site theres is a new section added to the txt file with there ip and everything they type Alright well i know there might not be something like this but anything close would be cool like what snowman said but for more of the site. maybe i need a session or something anyideas thanks
  11. hey guys is there a keylogger sort of script that i can put on my website and see everything typed in and searched for. i would like more for security reasons. and to find out what is most commonly searched for. if these is such a php or other type of script which can do this would you be able to tell me. thanks in advance.
  12. well ive been looking at other mailers and loads of php and i can't figure it out i would like to as im learning loads of php as i try would someone please make the script for me thanks in advance if you do.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.