1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By NatalicWolf

  1. explorer liked NatalicWolf's post in the thread Short Upload Script - Can you see any security issues?.

    I added a fix. Check it out...First line: $allowedexts and the in_array where you checked extensions. <?php...

    May 22, 2009
  2. imsoflyoh liked NatalicWolf's post in the thread php register error need help.

    Message me on AIM please. I am available right now too.

    May 20, 2009
  3. edual200 liked NatalicWolf's post in the thread Help - simple question about my comments/review script.

    Correction to that, they ARE...\r\n is actually \x10\x13 or...enter key...it is not an HTML character, meaning...it does not show up as...

    May 19, 2009
  4. johneva liked NatalicWolf's post in the thread Displaying results on multiple pages.

    I tried messaging you on MSN. I can help you out.

    May 19, 2009
  5. Random Guy liked NatalicWolf's post in the thread If referrer statement - +rep for help!.

    DO NOT USE THIS. It is not proper coding logic. Stristr returns a string, should not be used this way (checking for existance). Here:...

    Apr 7, 2009
  6. Laceygirl liked NatalicWolf's post in the thread Links that are logging people out problem.

    I will help you for free, please message me. I know what is wrong now. Simply IM me. I will do it free.

    Apr 2, 2009
  7. PoPSiCLe liked NatalicWolf's post in the thread Calling function from within variable?.

    I think its echoing not returning. Please post the full code.

    Mar 30, 2009
  8. anjaan79 liked NatalicWolf's post in the thread URL cloaking/masking question.

    That is not really possible...Because you are using a direct URI. No matter how you cut it, you need to redirect...And even then it wont...

    Mar 29, 2009
  9. domainloco.net liked NatalicWolf's post in the thread {{ PLEASE HELP }} What kind of script is this?.

    Exactly...I just added /admin to the url and boom, admin panel

    Aug 24, 2008
  10. templatese liked NatalicWolf's post in the thread Help me to make my .HTACCESS file for a php site.

    Here you go, this should help a bit: RewriteEngine On RewriteRule ^l-(.*)$ list.php?category=$1 RewriteRule ^l-(.*)/p-(.*)$...

    Aug 23, 2008
  11. tua1 liked NatalicWolf's post in the thread Warning: Cannot modify header information - headers already sent.

    Glad I was able to help!

    May 20, 2008
  12. PaddyL liked NatalicWolf's post in the thread Confusion over regexp ".test($value)".

    That isn't PHP my good man, that is javascript;) I simply put the "/<a\s+href=/i.test" into google and second result shows it is...

    May 5, 2008
  13. Colbyt liked NatalicWolf's post in the thread how to display 2 or more records per row?.

    Ok since I do this so much: <?php $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: '...

    May 4, 2008
  14. whiteblue1942 liked NatalicWolf's post in the thread noob problem with php.

    Hey, make sure you login to the MySQL server first. $connect=mysql_connect(); // php.net/mysql_connect Hope that helps:) Hit...

    Apr 11, 2008