Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. What are you actually trying to achieve here? Why are you clearing out these particular fields?
  2. (And you should probably do the same for the other two queries if that is what you're trying to achieve)
  3. Are you actually just updating the fields to '' or have you removed what goes in there? If you're just emptying it, why not DELETE?
  4. Now that I think about it, haven't we seen this website before under a different name?
  5. Such a weird mix of content on that site... If you're talking about what I assume you are then I highly recommend a managed fleet list to choose from rather than user input because no matter how nicely you ask people they're going to type in something that already exists in a slightly different format. Trust me on this
  6. Out of interest, how much are you expecting to pay for this? 3D animation doesn't come particularly cheap.
  7. If you don't already have an idea you're passionate about then why bother? You'll only be starting a VA for the sake of it, and let's be honest it probably won't go far in that case.
  8. When you tell the developer to expand on your idea you get something completely different to what you were thinking of
  9. Check the file permissions on that file in your FTP client, make sure it has read selected for all users.
  10. In what way are you protecting users? He's clearly shown what the product does. He doesn't need to go in depth on how it works. If people want that functionality I highly doubt they care how it's determined. Also you can easily assume based on the lack of mention of VATSIM/IVAO that it isn't using those, as they'd be selling points. Why is every thread a conflict
  11. "[Class/File] X not found..." errors generally mean you haven't uploaded the file where it's expected to be. Data classes should be in /core/common/
  12. It should default to the core templates folder if it can't find them in the skin folder, odd that it didn't...
  13. Have you uploaded the template files to /lib/skins/Sim Widget/popupnews/ ?
  14. Auth::$userinfo is the user info of the currently logged in user. You need to find the variable it uses for the user you're sending to.
  15. Well without being able to see what's actually happening we'll just be guessing really. Look at the source of the page, look at your PHP error log...
  16. You'll need to change "/path/to/codon.config.php" to represent where the file actually is in relation to the file you're working in. Do you have a link to this on your site too?
  17. I don't think my point was well explained/understood. Here's a valid example starting point: <?php // To avoid errors, this should go before *any* HTML output require('/path/to/codon.config.php'); // Call the phpVMS config file ?> <!doctype html> <html> <head> <title>Untitled Document</title> <!-- Insert any Style Sheets --> </head> <body> <!-- Page Content --> </body> </html> It would be easiest for us to help if you could post the source you're using.
  18. To clarify, when including the codon config mentioned above it should be before any HTML output. Anything you want to appear on the page should be within the body tags.
  19. Or, perhaps, people could just put a little effort in themselves instead of someone else coming and doing it for them, without having to post asking others to use correct grammar and make "since" when it's really not that difficult to work out what's being said.
  20. It doesn't take much effort to make sense of what he said, just extract the key points, I've only added 3 letters and it becomes: well I have a VA that I might be giving to whoever unless someone wants to partner up over it as I have done as much as I can do to it so theres an offer
  21. Can you please use correct spelling and have your statements make sense?
  22. (BTW jQuery ≠Javascript oh gosh )
  23. Ok, at the moment I'd prefer to stick to iOS development for a bit - I haven't worked with native android development yet and I'd prefer not to go with a hybrid app. I've added a poll to the topic, I'd appreciate if anyone interested would answer which type they'd prefer
×
×
  • Create New...