Code Search for Developers
 
 
  

index.php from The Geronimo Project at Krugle


Show index.php syntax highlighted

<?php
require('./webapp/index.php');
$sql = new mysqlConnection('127.0.0.1', 'crib', 'rockCrib2005', 'crib');
$cri = new Crib($sql);

?>



See more files for this project here

The Geronimo Project

The Geronimo project concists of two software :\n- Geronimo Hoshigo : a playable graphical user interface to play Go\n- Geronimo Margo : a artificial intelligence program which plays Go

Project homepage: http://sourceforge.net/projects/geronimo
Programming language(s): Java,Pascal,Perl,PHP
License: gpl2

  doc/
    crib.awareunited.org.uml
    crib.sql
    fichiers.txt
    roadmap.txt
  smarty/
    internals/
      core.assemble_plugin_filepath.php
      core.assign_smarty_interface.php
      core.create_dir_structure.php
      core.display_debug_console.php
      core.get_include_path.php
      core.get_microtime.php
      core.get_php_resource.php
      core.is_secure.php
      core.is_trusted.php
      core.load_plugins.php
      core.load_resource_plugin.php
      core.process_cached_inserts.php
      core.process_compiled_include.php
      core.read_cache_file.php
      core.rm_auto.php
      core.rmdir.php
      core.run_insert_handler.php
      core.smarty_include_php.php
      core.write_cache_file.php
      core.write_compiled_include.php
      core.write_compiled_resource.php
      core.write_file.php
    plugins/
      block.textformat.php
      compiler.assign.php
      function.assign_debug_info.php
      function.config_load.php
      function.counter.php
      function.cycle.php
      function.debug.php
      function.eval.php
      function.fetch.php
      function.html_checkboxes.php
      function.html_image.php
      function.html_options.php
      function.html_radios.php
      function.html_select_date.php
      function.html_select_time.php
      function.html_table.php
      function.mailto.php
      function.math.php
      function.popup.php
      function.popup_init.php
      modifier.capitalize.php
      modifier.cat.php
      modifier.count_characters.php
      modifier.count_paragraphs.php
      modifier.count_sentences.php
      modifier.count_words.php
      modifier.date_format.php
      modifier.debug_print_var.php
      modifier.default.php
      modifier.escape.php
      modifier.indent.php
      modifier.lower.php
      modifier.nl2br.php
      modifier.regex_replace.php
      modifier.replace.php
      modifier.spacify.php
      modifier.string_format.php
      modifier.strip.php
      modifier.strip_tags.php
      modifier.truncate.php
      modifier.upper.php
      modifier.wordwrap.php
      outputfilter.trimwhitespace.php
      shared.escape_special_chars.php
      shared.make_timestamp.php
    Config_File.class.php
    Smarty.class.php
    Smarty_Compiler.class.php
    debug.tpl
  webapp/
    data/
      meeting.old.php
      member.old.php
    sql/
      mysqlConnection.php
      sqlConnection.php
    views/
      configs/
        crib.conf
      templates/
        container.tpl
        footer.tpl
        header.tpl
        index.tpl
        menu_admin.tpl
        menu_admin_nouveau.tpl
        menu_admin_seances.tpl
        menu_compte.tpl
        menu_membres.tpl
        menu_membres_classement.tpl
        menu_membres_enligne.tpl
        menu_news.tpl
        seance.tpl
      theme/
        background.png
        box_150_blue_bottom.png
        box_150_blue_middle.png
        box_150_blue_top.png
        box_700_blue_bottom.png
        box_700_blue_middle.png
        box_700_blue_top.png
        box_700_green_bottom.png
        box_700_green_middle.png
        box_700_green_top.png
        box_700_red_bottom.png
        box_700_red_middle.png
        box_700_red_top.png
        box_content.png
        crib.css
        icon_admin.png
        icon_admin_reboot.png
        icon_admin_start.png
        icon_admin_stats.png
        icon_crib.png
        icon_demos.png
        icon_download.png
        icon_menu.png
        icon_menu_server.png
        icon_menu_stats.png
        icon_server_dedicated.png
        icon_server_linux.png
        icon_server_listen.png
        icon_server_tv.png
        icon_server_windows.png
        icon_upload.png
        logo_apache.png
        logo_crib.png
        logo_css.png
        logo_firefox.png
        logo_php.png
        logo_smarty.png
        logo_xhtml.png
        nopic.png
    crib.php
    index.php
  index.php