Jump to content

Gerome

Members
  • Posts

    185
  • Joined

  • Last visited

About Gerome

  • Birthday June 24

Profile Information

  • Gender
    Male
  • Location
    Tagbilaran City,Bohol
  • Github: https://github.com/johngerome
  • Interests
    Working on the next Control Panel https://github.com/RxCP/rxcp

Contact Methods

Recent Profile Visitors

34794 profile views

Gerome's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

26

Reputation

4

Community Answers

  1. Ok, so you've moved donate.php under donate folder, you should access your custom donate page like this "?module=donate&action=donate" in your code.. <?php echo $this->url('donate', 'donate'); ?> where the first param (donate) is the name of the module and the 2nd param is the action which is the file name (donate.php).
  2. Poor two ate nine 4289
  3. Sass not SASS!

  4. Correction. it's <a href="<?php echo $this->url("<module>","<action>",array("<other param id>" => "<other value>", ...)) ?> > text </a>
  5. dont include bind_ip. it's only applicable if you run multiple servers on multiple interfaces (while using the same ports for each server) use WAN IP
  6. with this tool it helps me to insert the game characters in my site/cp (e.g fluxcp/cerescp). hoping for more updates to come. awesome work!
  7. @ZeiyanRO are you using Annie's Dota Pvp ladder Script?
  8. Instant Payment Notification (IPN) is PayPal's message service that sends a notification when a transaction is affected. Once IPN is integrated, sellers can automate their back office so they don’t have to wait for payments to come in to trigger order fulfillment. Instant Payment Notification allows you to integrate your PayPal payments with your website's back-end operations, so you get immediate notification and authentication of the PayPal payments you receive. How It Works When a customer makes a payment to you or a payment is reversed or refunded, PayPal will post a notification to your server at the URL you specified. Included in this notification will be all of your customer’s payment information (e.g.customer name,payment amount) as well as a piece of encrypted code.When your server receives a notification, it will then post the information, including the encrypted code, back to a secure PayPal URL.PayPal will authenticate the transaction and send confirmation of its validity back to your server. The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing) try to use www.paypal.com for PayPal's IPN URL first...
  9. try this.. http://rathena.org/board/topic/71004-how-to-change-the-max-npc-name-length/
  10. i hope this link can help.. http://rathena.org/board/topic/79550-sleep-a-source-line/?hl=sleep
×
×
  • Create New...