Jump to content

allistera

Members
  • Posts

    59
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male
  • Location
    Scotland

allistera's Achievements

Member

Member (2/5)

0

Reputation

  1. I'm talking about: $oDb->select() method.
  2. So a key that is unique to the domain? Thanks sounds good!.
  3. Without knowing what inputs the method requires its hard to know what the actual end SQL query is.
  4. http://www.meiocodigo.com/2008/10/14/pretty-truncate-string-function-in-php-substr-replacement/
  5. Hey! I am making an private API to be used by my facebook application to gather data from my database. I'm wondering whats the best method of authenticating the application? Thanks
  6. You also have "<a link type="text" href="$fi" />Post $fi</a>" in the middle of your PHP code. echo this line or break out the php code.
  7. When I clicked on the email and id textbox I expected the "your name" and "email id" to clear, mabie you should add that feature? simple js. The form doesn't submit and there is no dynamic PHP, so can't really test static HTML pages for vulnerability's.
  8. Mabie you should limit the width of the post area, and limit the amount of letters someone can post, examples: http://www.communitycouch.net/index.php?action=viewthread&board=1a&thread=00b541ece8ac084147fac2f73be36c3d http://www.communitycouch.net/index.php?action=viewthread&sec_action=create_thread2&board=2a Open Directory's: http://www.communitycouch.net/gfx/ It asks me to log in when I already have. You can create a topic with no title, just a space. and it doesn't require any text in the message area. All thread views are at a 10,000 by default. No BBcode?
  9. Hey there, I am doing a course on C and am on the CGI scripts section. I have WAMP set up that I do PHP dev in. I tried moving the compiled exe apps to the cgi-bin dir: "C:\wamp\bin\apache\apache2.2.8\cgi-bin" But go to this from my browser it just asks me to download the exe. I am guessing it has something to do with the httpd.conf, I had a look and seen that I have the module "cgi_module" activated. Any ideas? Thanks
  10. Full path disclosure: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/stufftut/public_html/billing/admin/clients.php on line 35 URL: http://www.stufftutorials.net/billing/admin/clients.php When I add a client, it does not appear on the list, (Database trouble?
  11. You can easily do it in firefox with the Web Dev extention, and the same in opera with no plugin.
  12. I have the same problem, and don't want to resort to tables...
  13. Hey there! Having a problem with a new design project, here is a image of the problem: And the Code: #mainCon { width: 85%; background:#FFFFFF; margin-left: auto; margin-right: auto; min-height: 700px; height: auto; padding-bottom: 100px; } .roundCon { float: right; min-height: 300px; height: auto; width: 70%; font-size:15px; font-family:verdana,helvetica,arial,sans-serif; } The problem is because the roundCon is set to float right, it is not increase the height of the mainCon, if I remove the float, it does but it completely messes up the page. Anyway to let the mainCon recognize the roundCon and increase the height? Thanks
  14. Use: error_reporting(0); Or look in the php.ini settings for error_reporting. http://uk.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.