-
Posts
2,210 -
Joined
-
Last visited
-
Days Won
47
Content Type
Profiles
Forums
Events
Everything posted by sniko
-
I'm unsure if this is what you wanted, but it's what I concluded from your post. JsFiddle
-
TopListedGames is a brand new toplist, reinventing the way a toplist communicates with its members. Not only do we offer an API for you to fetch data from our end, and manipulate it anyway you wish, but we've partnered with the biggest game engines around, giving licensed engine holders more opportunities and the ability to get more players, just from being licensed. Our business plan is not pay-for-clicks, it's pay-for-time. To get an advertising spot, you would purchase credits (which can be spent on; making your site have premium status for a number of days, doubling your chance of becoming on the first page quicker, or advertising spots throughout the site) at a low cost. Trading credits for banner advertising spots will issue you 24hours for your banner to show in your desired location. Repeatedly purchasing the same advertising spot will add an extra 24hours onto your time, enhancing your chances for more out clicks, and player signups. With our custom API, you are able to view a number of statistics on your game. You will be able to fetch your current rank (sorted by votes, and clicks), and the amount of votes and clicks you have, as well as numerous other things. TopListedGames realize that there is a struggle competing with game that pop up, and disappear quickly (mostly run with invalid licenses) therefore, with our partnerships with certain engines, you're able to check your license and game URL with our partners. If you're running a legitimate license, we'll give you credits, enhancing your potential, and help you raise your popularity against this sort of 'competition'. We're on your side. Promotional Code: [highlight]849858825[/highlight] (Valid until 31st August, 2013) This promotional code will give you a number of set credits for you to spend on advertising. So, what are you waiting for? Sign up today, and submit your games! Currently, there is no limit on how many gamer per account - games will have to be validated before they show on the toplist. Credits are subject to your account, and not individual games; although you purchase them through 'Make your game premium' system. Prices of credits are not 'set in stone', and are subject to change. Credits cannot be refunded. TopListedGames will never ask for your account details, nor are we accountable for your actions - i.e giving access to your account to someone else. If you encounter any problems, or have any queries, please contact us.
-
Perhaps apply your knowledge you stated here, and upgrade your online hasher, so there is only 1 single visible page request (the immediate one)?
-
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)
-
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);
-
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.
-
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.
-
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.
-
Guests reaction after someone clicks on his SQLFiddle link;
-
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?
-
I look forward to seeing this creation, Guest ;)
-
Did you actually test this? Because it will fail. (It could be the forum software messing the script up, can you create a mirror?)
-
[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]
-
Wow, very nice! It's easy on the eyes, and the "shine" effect is perfect!
-
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)
-
Help needed from a volunteer PLAYER/web PROGRAMMER (Charity project)
sniko replied to noebrowe's topic in Other Programming
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. -
What are your strongest programming language?
sniko replied to Script47's topic in Question of the day
Or they didn't realise it was multiple choice, and chose their preferred language -
What does a var_dump yield?
-
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.
-
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.
-
> doesn't watch or follow football > knows 'united' is vague Is someone telling porkies? :p
-
Google Glass - What are your views on this gadget?
sniko replied to Jan Kaufmann's topic in Tech News
Looks like someone has been reading the news :D -
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
-
Google Glass - What are your views on this gadget?
sniko replied to Jan Kaufmann's topic in Tech News
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 -
But perhaps, if there was a subsection, people will post, right? (Plus this thread has only been open for a day)