Jump to content
  • 0

Question

Posted

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

13 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

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

  • 0
Posted

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.

  • 0
Posted (edited)

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
  • 0
Posted (edited)

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™
  • 0
Posted

 

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...