• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Share]Blue RAN CP AKA Babyran CP

Newbie Spellweaver
Joined
Apr 16, 2008
Messages
83
Reaction score
2
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

thanks dude..! I gonna test it now.. ^_^
 
Newbie Spellweaver
Joined
Apr 16, 2008
Messages
83
Reaction score
2
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

Connection with SQL Server failed! Error #119
this is my error when i used dmc0105's XAMPP.rar


and this is my setting...
Code:
<?php
error_reporting(E_ALL ^E_NOTICE ^E_WARNING);

$web['connection'] = 'mssql';

$web['localhost'] = '192.168.0.103';

$web['dbhost'] = 'FD2K11\SQLEXPRESS';

$web['database'] = 'RanUser';

$web['dbuser'] = 'sa';

$web['dbpassword'] = '1234';


require("includes/web.php");

?>
 
Newbie Spellweaver
Joined
Dec 21, 2008
Messages
51
Reaction score
12
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

Reinstall SQL and install all components.
Install Xamp 1.7.0
download ntwdblib.dll shared somewhere here in the forum.
put it at your system32 folder,php>ext folder, and apache>bin folder
That solved my problem
 
Newbie Spellweaver
Joined
Apr 16, 2008
Messages
83
Reaction score
2
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

Finally!.. i got my error solved..
 
Joined
Dec 22, 2008
Messages
701
Reaction score
224
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

i usually use send email in Find Password function but if your sending email verification or activation you might need to add a new column to generate a number for each user activation code.
 
Newbie Spellweaver
Joined
Dec 21, 2008
Messages
51
Reaction score
12
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

hey how can i make the donation work? and how to add items?
 
Wazup fucckerrsss
Joined
Jan 14, 2008
Messages
473
Reaction score
91
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

Heres my ilogin.class for bbran that when you login your account,
ilogin.php will refresh the whole page not only the iframe.

path "rancp/includes/ilogin.class" open with notepad.

Find this
PHP:
echo('<script language="Javascript">alert("Welcome '.$accountid.', Vote To Get RE-Points."); window.location = "ilogin.php"; </script>');
Replace with.
PHP:
echo('<script language="Javascript">alert("Welcome '.$accountid.', Vote To Get RE-Points."); top.location = "index.php"; </script>');
 
Newbie Spellweaver
Joined
Dec 21, 2008
Messages
51
Reaction score
12
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

add stats on mine works well
 
Experienced Elementalist
Joined
May 13, 2009
Messages
242
Reaction score
7
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

My error
Connection with SQL Server failed! Error #119
Im using xampp 1.6.6a

help :(
 
Junior Spellweaver
Joined
Aug 5, 2009
Messages
111
Reaction score
0
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

how to use generate the top up code??
 
Skilled Illusionist
Joined
Apr 16, 2011
Messages
360
Reaction score
6
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

buttons are not working at the site.. when i press itemshop .. object not found will appear..
 
Newbie Spellweaver
Joined
Apr 19, 2011
Messages
85
Reaction score
2
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

w0w tnx man
 
Junior Spellweaver
Joined
Oct 12, 2008
Messages
130
Reaction score
10
Re: [RE-SHARE]Blue RAN CP AKA Babyran CP

how to edit this ??

 
Back
Top