Jump to content
MakeWebGames

Dayo

Administrators
  • Posts

    2,491
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by Dayo

  1. yes you are correct but he wanted it like GRPG witch im sure it is just simple CSS as i posted above, no need for images what so ever
  2. Bug Fixes - In the Auto Theft it wouldent let you steal a car and came up with an error saying you couldent steal from a staff member ... this is now fixed - Fixed a small bug in the crimes where after you reached 75% it wouldent let you do the 1st crime If you find any more please tell me via sending a help desk report or emailing me @ [email protected] thanks, Dayo
  3. the javascript, yours is similar to mine rather then a:hover i used li:hover
  4. that looks like a lot of code compared to mine, why not just have the two images and plain text over top of the images (as i personaly do not like images as menus)
  5. Crimes.php Update crimes.php/_crimes.php code cleaned up (was very fugly/hard to read) (i shrinked the _crimes.php file by 98 Lines (48% smaller!) (you can thurthermore reduce the file by removing the unused line breaks to around 70 lines!)) You can edit aspects of the crime from config.php that include Crime Name Crime success text Crime payout (min/max) Crime Exp (min/max) Crime jail time Crime time (time between you can comit one and another)
  6. you can do this via CSS <style> #menu ul { width:200px; } #menu li { list-style:none; width:200px; background:#222; color:#fff; } #menu li:hover { list-style:none; width:200px; background:#CCC; color:#fff; } </style> <ul id="menu"> <li>Link</li> <li>Link</li> </ul>
  7. just so people know its NOT with me LOL
  8. that should be in userstats() function if i remember correctly, try adding global $ir; above it
  9. is that inside a function if so have you got global $ir; before that? if not make sure $ir is set
  10. Dayo

    Game engine

    What didnt you like about Gangster legends? plus if you know mccodes and have time to update why not try the secure lite version danny made?
  11. I'm working on federation 54 am I? I know I sleep talk but sleep coding ....
  12. Done so far Added a few features (bank and property information (free mods by me and jamiee)) Updated the HTML in login/register/forgot password/screenshots Started work on the locations (so you can add/remove locations)
  13. Gangster Legends V1.0.0 Right i have started development on Gangster legends v1.0.0, the V1.0 release will be aimed at doing the folowing. Adding the needed features ie staff panel Updating the HTML Geting rid of the limited features (ie the crimes/locations) Updating the backend script Current Features (V0.75) Crimes Grand Theft Auto Smuggling Black Market Casinos Gangs Bank & Money Transfer Mailbox Friend List Traveling Credit Shop + Credit Auction Forum Referal System Prison + Breakout Probably more :) It is secure to my knoladge I have started development on this but should take a while (like 2-3 months) but if there are any feature requests just post below and if you would like to contribute any modifications i can add just post below and PM me the mod. Later when my site is up and running you will be able to download the script at http://www.glscript.net as well as modifications. We will also provide a simple support system too. (and maby a more advanced paid service too). Demo: http://www.glscript.net/demo/
  14. Dayo

    Wow

    within 30 seconds i found this (INSTALL.TXT) INSTALLING PHAOS To install Phaos: - Import all the files in the "import" directory starting with structure.sql into your database; - Edit the config_settings.php file with your mysql server configurations; - Upload everything to your server; - Enter in http://www.yourserver.com/phaos/admin/ and login with user "admin" and password "admin", and change the password. (Optional) You can translate the Phaos system, or use a pre-translated file. You can see the avaliable files in /lang folder. Need help? http://www.3eproductions.com/phpBB2/
  15. @dave mine was a large writing project like 50 missions i have had about 10-15 i think, ive got to talk to him this weekend
  16. Dayo

    Mafia Images

    and whats the point in bumping this pointless thread?
  17. GUI Update 3.3.1 In the 3.3 update(s) i will be improving the GUI of the main aspects of the game in 3.3.1 i have targeted the missions please check it out @ http://www.themercenary.net/mission.php and please inform me of any bugs or any improvements that can be made @ [email protected]. Thanks, Dayo Owner/Developer
  18. Agreed, im buying a new domain glscript.net i will have the source code there plus any of my modifications plus once its done a revamped source code. You are welcome to help out if you like as is anybody who likes GL
  19. If they did could i alter it then didtribute it? i havent read the GPL/GNU licences in full, i realy should lol :P
  20. header.php, userlist.php, forum.php, profile.php (or what ever the profile page is lol) and probly more just open up notepad++ and use the search in folder option
  21. Dayo

    Timestamp

    im guessing you are trying to find out how many days, hours, minutes and seconds there are left check out my timestamp tutorial: mainly $ts->tstotime($var); all you would have to do is add the class then add $time=$ts->tstotime(($timespan-time())); echo $time['d'].'Days '.$time['h'].'Hours '.$time['m'].'Minutes '.$time['s'].'seconds'
  22. UPDATE just added this function to show how many days, hours, minutes and seconds there are in a timestamp $ts->tstotime($var); Cant beleive i didnt add this, all this does is divides a timestamp up into days, hours, minutes and seconds. You use it like $ts->tstotime(90061) and that would return an array with the values 'd'=>1, 'h'=>1, 'm'=>1, 's'=>1
  23. im still trying to get jamiee's email, if any one has it please can they send it to me. i may even have it on my old msn ill have a looke when i get home.
  24. Im not sure mate, but im going to try to get more attention to this script in the next few months. What im going to try and do is try to take over development of this project from the previous creators (ie make a website/have regular updates etc...) but first i have to contact the owners and ask for premision to use/distribute the script (freely of corce) as this is a great script and is a shame seing it being thrown to the back while other scripts like mccodes get all the attention.
  25. Not sure why there is nothing to do with 165 in the script
×
×
  • Create New...