Jump to content

JonnySnip3r

Members
  • Posts

    87
  • Joined

  • Last visited

About JonnySnip3r

  • Birthday 11/10/1988

Contact Methods

  • Website URL
    http://phpcodemonkey.com/
  • Skype
    JonnoTheBonno

Profile Information

  • Gender
    Male
  • Location
    Manchester
  • Interests
    Programming, Socialising and of course playing video games.
  • Age
    24

JonnySnip3r's Achievements

Member

Member (2/5)

1

Reputation

  1. Hey guys, I'm currently using (or trying to use) the php laravel framework. Before I can use this framework I am getting the error: Call to undefined function Laravel\mcrypt_create_iv() I did some research and apparently I don't have the mcrypt extension enabled. I am using php 5.4.7 (AMP Stack) on my mac. I have followed this tutorial and can't seem to get it working at all. http://www.glenscott.co.uk/blog/2011/08/29/install-mcrypt-php-extension-on-mac-os-x-lion/ Anyone else had this issue and manage to resolve it? Thanks.
  2. cheers buddy so should i start again with the installation and do it then? as im guessing its too late to do it now? Thanks!
  3. Hi guys, Ok I have been using php 5.4.0 since it's release I have recently updated to php 5.4.7 (I'm using Mountain Lion) I do have everything installed using the default apache web server that came with my mac nice little AMP stack. The default file in my Sites directory is index.php with phpinfo() (http://localhost) will show this file weirdly I see this PHP Version 5.3.15 Last time i checked i was developing on 5.4.7 so the applications i'm now coding doesnt work (due to outdated php) When i check the php version in my terminal i see php version 5.4.7. I'm an idiot when it comes to figuring this out has anyone had the same problem? If so please help Do i have to recompile php as it takes SO long. Thanks guys!
  4. Hi Guys, This is just a quick question. I have been doing php for a fair while now, but up until now I have never really made a query intense php application. Im currently creating a app that makes allot of database requests each time the page is loaded (as the stats needed need to be updated pretty much all the time) I'm using OOP techniques and refining my queries to only select info needed etc. I'd say it makes around 13 request each page load but some of the methods inside a class make a couple more requests + calculations etc. all in all around 19 - 20. Other than looking into database caching techniques should I be doing anything else to help minimise the server load? Or am I being paranoid? I' closing connections when finishing with queries etc. BTW to clear confusion i'm not yet using db caching techniques. Any help will be much appreciated. Thanks!!
  5. hi dude, do you not want the values show at all or do you just want it where they can't edit them? If so when paypal pass the details back to your IPN script you can double check the values to ensure everything is ok before you grant them access to premium or to purchase what ever product. So if they changes the values they wouldnt be able to purchase what the bought its their own fault
  6. LOL. Seriously though you should check your website with something else then FF4 and Chrome10 there are still people around that use FF2&3 or even older Chrome browsers. There is also Opera, and Safari. You should also make sure your website works in IE7,8&9. They still have the largest market share. Thats a very unfortunate piece of information but true =[
  7. A very interesting a useful topic []
  8. http://codecanyon.net/item/simple-secure-login/155308 Awesome app dude!
  9. Hey guys when we make a class and you see: var myName; var myAddress; do we still need the var? or have they removed it? Thanks!
  10. Hey dude! could you post a sample url from a working url
  11. Hey! Can anyone help with this, is it possible to make a post to a remote website, so when the use runs the script it will post some information to a remote server and then grab some info it gets back in a get request or something along those lines? Hope someone can guide me to more info thanks!
  12. Hey guys does anyone know of a good dynamic directory solution? What i mean by this is when i am creating an application and i use require_once 'includes/config.php'; and then i create a class that needs the config file so i include it into the class like so: require_once '../include/config.php'; then i make a new folder named member then i have to require this class (created above) and it fails to find the directory. What would be a good solution for this? Thanks guys!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.