Makaveli Posted January 24, 2007 Share Posted January 24, 2007 (edited) I was wondering what my chances were on getting a look at the script used to call the info to the sig, what I wanted to do was make a block in php/html on my site to display the bans instead of using a sig. Much like this one I'm using now for another program: I can PM an admin the code i plan to modify if you wanted to check it out first, dont wanna paste it in the open forum considering I didn't write it and don't wanna get into any problems for distributing it. Anyway, thanks in advance. Edited January 24, 2007 by Makaveli Quote Link to comment Share on other sites More sharing options...
foxdie Posted January 24, 2007 Share Posted January 24, 2007 huh? Quote Link to comment Share on other sites More sharing options...
Makaveli Posted January 25, 2007 Author Share Posted January 25, 2007 (edited) lol...ok, I wanna get the information that displays in the sig...to display in a php-nuke block, and for me to be able to do that i'd need to know two things; the name of the php file and what calls the data to the sig, for example maybe the sigs call usersig.php with an account number argument.... and from that it asks for $cheaters which would print the number of cheaters caught for that account number, $active would possibly print the # of active servers for that account number, etc. etc. I am asking if it is possible for me to obtain that information from someone. If not thats fine, I figured it didnt hurt to ask though. What the script does is uses @fopen to call your php file that you use to gather the information for the sigs, then it asks for $active, $cheaters, etc just like the sigs do, but instead of taking that info and printing it on a png like a sig would, it prints it onto my block, just like the picture i put in the first post which is the one i use for PsB. Assuming you're familiar with php, I could probably PM you the script to better explain what exactly im talking about and asking you for if you'd like. Edited January 25, 2007 by Makaveli Quote Link to comment Share on other sites More sharing options...
foxdie Posted January 25, 2007 Share Posted January 25, 2007 http://www.pbbans.com/sigs/7.xml You can replace 7 with your account number. Data is encoded using bin2hex. Quote Link to comment Share on other sites More sharing options...
Makaveli Posted January 26, 2007 Author Share Posted January 26, 2007 thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.