Search the Community
Showing results for tags 'Alexandria'.
Found 3 results
-
Version 1.0
1653 downloads
Celestial Thor Skin Patcher. It was created using Photoshop CS6, html 5 and css3. The youtube box will play the video automatically (and also it hides automatically the menu player) so you can play the music that you would like to add. Such as, video news about your server, events, etc. Features: Start Button Website Button Vote4Points Button Set Up Button Cancel Button Social Networks Buttons (if you dont want to use those bottons, you can comment the lines in config.ini) Youtube Box News Box (scroll) It includes: PSD file is available if you want to add or edit it. Fonts. The config.ini file has the right code for this skin. Website files. Live demo: http://www.mediafire.com/download/fjonhds9csj6194/Celestial_Thor_Patcher.rar Like my work?- 4 reviews
-
- Thor Patcher
- Skin
-
(and 2 more)
Tagged with:
-
File Name: Celestial Thor Patcher Skin File Submitter: Alexandria File Submitted: 17 Apr 2014 File Category: Other Graphics Celestial Thor Skin Patcher. It was created using Photoshop CS6, html 5 and css3. The youtube box will play the video automatically (and also it hides automatically the menu player) so you can play the music that you would like to add. Such as, video news about your server, events, etc. Features: Start Button Website Button Vote4Points Button Set Up Button Cancel Button Social Networks Buttons (if you dont want to use those bottons, you can comment the lines in config.ini) Youtube Box News Box (scroll) It includes: PSD file is available if you want to add or edit it. Fonts. The config.ini file has the right code for this skin. Website files. Live demo: http://www.mediafire.com/download/fjonhds9csj6194/Celestial_Thor_Patcher.rar Like my work? Click here to download this file
-
- Thor Patcher
- Skin
-
(and 2 more)
Tagged with:
-
Hello guys, I'm having trouble with the FluxCP : I want whenever my users make a donation using their Flux CP they get automatically their cash points in-game. For some reason I can't explain, They get the fellowing message upon logging onPaypal, just when the donation needs the final confirmation. "You must add funds to your PayPal account before sending more money." This is the way how i set my "applications.php" file: 'CreditExchangeRate' => 1.0, // The rate at which currency is exchanged for credits. 'MinDonationAmount' => 1.0, // Minimum donation amount. (NOTE: Actual donations made that are less than this account won't be exchanged) 'DonationCurrency' => 'EUR', // Preferred donation currency. Only donations made in this currency will be processed for credit deposits. 'MoneyDecimalPlaces' => 2, // (Visual) Number of decimal places to display in amount. 'MoneyThousandsSymbol' => ',', // (Visual) Thousandths place separator (a period in European currencies). 'MoneyDecimalSymbol' => '.', // (Visual) Decimal separator (a comma in European currencies). 'AcceptDonations' => true, // Whether or not to accept donations. 'PayPalIpnUrl' => 'www.paypal.com', // The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing) 'PayPalBusinessEmail' => '[email protected]', // Enter the e-mail under which you have registered your business account. and that is my Paypal configuration: Profile >> My selling tools >> Instant payment notifications >> Update Your help is very appreciated, thank you.