
Equinox
Members-
Posts
553 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Equinox
-
Start by buying an engine and then hiring a programmer.
-
What?
-
The wording may not be necessary but it's rather true, no? I thought you meant they were your servers, owned and managed by you at your house and judging by what you've done with McCodes, I can only assume that the servers are cheap and put online as fast as you can manage to make a quick buck. But hey, I'll trust that you're servers are good and I'll still hope you put some time in to V3 ;)
-
Are your servers as good as McCodes engine itself? If so, I know the problem....
-
I haven't posted in a while to keep everyone updated, but W3Theory is still going. We tried one way of advertising and it was effective in ways, but not what we hoped, so now we're going to try another method. We are still injecting lots of money and time into this site and everything is being closely monitored. We seem to be attracting a lot of clients though for hosting and web dev/ design, so we're very pleased about this. I apologise to some of the people that wanted design work and we agreed, yet it was a little delayed because our designer got a corrupt hard drive and had to have it repaired, but he's been working very hard to get all the work finished! Cheers
-
Meh, anyway - if you need game security, done properly (not saying any of the above couldn't) feel free to contact me via PM or Here
-
I do McCode re-codes for $300. And the thing with this whole $1 per 100 lines, it's usually someone trying to make a quick buck, you want to invest in someone who is good otherwise paying someone to write a mod that has very little knowledge of PHP was just a big waste. Just saying....
-
Want me to dis-prove that theory?
-
I'm sure there is one around, either way it could be made in about 5 minutes. That's not really worth a lot, for a decent programmer that charges $15 and hour, that's $1.25 >.<
-
I'd say $5 with crystals and items involved tbh. Come up with something big and interesting that has never been done before.
-
You should of possibly waited until you finish your exams before taking over this forum? Action needs to be taken soon. The forum is dead and boring.
-
Get a site up, or atleast provide screenshots. You can customize it all you want, there are still free ones out there by programmers with a good reputation for being great programmers. I'm not saying you're not, but I've never heard of you and never seen what your skills are....
-
You expect people to buy this without a demo? And what makes it better than all of the free lottery mods out there?
-
Our advertising has begun and we are injecting a lot of money into it. We will be working on advertisement over the next few weeks, stage 1 has started so we look forward to reviewing the outcome of it! Thanks to all of our current clients keeping us busy!
-
I won't reveal prices, but I'll show you some work and w3theory
-
Just did exactly that, had my banners done the very day for a very reasonable price and good quality :) Strongly reccomend them :) We aim to please ;) Glad you're happy :D
-
I don't get what you're saying...? Someone on your site(game?) has changed their name or put something somewhere that links to here....? It's not a MySQL query, If I think I understand what you're saying....
-
This mod wasn't made by me, I'm posting it for Danny969. This mod was a request, here: http://makewebgames.io/board800/33892-javascript-counters/ And here is the code: Upload ajax_caller.php to your public_html: <?php // ajax_caller.php Created by Danny Hanson - [url]http://www.daniel-hanson.com[/url] session_start(); ob_start(); ob_end_flush(); ini_set('magic_quotes_gpc', 0); // eww! dont want these $_GET['call'] = ( isset($_GET['call']) && !empty($_GET['call']) ) ? intval( $_GET['call'] ) : false; // make sure $_GET['call'] is a number //Start the database connection require_once( dirname( __file__ ) .'/config.php' ); global $_CONFIG; define( 'mono_on', true, true ); require_once( dirname( __file__ ) .'/class/class_db_mysql.php' ); // this mod was only made for mysql, lets not give them the choice $db = new database; // about php 3 this, should have used a constructor ;) //This is where it really sucks $db->configure( $_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], 1 ); //Even worse to come $db->connect(); //Back to my good code now ;) switch ( $_GET['call'] ) : case 0 : hospital(); break; case 1 : jail(); break; case 2 : mailbox(); break; case 3 : events(); break; endswitch; function hospital() { global $db; $count = mysql_result( $db->query( "SELECT COUNT(`userid`) FROM `users` WHERE (`hospital` >= 1) ORDER BY `hospital`;" ), 0, 0 ); echo ( $count >= 1 ) ? '<span style="font-weight: bold;">'. number_format( $count ) .'</span>' : 0; } function jail() { global $db; $count = mysql_result( $db->query( "SELECT COUNT(`userid`) FROM `users` WHERE (`jail` >= 1) ORDER BY `jail`;" ), 0, 0 ); echo ( $count >= 1 ) ? '<span style="font-weight: bold;">'. number_format( $count ) .'</span>' : 0; } function mailbox() { global $db; $count = mysql_result( $db->query( "SELECT (`new_mail`) FROM `users` WHERE (`userid` = ". intval($_SESSION['userid']) .") ORDER BY `new_mail`;" ), 0, 0 ); echo ( $count >= 1 ) ? '<span style="font-weight: bold;">'. number_format( $count ) .'</span>' : 0; } function events() { global $db; $count = mysql_result( $db->query( "SELECT (`new_events`) FROM `users` WHERE (`userid` = ". intval($_SESSION['userid']) .") ORDER BY `new_mail`;" ), 0, 0 ); echo ( $count >= 1 ) ? '<span style="font-weight: bold;">'. number_format( $count ) .'</span>' : 0; } In header find: </style> And add after: <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js"></script> <script type="text/javascript"> function update(which) { var id = name(which); $.ajax({ url: 'ajax_caller.php?call=' + which, cache: false, success: function (data) { if( data != $('#' + id).html() ) { $('#' + id).fadeOut( 200, function () { $(this).html(data).fadeIn(); }); } } }); } function name(which) { if(which == 0) { return 'hospital'; } else if(which == 1) { return 'jail'; } else if(which == 2) { return 'mail'; } else if(which == 3) { return 'events'; } } $(document).ready(function() { update(0); //Hospital update(1); //Jail update(2); //Mail update(3); //Events setInterval("update('0')", 5000); //Hospital setInterval("update('1')", 5000); //Jail setInterval("update('2')", 5000); //Mail setInterval("update('3')", 5000); //Events }); </script>
-
I logged in fine, maybe someone gained access to your account and changed your password? Username : demo1 Password : demodemo ^ for anyone that wants to try
-
W3Theory offers web design, this includes banner creation, etc.... May I suggest you take a look here
-
That is some amazing work.
-
You need to have your own site...
-
After this weekend, we shall be doing a big advertising campaign. We shall also be releasing some more additions to the site! Stay tuned ;)
-
echo ''.nl2br($text).''; ^ Thar. Urgh, Kanna beat me too it.
-
Before "global $_CONFIG" are you including the file in which $_CONFIG is defined? And why don't you just right it in yourself ? _mysql. My understanding is that the McCodes class consists of 2 files, mysql and mysqli, unless you're constantly switching between the both then it shouldn't matter.