Pages

Showing posts with label mybb. Show all posts
Showing posts with label mybb. Show all posts

Naoar Donation Premium for Mybb

Recently someone suggest to make a premium version of my Donation plugin for mybb, well I'm  not quite sure if anybody will buy it that's why I would like to hear from you what do you think about this idea.

Please add you comments below, In order to make use of your comment, I would suggest you summarize it to the  following 3 points:

  1.  What are the features you like to see in the premium version?
  2.  What is the expected price?
  3.  Will you buy it or not?


 ---------------
Comments will not be shown below, but definitely I will read them .. and reply if necessary.

Naoar donation plugin copyright notice removal

If you have installed Naoar donate plugin for Mybb forum and do not like to show my copyright notice in your forum's footer, Now you can remove my copyright notice from the footer of your forum's webpage for a small fee ( Only €7 Euro )

Please If you'd like to get a patched plugin file ( already removed copyright ) just leave your email address during the payment process

Files will be sent to you within 24 hours.

Choose Payments option to continue:
Payza:

Paypal or credit cards :

Installing mybb on rackspace cloud server


In previous post I wrote how to get started with rackspace cloud server, and installed nginx, postgres, php and exim4. in this post I'll demonstrate how to install mybb forum script on cloud server.
Requirements:
  1. Cloud server
  2. webserver (nginx), postgres, mail trasfere agent (exim4) and php5 cgi
  3. Latest mybb forum script
  4. sftp client

  1. Signing up with rackspace cloud server

    if you haven't signed up at rackspace cloud yet, continuing reading is more likely to be as a boring lecture :). sure you can continue or  sign up now
  2. Installing webserver (nginx), postgres, mail trasfere agent (exim4) and php5 cgi

    Installing nginx, postgresql, exim4 and php5 cgi is covered in previous post, please refer it
  3. Downloading the latest mybb forum script

    first get the latest version of mybb from http://www.mybb.com/download/latest extract it and rename folder Upload to web
  4. Uploading mybb using sftp client

    Here you can use any sftp client either command line such as sftp on linux/ psftp on windows(part of putty tools), or GUI many are available check the one that support sftp not ftps, ftps you don't need it here. for this demo I'll use sftp command line client, remember that our goal is to upload mybb files to a place where nginx is able to reach .so basically all mybb files MUST located in /home/naoar/web so that /home/naoar/web/index.php is the location of mybb forum index file
    login to your cloud server

    enter your password not root password
    then upload the local directory web to /home/naoar
    uploading will start :)
    once uploading finished, you can make sure everything is in its place:

    if no errors found, we can safely close the sftp client and go to install mybb from a web browser, the rest of this post is demo images, installation process quite simple, just fill and go :)

----------------
you may also like to install a plugin I wrote which itsNaoar Donation plugin for mybb once you finished
cheers