Recent content by The1LT

  1. The1LT

    Who Has Visited In Last 24 Hours [Paid] [Deleted]

    No problem, thanks mate.
  2. The1LT

    Who Has Visited In Last 24 Hours [Paid] [Deleted]

    Hi, Still no response or email on this. Paid on Thursday and haven't received the add on or communication from the owner?
  3. The1LT

    Who Has Visited In Last 24 Hours [Paid] [Deleted]

    Hi mate, I purchased and then after Paypal redirect, was sent to this screen where I got attached message and no link or anything in email? Have waited about 15 minutes and still nothing. Think it may have got jammed up.
  4. The1LT

    GoodForNothing Product Manager [Paid] [Deleted]

    From this site: http://7dollarforum.com/YaBB/YaBB.pl?num=1197957510/1 "Whether you call it the "Waiting for PayPal" thing, the PayPal timeout, the 55-second loop, or whatever, if there's one thing that hangs up new users of the scripts more than any other, it's this issue. Why this happens...
  5. The1LT

    GoodForNothing Product Manager [Paid] [Deleted]

    Yes paid upgrades work no bother. I've debugged the code and in my version it is plain as day. I don't see how it can be a config error given the code that I just posted. Either I have a different version from everyone else. Or not everyone has tested this as thoroughly as I have. I agree the...
  6. The1LT

    GoodForNothing Product Manager [Paid] [Deleted]

    Is there anyone still using this mod? I know it's pretty much unsupported but one thing I'm finding a bit baffling is I've been told this works and based on the latest code set I got through purchase direct from the site it doesn't appear to be complete: This security error that I've been on...
  7. The1LT

    Fetch Row Question

    I've actually managed to get this up and running with phpStorm, fortunately it does hold the session, so when paypal returns it automatically breaks again and you can step through the code handling the callback. Haven't gotten to the source of that "Security Error" issue yet but it's a start :)
  8. The1LT

    Debugger and index.php

    Well I've managed to get it to work with phpStorm after a ton of messing about. I'll stick with this for now and go back to Eclipse when I have more energy to look at it again. There is so much weird stuff going on though that I have no clue about, it seems that if you have Taiga Chat running...
  9. The1LT

    Debugger and index.php

    Couple of shots of the error and the setting on the debug run.
  10. The1LT

    Debugger and index.php

    Hi guys, I've really been banging my head on this. I'm trying to get the debugger working on my local install now for like 2 days solid and can't seem to get past this issue. My set up is ZendServer Free edition running php 5.4 and ZendDebugger option turned on. I'm using Eclipse PDT latest...
  11. The1LT

    GoodForNothing Product Manager [Paid] [Deleted]

    I've done another small hack on this that allows it to send a thank you and welcome email to the purchaser based on an email template and includes the licence key as well as a few links for support etc. Regards the security error this thing seems to be a catch all that throws on this mod every...
  12. The1LT

    GoodForNothing Product Manager [Paid] [Deleted]

    So here is my first very dirty hack, sure there will be many more to come and at some point I can gain the honour of actually calling it a proper mod.. lol public function createLicense($userId, $productId) { $db = XenForo_Application::get('db'); //Ross mod - START -...
  13. The1LT

    Fetch Row Question

    Cheers Chris, will look into using dump. This php is all very new to me.... Keep looking for the compile button.. lol
  14. The1LT

    Fetch Row Question

    As an aside if anyone knows how to run a paypal callback through the debugger that would probably be just as helpful. The problem I get is that when I run it in debug mode I get to the point where I click the button to send it off to paypal and then from there is doesn't open the new address...
  15. The1LT

    Fetch Row Question

    Hi guys, Doing my first mod for an add on and as luck would have it, the code executes after the paypal callback and I can't figure out how to debug it with eclipse since it doesn't seem to pass off to paypal and return while in debug mode. So basically I'm coding/learning blind. Just a...
Top Bottom