Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request register plugin
#1
Hi

guys i need a plugin when a player joined to my server plugin check his/here xuid with one of in my website database(mysql) and if the xuid is exist or match with one of in data base he can playe and this message come to he in game :"Welcom mysite member Smile"
else if his xuid there is not in my data base the plugin kick the player with this massage " your xuid is - -player xuid- - pleas first register in my site then save your xuid in your profile:.

extra :
the data and option for check mysql exist in: plugin\register.cfg

such as:

mysqlhost="0.0.0.0";
mysqluser="user";
mysqlpasswd="pass";
mysqldbname="db";

you know better than me Wink

thank you.
Reply

#2
Use Mysql.Data.dll library ( google ) ?
Then do: foreach, if client.xuid == getrowfrommysql here > welcome message
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#3
He's asking for someone to create it, not how.
Reply

#4
(09-18-2012, 13:28)JariZ Wrote: He's asking for someone to create it, not how.

Then make it?
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#5
Use B3 plugin
Reply

#6
thank for all idea but also i say in first post i have a site and also a add a column to users table named XUID and i forced my users to save his xuid in his profiles so the xuid automatically added to XUID column.
i use addon and i satisfied for that so i don't want to use other soft such as B3 or MAM.
i just need a plugin to check xuid's from my data base just like as i say in first post.

and i dont know programming if i do so i could create my plugin but i cant so i want someone dot that for me ( i am titled my post as request).
so pleas pleas don't tell me how i can dot that in programming just i need someone do that for me and i will be thankful form he or she Big Grin.
Reply

#7
If you know how to edit MySQL database using PHPMyAdmin then can't you just manually set the XUIDS in B3 databse. For the welcome message make a new user group and change the welcome message but if you still want just a plugin I can do that.
Reply

#8
(09-18-2012, 14:46)archit Wrote: If you know how to edit MySQL database using PHPMyAdmin then can't you just manually set the XUIDS in B3 databse. For the welcome message make a new user group and change the welcome message


Sad((((

as i say before I WANT US Addon NOT B3 OR MAM.
if you can, so create a plugin for that or pleas don't Spam and pleas give work to who know how do that .
again thank for your idea . Wink
Reply

#9
Code:
WebClient wc = new WebClient();
                string download = wc.DownloadString("http://yourhost.com/RegisteredXUIDs.txt");
                string[] downloads = download.Split(',');

        OnCheckBan()
   if downloads does not  Contain Client.XUID
   dropclient client.name

Maybe?
Reply

#10
(09-18-2012, 19:25)OzonE Wrote:
Code:
WebClient wc = new WebClient();
                string download = wc.DownloadString("http://yourhost.com/RegisteredXUIDs.txt");
                string[] downloads = download.Split(',');

        OnCheckBan()
   if downloads does not  Contain Client.XUID
   dropclient client.name

Maybe?

And you will add every registered member's xuid? hm
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Plugin with !ban !kick and !tampban clemi555 3 3,905 11-09-2013, 09:21
Last Post: clemi555
  AntiNoScope Plugin clemi555 5 4,375 11-08-2013, 19:13
Last Post: clemi555
  [Release] Bunker Plugin 1.3 archit 68 38,481 10-30-2013, 11:59
Last Post: clacki
  Help Modifying plugin maverigh 5 5,277 10-19-2013, 10:29
Last Post: Nekochan
Shocked [Request] Switch plugin axel-le-meilleur 6 4,660 10-19-2013, 06:59
Last Post: iRoNinja
  [Release] Yurio Map Plugin Yurio 101 57,918 09-26-2013, 13:38
Last Post: First_Semyon
Brick [Release] v1.1 ChangeMap/NextMap Plugin without any configuration milchshake 23 17,441 09-23-2013, 13:18
Last Post: SgtLegend
  Help !say Plugin (like the !say from GodPlugin) Hallla 0 2,537 09-13-2013, 09:31
Last Post: Hallla
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,705 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
  Search Plugin Fluid Killcam N3xT_974 1 2,864 09-10-2013, 20:27
Last Post: Nekochan

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.