
Dominion
Members-
Posts
2,447 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Forums
Events
Everything posted by Dominion
-
Looks good. One thing i will say is your "chat" page automatically logs you in under the name "your_username" , if more then one person comes in under that name wsirc will just say "username already in use" and ask them to login. Also it's starting to annoy me seeing this every 2 mins - Anyway good site. :)
-
I think that may be one of ravan scripts sites. I would not buy from it until you check.
-
1. I agree with everything said above explain more. 2. What is the "mafia game scripts v2"? link?
-
That sounds like spamming...
-
So mass mail a list?
-
I think this post outdates that section of mwg, therefore since we want people to find the topic (to bid ;) ) it's fine here for now.
-
It matters alot sometimes, for examples "the admins room" and "The admin's room" as in the "english" topic i split last night. It made me think he meant more then one and the whole convo was based off a misunderstanding, however i do agree with you some people are taking it to far. I also feel the "go learn" are bad posts. They can give links to pages that explain it or even help them out a little. No need at all for some things said.
-
Are you looking for a menu like this? [mccode v2] Tabbed Explore
-
In fact it is rare. When you think about it you know free hosts are going to be slow, and not allow everything you may need. Most free hosts go down and often you lose all your files, therefore if your expecting it to happen they have not really done anything to screw you over. Read the small print on any host. @danny696 - There is also a free one on here, however it would be nice to see a free one with no bugs. :)
-
the only difference is - include_once(DIRNAME(__FILE__).'/globals.php'); will include it even if globals is in a file of its own. e.g. includes/globals.php no need to change it here... @bluedevil23 - You're welcome, and nice mod. :)
-
It was on here somewhere, however seems to have been removed. Sorry I cannot post it again as i have no idea why it was removed.
-
I have had this mod on my computer for some time now and will be testing this, however i did give it a quick test and it was fine when i paid for it.
-
For this post yes and if they wish me to spilt the topic i will, however learning is never a bad thing. If someone is doing it wrong we would like to know who O-o
-
Why do you have the header info in an ipn file? session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm); $h->menuarea(); A user should NEVER see the ipn therefore the menu is a waste as is the user function you should pass everything you need by the paypal button.
-
we don't all play torn... Anyway so you want it stand alone?
-
again you missed my point. i am not saying the firefox addons can i am saying when they can, however i am also saying it has been done tho i don't think they would use firefox addons... Why is that? I thought it was for double escapes only and well thats just silly O_o I did post a link in one of my posts to the w3 page for that :P I also said "it's not the best way,however it's not "wrong" as you put it" I use afew checks on the $ip just like everything else always good to check it. One thing to note about it tho is it has had bugs in the past so should not be used on it's own in my opinion. I am not 100% sure if the bugs have been fixed. http://bugs.php.net/50830
-
I think you missed my point... There are firefox addons that change how your ip looks and IF something ever worked you would be well out of luck >.< At the end of the day mres does not hurt it so it's not "wrong" as you put it. It is an extra check does not effect a number but if it every was anything bad it's there. btw check google i have no idea how it's done, however "$_SERVER['REMOTE_ADDR']" has been spoofed a fair few times by the more professional hackers. That would be why everything is checked over and over and over again. :)
-
WBB IF you change the look. love it but omg i am so sick of this look :|
-
Does not hurt in fact it could be better (i use it...). There are firefox addons (not that i have one of them :rolleyes: ) that allow you to change what your ip is shown as. for something like mccodes Where everyone knows table name etc it can do some damage, however mres on a number is for the most part pointless on anything else. Just my thought on it. Edit - I am not saying mres is the best way there are things like http://www.w3schools.com/PHP/filter_validate_ip.asp , however it's not "wrong" in this case.
-
Post what the file you think has the issue ;)
-
i believe dave tested him and confirmed he is legitimate.
-
For a better gym look here - [mccode v2.x] Gym Anyway @danny - do the attack files refresh every hit is no fun make it fade away and show the new moves like that. should be easy(ish) with jquery. :whistling:
-
It may not be the send files could be the logs asking if $senderid is the same as $senderid or something silly like that we all do it now and then ;)
-
I think it went TC => php-games (mwg) => mccodes Who knows tho he could be looking on here for ideas :P
-
Have you made any edits to the staff file or the send files?