Jump to content
MakeWebGames

Joel

Members
  • Posts

    1,169
  • Joined

  • Last visited

About Joel

  • Birthday 06/27/1991

Personal Information

  • Location
    United Kingdom
  • Interests
    Web developing
  • Occupation
    Freelancer
  • Website
    http://zendos.co.uk

Recent Profile Visitors

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

Joel's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Joel

    Modular Layout

    Thanks, and yes the database class definitely needs work, currently only supports mysqli. Examples will come soon, the framework was released just yesterday.
  2. Joel

    Modular Layout

    I developed a PHP Modular MVC Framework, also supports themes so you can have multiple templates. Released under the MIT license, check: https://github.com/Jo3la/Modular-MVC-Framework Does not require a database connection to work.
  3. Joel

    Need a bot

    <script type="text/javascript"> var id = window.location.search.split("id=")[1]; var url = "http://example.com/user.php?id="; setTimeout(function(){ id--; window.location.replace(url + id); },1000); </script> ?
  4. Removed Quick search and it appears to be on sourceforge.
  5. Google Chrome Notepad++ Skype Steam Minecraft Photoshop FileZilla VLC 7-Zip Visual Studio IDM ShareX
  6. 1. Forrest Gump 2. The Shawshank Redemption 3. Good Will Hunting 4. Indiana Jones 5. Star Wars I have more these are just the ones I can think of right now.
  7. Warning: include(.php) [function.include]: failed to open stream: No such file or directory in /home/mafiadre/public_html/index.php on line 2 Warning: include(.php) [function.include]: failed to open stream: No such file or directory in /home/mafiadre/public_html/index.php on line 2 Warning: include() [function.include]: Failed opening '.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mafiadre/public_html/index.php   You may want to fix this.
  8. I still prefer to use Notepad++ but sublime text 3 is good also. Not tried many others.
  9. Laravel 4 is in development, you can download from there github. Its the most stable release. Its also 20% faster than CodeIgniter 3.
  10. I prefer laravel - clean and classy. You can use any you like though, it all depends on personal preference and performance / security.
  11. Sweet... published :)
  12. http://www.speedtest.net/result/2603693833.png Fibre Optic
  13. Ahh... I must have missed it while looking at the default template file, i'll update it now. =D
  14. Updated: - fixed code editor problem - temp - using ImageGameTitle(); for the game title http://img16.imageshack.us/img16/9527/20130327003706.png   EDIT: code editor css/js not in default template? possibly a_bertrand needs to add support for other templates for it to work correctly. mctemplate.nwp
  15. Okay I'll add the function, remove the text and just add ImageGameName(); The code editor is probably due to the width of the content, not sure that is changeable via a templates folder? file?
×
×
  • Create New...