Jump to content
  • 0

Webbased Votereward System!


Lin2Hektor

Question

Hello ppls,

 

 

im looking for a voterewardsystem something like icpnetworks but it must be runable from the webserver (linux) . i know its hard to establish connection between linux and windows (L2Off = mssql).

 

Maybe someone is able to help me.

 

 

 

Greets

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

Pm vagrancy on forum for connection.

 

and here is web based vote reward: http://www.maxcheaters.com/topic/106136-vote-reward-system-l2rankingcom/

Edited by xeL
Link to comment
Share on other sites

  • 0

That vote system is based on 1 site - that's probably 5% of what topzone\gamesites is.

 

 

If you want a webbased vote system, make one as part of your account system that verifies from within a session in a iframe or similar.

Link to comment
Share on other sites

  • 0

you have your own webhost?

If you have-  then you need to add an extension on you webhost to support mssql connection for php...

to be sure upload this on your webhost maybe you have it already

<?php
$conn = mssql_connect("Youe Ip Adress", "sa", "password");
if(!$conn)
echo "FAILURE!!";
else
echo "SUCCESS!!!";
mssql_close($conn);
?>

also you need to install the freetds via putty and to open the ports 1433 and 1434 in your firewall

Link to comment
Share on other sites

  • 0

you have your own webhost?

If you have-  then you need to add an extension on you webhost to support mssql connection for php...

to be sure upload this on your webhost maybe you have it already

<?php
$conn = mssql_connect("Youe Ip Adress", "sa", "password");
if(!$conn)
echo "FAILURE!!";
else
echo "SUCCESS!!!";
mssql_close($conn);
?>

also you need to install the freetds via putty and to open the ports 1433 and 1434 in your firewall

You can install jack shit on a shared webhost, you need a VPS at least to install your own stuff on a linux webhost. The other way is to get a windows webhost.

Link to comment
Share on other sites

  • 0

so i asked my webhost which is hyperfilter.com

 

they told me that :

 

Hello,

This is already present in our webhosting.

You can regulary use the functions such as : mssql_open / mssql_close / mssql_query and so on.

 

 

so maybe of you can add me in skype and try to reedit my exisiting cms ? im willing to pay aswell.. i would do it by myself but like everbody i have enorm timeissues..

Edited by Lin2Hektor
Link to comment
Share on other sites

  • 0

you dont need to pay for that hyperfilter have it already :)

just enable the mssql connection from cpanel

 

You can install jack shit on a shared webhost, you need a VPS at least to install your own stuff on a linux webhost. The other way is to get a windows webhost.

 

 

I have already did it on my private host isnt easy to do that you need knowledge of linux...

but he has hyperfilter they had already on..so he dont have any problem

Edited by Vagrancy™
Link to comment
Share on other sites

  • 0

 

I have already did it on my private host isnt easy to do that you need knowledge of linux...

but he has hyperfilter they had already on..so he dont have any problem

Have you ever tried to install sybase or dblib in a linux based webhost?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...