Search results

  1. gomarc

    Promo Winner Selection Bug

    I didn’t know you could not be reselected. I just assumed that since the winner only has a few hours to claim the price, it was ok to be reselected.
  2. gomarc

    Sql help plz

    If you need to add a column to a table, in the SQL query you can use: ALTER TABLE `testtable` ADD 'col4` VARCHAR( 40 ) NOT NULL ;
  3. gomarc

    PHP Magic Quotes

    Maybe this will help: Disabling Magic Quotes
  4. gomarc

    PayPal Mass Pay Form Leads To Blank Page, Paying 1k+ Creds 4 Solution

    This is the logic I’ve applied so far: I removed form the code all the required files such as: 'CallerService.php' "../config_inc.php"); "../includes/class.phpmailer.php"); "../includes/func_inc.php"); "../includes/egold_inc.php"); "../license_inc.php"); I removed all calls to database...
  5. gomarc

    fill this out please

    Done as "Bruce"
  6. gomarc

    PayPal Mass Pay Form Leads To Blank Page, Paying 1k+ Creds 4 Solution

    I can’t do much more right now. I’ll get back within an hour.
  7. gomarc

    PayPal Mass Pay Form Leads To Blank Page, Paying 1k+ Creds 4 Solution

    In MassPayReceipt.php require_once 'CallerService.php'; session_start(); Put session_start() first: session_start(); require_once 'CallerService.php';
  8. gomarc

    PayPal Mass Pay Form Leads To Blank Page, Paying 1k+ Creds 4 Solution

    In the file MassPayReceipt.php line 187: $resArray='hash_call("MassPay",$nvpstr); If you replace this line with $resArray=”” you should not get a blank page, at least it will show you the error page. This suggest that the problem is in that call.
  9. gomarc

    Fp

    Have you tried using your CPanel / Advanced / FrontPage extensions?
  10. gomarc

    PHP Script Trouble

    About your navagation menu... Data used: $menuUrls[0][0][0] = "http://portfolio.kbjr.x10hosting.com"; $menuText[0][0][0] = "Home"; $menuUrls[1][0][0] = "resume.php"; $menuText[1][0][0] = "Resume"; $menuUrls[1][1][0] = "resume.php"; $menuText[1][1][0] = "HTML Format"; $menuUrls[1][2][0] =...
  11. gomarc

    help me need code?

    Please be aware that you will need to login to your account panel first, then you can follow Brandons’ link. You can also go to the same page using the link on the left side of your Account Options / “Get Advertisement Codes”
  12. gomarc

    Special Raffle (Domains and more) | Sorteo especial (Dominios y más)

    8. Which are the names of all the free servers? Starka Stoli Cossacks Absolut Lotus 100 Credits sent.
  13. gomarc

    Edit .php page with a form

    Are you asking about different users each one able to pick their own options? If that’s the case, you will want to save those options into the user information table so they can be retrieved or changed when needed.
  14. gomarc

    MySql Page

    Thanks for the credits driveflexfuel!
  15. gomarc

    MySql Page

    The table and data we are using for this example: -- phpMyAdmin SQL Dump -- version 2.11.9.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Feb 21, 2009 at 12:17 PM -- Server version: 5.0.67 -- PHP Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database...
  16. gomarc

    Cookies

    Yes, you can use cookies. Send the cookie before the html code to avoid the error. This is a great tutorial to get started: http://www.w3schools.com/php/php_cookies.asp
  17. gomarc

    Help Tabled navigation moves

    Change Line 49: <td width=250>to: <td width=250 valign=top>
  18. gomarc

    .htaccess

    A free Javascript obfuscator! Thanks driveflexfuel !
Top