-
Posts
2,464 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Events
Everything posted by rulerofzu
-
definition -. A patch (sometimes called a "fix") is a quick-repair job for a piece of programming. :whistling:
-
Indeed it can Dave. The only time ive seen it used effectively is by a piece of software which relies on a file for you to access the admin area. The file is made and remotely updated from their server and requires ioncube or zend to decode it. That way if the vender discovers the secret key to decoding the file has been discovered they can change it. Not fool proof either but keeps most on their toes.
-
This is really simple to implement.... http://www.shoutcast.com you will see a list of stations...pick one or host your own. <embed height="60" type=application/x-mplayer2 pluginspage=http://microsoft.com/windows/mediaplayer/en/download/ width=380 src="http://link to station goes here/" loop="true" wmode="opaque" volume="50" autostart="-1" bgcolor="black" showpositioncontrols="0" showtracker="0" showdisplay="0" showstatusbar="1" videoborder3d="0" allowscriptaccess="never" allownetworking="internal" enablejsurl="false" enablehref="false" saveembedtags="true" enablejavascript="false" displaysize="4" autosize="-1"></embed> Put that code on a webpage somewhere where you want the radio station to appear and your done.
-
Didnt Joshua make something like this already ?(
-
Well DJK you do have a point lol but if I had to use one it would be Ioncube.
-
Send me the info
-
You can simulate the SMS and call with Daopay. Which is what I use for buying credits which the players can then exchange for donator items.
-
Guide to Database Performance
rulerofzu replied to Zeggy's topic in MySQL, Oracle, Postgress or other DB
I was discussing mysql recently. A common error with creating mysql tables is the use of INT where people immediatly just opt for int(11) when the value is never going to reach that amount for a very very long time. So you have mediumint which is a much better option or use tinyint where appropriate. Same applies with varchar where people just go for varchar(255) when they should think about what they really need varchar(64) will that suffice? The actual overhead is small and people may think...ah is it worth bothering about. But if you build a game and it becomes a success any small overhead then becomes a very big overhead. -
Lets face it Danny your description doesnt make any sense....but kudos to you on your work. :thumbsup:
-
Nope I havnt and at 10% per transaction I wont be but thanks for the link!
-
Sorry I would not recommend Onebip. Their policy that you do not receive your payment if your return notify page fails is quite simply borderline scam. I used onebip and first few payments got a failed response. Even though your given a 24hr time frame for it to 'try again' it never actually happens and you have to fight tooth and nail with them to get the funds. The error I had was fixed with 30minutes. No retries and they insisted it had been 24hrs and attempted to keep the funds. Further to this after using Onebip successfully for several months the return suddenly failed. I didnt change anything my side. Had to fight again to get the funds credited and finally got an admission from them saying that they had changed their end and that was the result of the failure. Daopay looks good but couldnt get it to work as I wanted. Zaypay but is configured in Euros Im looking at a few others but as yet not got anything set yet.
-
You have more issues here than that. Why are you formatting the number on entry? <form action='ammo.php?action=buyammo&WID=".number_format($_GET['WID'])."' method='post'> You may wish to secure down your $_POST['mags'] that its actually a positive number you dont want players buying -99999999999999 mags :D Also secure the $_GET['WID'] Puzzles me why your doing the loop. If you have a itmmagsize which is the ammo per mag then its a simple maths calculation amount of mags x amount of ammo = result. No need to loop. Personally I feel its best not to loop when you dont need to.
-
Well I signed up and created a test widget to see how the system works and their mobile payment channel has been down for most of the day. I dont see any mention in a delay for the service once you have signed up. So looks like their system is not working :D
-
Why have you increased the number of sql queries? Your already updating $db->query("UPDATE users SET crimexp=crimexp+{$gain} WHERE userid=$userid"); So just add to that query $db->query("UPDATE users SET crimexp=crimexp+{$gain}, bustdone=bustdone+1 WHERE userid=$userid");
-
Careful on the referal system make it too worth their while and they just get players to sign up so they get the reward when they know they have no intention of playing. Its a very very fine line. Your budget for most top banner advertisers is going to be swallowed up in a few hrs if not quicker.
-
1. If you dont know how to run sql to add tables to your database then you really should google it. Its not hard. Run sql in phpmyadmin will give you what you need. 2. Crons. Does your host allow cronjobs? they dont run automatically you need to set the times for them to run. Usually done in your webhosting control panel.
-
morgan if your going to spout bs then expect to be called on it your domain 21 Dec 2010 20:57:00 skalmans 17 Jun 2009 21:24:02
-
Expand ajax / drop down menu? Help???
rulerofzu replied to devonbnice's topic in Modification Support
As Dayo has mentioned javascript look up document.getElementById -
Suspended as he didnt have a valid lic no doubt. Gotta loves these noobs.
-
Damn Paul. It sounds almost what I need...if you could make that to make a mod within a mod with another mod then I would be interested.
-
Nice work Lilith. I have something similiar on rulerofzu.com but its a jquery imagemap and the coordinates are random displayed. So you click a hotspot you get nothing find another get something with a different map and items to find per city or no map at all. If you find something then you auto receive it but clicking again will get nothing. Linked into my own skills training and workshop :D
-
Look in global_func for the level function which tells you how it is calculated.
-
What you need to do is secure things properly rather than putting stuff into the header and keeping your fingers crossed that it covers everything.
-
Rumour has it from someone that was looking from the other direction that he wears a bright red jockstrap as he is a Cameo fan (soo retro) But from the angle I had you couldnt see it because of the guitar.