Search results

  1. Ecko

    New Web based programming Language?

    There was nothing wrong with your opinion up till you stated 'if developing for the web is your main priority'.
  2. Ecko

    New Web based programming Language?

    Such a generically stupid statement. You should use whatever language is best suited for the web application you are developing (ie - Python is procedural whereas Ruby is not). There's a reason Google utilizes Python as one of their primary languages. They employ hundreds of developers who...
  3. Ecko

    [Github]CraftControl

    'MIT License' yet no license is included in the master repo on github..
  4. Ecko

    CSS Help

    We can't tell unless we saw the code. Easiest way to find out is Right click > Inspect element
  5. Ecko

    Should I make the switch to Ubuntu?

    Do you have any experience with Linux...? If not, don't switch.
  6. Ecko

    Help with closing tags?

    /> is valid XHTML. http://en.wikipedia.org/wiki/HTML_element#Syntax
  7. Ecko

    For those people who do not know what cPanel is read this!

    cPanel is the web based version of Windows Calculator
  8. Ecko

    SOLVED. Staff Chat available for users with rank 2 and higher [Phoenix 3.11.0]

    sa_send sa_receive in permission_ranks should be set to 0 for rank 2
  9. Ecko

    having trouble with these .php

    Got a screenshot? Post full code
  10. Ecko

    Illuminia CMS [PHP, OOP, MySQLi, Uber 3]

    XSS exploits all over the place. Just look at the user profiles
  11. Ecko

    Return username from MySQL

    You need to be checking if they logged in first before echoing that. Look at main.php
  12. Ecko

    Return username from MySQL

    $_SESSION['username']
  13. Ecko

    Whats the sql code to make everyone vip? R63?

    what's the point of the alter table?
  14. Ecko

    Help ASAP - Credits Balance!

    It's %creditsBalance% (notice the capital B?) $tpl->Write('div id="column1" class="column">'); $pageName = new Template('page-tpl'); $pageName->setParam('creditsBalance', intval($users->GetUserVar(USER_ID, 'credits'))); $tpl->AddTemplate($pageName);
  15. Ecko

    Admin Panel

    Why is it called a panel? ;s
  16. Ecko

    Downloading mp3's

    Find the song on YouTube and download with this: http://www.youtube-mp3.org/
  17. Ecko

    Help ASAP Exploits ;(

    Depending on which one you are using, the entire housekeeping is vulnerable.
  18. Ecko

    Last Thing you copied and pasted.

    recording = !recording; if (recording) { try { frames.clear(); File file = getEmptyFile(true); Recorder recorder = new Recorder(windowWidth, windowHeight + 11, Config.MOVIE_FPS, frames...
Top