Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. Could you provide screenshots of the header and/or a download link (I assume gRPG is open-source, if not, don't worry about the download link)
  2. I used Developer PayPal. /* * Put this in the white loop * I think, from memory, the variable is $fp; */ $contents = $fp; $file = 'paypal_headers.txt'; $current = file_get_contents($file); $current .= $contents ."\n"; file_put_contents($file, $current);
  3. Only a small update, but an update nonetheless; Split the chapel system into its own file (property_chapel.php) Split the property market into its own file (property_market.php) Ability to remove a listing from the property market Ability to sell property back to the agent   Purchase You can redownload from the McCode User Panel, if you have already purchased it.
  4. Only a small update, but an update nonetheless; Split the chapel system into its own file (property_chapel.php) Split the property market into its own file (property_market.php) Ability to remove a listing from the property market Ability to sell property back to the agent   Purchase You can redownload from the McCode User Panel, if you have already purchased it.
  5. I had a few problems setting up a listener a few days ago. Run the process through sandbox, and dump the return headers somewhere (in a database table, or .txt file) for you to evaluate them. This helped me, as I was running into "302" and "400" errors, which stopped the crediting process.
  6. Guests reaction after someone clicks on his SQLFiddle link;
  7.   No need for sprintf on line 19. Line 24, you're either trying to end a b tag (incorrectly) or doing a line break (incorrectly) Inline styles are 'frowned upon' Avoid die to show error messages relating to the modification, echo and $h->endpage w/ exit; will suffice, and look more professional with a finished layout Check to see if $_POST['buysub'] isn't 0 before doing the math (line 48) No need for the `id` column in the query (line 82)   Now to your query; Is the column name from `lottery` called `jackpot`? Have you tried var_dump($row);? Have you echo'd it out of the sprintf function?
  8. I look forward to seeing this creation, Guest ;)
  9. Did you actually test this? Because it will fail. (It could be the forum software messing the script up, can you create a mirror?)
  10. sniko

    Games List

    [highlight]Could we possibly update the OP, to make it much more comprehensible?[/highlight]   Puts game links in a list Links to owners profiles   [noparse] So this idea was given by Mint Berry Crunch, a compilation of all the games which are online by users of this site. This way all the sites are being advertised, and have the same chance of views. I will add to this list every couple of days (or daily) depends on the activity of this thread. [i][color=red]PLEASE READ; If you don't own the game, you must have permission from owner to put on here, as they could be still working on it and not want the activity yet.[/color][/i] [php] [*]Game URL: [url]http://www.someurl.com[/url] [list][*][b]Owner:[/b] Some Owner[/list]   [highlight]Now start posting them games![/highlight]   Drug District Owner: Frosty   [*]Year 1920 Owner: Peter & HauntedDawg   [*]MafiaXtreme Owner: RJD Development   [*]DANE Owner: Dane Gaming (Newttster)  [/noparse][/php]
  11. Wow, very nice! It's easy on the eyes, and the "shine" effect is perfect!
  12.   How do you charge? Roughly, how much do you charge? How quick is your turnover? Can you write in genre? (ie. not just strict to one genre; mafia)
  13. An interesting approach to an interesting idea. Just out of curiosity, and I think she's signed already, but have you got Ebony Day on your playlist? I went to school with her (I was a year below). Seeing peoples success from YouTube alone, and the new release of MySpace, I wouldn't confidentially say that this concept is 'unrivaled', especially as they're already established grounds for these type of things (YouTube being more diverse, however). I do have a few questions, if you wouldn't mind; How will the outgoings be arranged. (Sever, domains, (if any) copyright infringement) If any, what framework(s) will you be hoping to adopt? If any, what libraries will you be hoping to harness? Viewers will NOT wait for "buffering" - A somewhat touchy subject, if you look into Internet backbone providers. Therefore your buffering vision may be destroyed - sorry! IF the projects becomes a success (a relative term, I know!) How would credibility be split? How would profit be split? What guarantees 'my' service to be required, during its success? (I know it's a volunteer position, but money changes people.) [*]How would you market such a product? [*]How would you turn views into signing/profit for the singer? [*]Do you currently have any investors to cover initial costing (server, etc)   I ask these questions in the greatest of respect. I am not flaming, or trying to put you down.
  14. Or they didn't realise it was multiple choice, and chose their preferred language
  15. What does a var_dump yield?
  16. Considering the errors are on chat.php, do some debugging over there, too. var_dump($_GET); var_dump($_POST); See what's happening over there. Next, view the source, and see if the parameters are being passed correctly. If there are, something is up with $.post parameters. If something is up with the $.post parameters, view the console log, and find out.
  17. sniko

    Worth a watch

    I agree with you, from just watching the trailer. However, I think the trailer summed up the whole film, so I don't have to watch it. I hate it when trailers do that.
  18. > doesn't watch or follow football > knows 'united' is vague Is someone telling porkies? :p
  19. Looks like someone has been reading the news :D
  20. There's a few possible solutions; Pay a translator Use a free service, such as Google Translate (Won't translate with 100% accuracy) Use a service like Systran Remake the modifications yourself Or pay someone to  
  21. Sure it's nice, however, all I can think of it doing (apart from confirming moores law, once again, and reinforcing the technological age) is biological data mining; retina scanning, iris scanning, etc) I don't see what advantages it will bring to someones life. We've already smart mobile/cellular phones, so I've no idea what else it can bring (apart from biological data mining). Eh, my reply seems quite paranoid. :p
  22. But perhaps, if there was a subsection, people will post, right? (Plus this thread has only been open for a day)
  23. XAMPP Netbeans Chrome GIMP/Adobe Fireworks Skype   Perhaps I'll purchase an external memory unit, backup my entire memory, and do this. (It's pretty messy at the moment) Also, considering I run Windows8, I'd like to add on a hack for a start menu on desktop...it's somewhat mandatory, and shouldn't be included in the five list :p
  24. Playstion Plus is a paid subscription service, added onto the PSN. I'll probably end up getting the PS4, only because Microsoft needed an outrage from their market to change the DRM policies.
  25. I suppose it's more the principle, than anything. A product which is that to be bought for a license to use (stock files), shouldn't really be posted giving the availability to the file(s) to those non-license holders. However, the way the product has been created, and the amount of modifications freely available to the public, one "could" rebuild the source (to some limit) with scripts found around here; to which you could argue that someone could obtain it via warez.
×
×
  • Create New...