Jump to content
MakeWebGames

JamesRage

Members
  • Posts

    86
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JamesRage's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Did anyone get around to making something like this?? Been after one for months now!
  2. Looks like talent runs through the family :] I have very minimal experience with Windows movie maker if thats anything you're asking for xD
  3. I updated a users online script I found and made it concise and basic to suit my needs, so if anyone else here prefers basic here you go; http://pastebin.com/MYTwKUEE :o
  4. I can attempt this.. but it will take about a day for me (fairly new to php). :)
  5. Nice modification! :o
  6. sorry if my post came out wrong. I read a article about a few kids committing crimes in the uk recently. I thought there might be a link. Thats all lol. :)
  7. how old did the kids look? What race were they?? :confused:
  8. hey... Ive been working on a test site recently which will contribute to a game I will be making soon. However I don't feel im completely ready and confident with mccodes so I need someone to help me Here and there with functions etc. Ive left my Skype below for you all. :) Thanks in advance! Skype: jamesrage4
  9. If you have the images/css/html I think I could integrate it for you, I've done it successfully once before. Let me know :)
  10. I have, im just not very good at fixing errors but thats how you learn right, trial and error :confused: Thanks btw, i'm going to test that :)
  11. V2 pal. :confused:
  12. i got everything working with this mod to, except the last step, can someone please redo the last step for me??   echo (' <table width = "100%" cellspacing = "1" class = "table"> <tr> <th colspan = "3">User Comments</th> </tr>'); $Data = mysql_query("SELECT g.`ID`,g.`SenderID`,g.`RecieverID`,g.`Comment`,u.` userid`,u.`username` FROM `gComments` g LEFT JOIN `users` u "."ON g.`SenderID` = u.`userid` WHERE (`RecieverID` = ".abs(intval($_GET['u'])).") LIMIT 20"); if(!mysql_num_rows($Data)) { echo ('<tr> <td colspan = "1">This user has no comments.</td> </tr> </table>'); exit($h->endpage()); }else{ while($cData = mysql_fetch_array($Data)) { echo (' <tr> <td width = "15%">'.htmlentities($cData['username']).'</td> <td>'.stripslashes(htmlentities($cData['Comment'], ENT_QUOTES)).'</td>'); if(($_SESSION['userid'] === $cData['RecieverID'])) || ($ir['user_level'] == 2)) { echo (' <td width = "10%" align = "center"><a href = "/Comments.php?Delete&ID='.$cData['ID'].'"><span style = "color:#8B0000">Delete</span></a></td>'); } } echo ('</tr></table>');   I get Parse error: syntax error, unexpected T_BOOLEAN_OR in /home/murder/public_html/viewuser3.php on line 268 :( :confused:
  13. Great mod-! But i get one error with the last step I get A critical error has occurred, and this page cannot be displayed. Please try again later. Query failed can someone please fix this??
  14. 1 ----- new housing estate?? The default V2 one is really crappy. 2 ----- New streets system with staff panel access to create the variation of outcomes etc. 3 ----- new gym system? Maybe someone can expand??
  15. You're welcome!
×
×
  • Create New...