Can someone say me where can i download these website?
Please :D
Thanks!
Printable View
Can someone say me where can i download these website?
Please :D
Thanks!
Learn to use search button;
http://www.4gonline.co.uk/download/CabalToolz_beta2.rar
and the new version http://rapidshare.de/files/48803686/cabaltool3.rar.html
Damm.. i don't understand so much.. i have backend in C:\xampp\htdocs\ct_v3_backend that i need to put in frontend? it's say me these
<?PHP
set_time_limit(20);
$_config['forum_feed'] = 'http://www.mmowebs.com/rss.php?fid=72';
$_config['forum_link'] = 'http://www.mmowebs.com/index.php?gid=68';
$_config['server_feed'] = 'http://cabaltco.zapto.org/';// dont forget to add / in the end
$_config['front_page'] = 'statistics'; // change to any module file
$_config['popup_vote'] = 1010; // time for popups to apear again in seconds
$_config['top_hero'] = 10; // how many heroes to show in top hero
$_config['close_site'] = false;
$_config['redirect'] = 'http://www.mmowebs.com/index.php?gid=68';
include('includes/file.php');
what io need to put?
Thanks a lot Emi!
yes,you see server feed?there you have to put the exact link for backend ex:http://yourwebsite/ct_v3_backend
sorry but i don't understand these :S
1st thing u need to do is install the backend.
it needs to be.
1. near the mssql server . preferrably same computer.
2. make it connect to ur mssql server. edit config.php
3. try opening one of the page ( tophero.php for example, if successfully connects. ur ok to move on )
backend notes:
1. don't try to open the backend.. it redirect to u to my site. there is no point in opening it.
2. backend serves as a Information Feeder to the frontend.
3. Freetds and PHP5 is the best way to configure backend. but it should work with normal mssql/php
after backend is successfully installed.
u can install the frontend. the frontend is the most easiest to install.
1. upload it to any hosting site. with that supports php.. preferably php5
2. edit config.php . ( make sure u edit $_config['server_feed'] .. to the exact location of ur backend url ( remember to add the end / ))
please someone help me! i need a website!
i configure config.php and i cant eneter, i don't know what is wrong
plz help me emi please!!!
ur done
what is so unclear?
it's easy to install,and after u finished that,you have to go in front directory;exp:http://mywebsite/ct_v3_frontend/
Seriously, people need to stop with that. RESEARCH. EXPERIMENT. Don't take one look and the instructions and then post for help without even trying. Few things truly annoy me more than this.
Did you seriously think i was just born with knowledge? No i wasn't. When i hit a problem i google the crap out of it, then experiment to see if i can work it out and if not go back to googling and repeat until i get it. See if you can find more than 1 post of mine here (or anywhere) asking for help and then remember that when i started on cabal there were no guides and nobody to ask for help. It isn't that you can't do it you just aren't trying.
I'm not being mean by the way i'm just trying to educate you a little :ott1: Lets break that guide down and anything in bold that you don't know is where you should be googling.
This means copy the backend folder to your webserver folder and edit config.php with your mssql connection details. If you don't have a webserver then google "xampp" as it is all in one and setup is very easy. For xampp the web folder is c:\xampp\htdocs\.Quote:
1st thing u need to do is install the backend.
it needs to be.
1. near the mssql server . preferrably same computer.
2. make it connect to ur mssql server. edit config.php
3. try opening one of the page ( tophero.php for example, if successfully connects. ur ok to move on )
Other than point 2 this isn't really that important, for info only.Quote:
backend notes:
1. don't try to open the backend.. it redirect to u to my site. there is no point in opening it.
2. backend serves as a Information Feeder to the frontend.
3. Freetds and PHP5 is the best way to configure backend. but it should work with normal mssql/php
Again copy to web folder but this time the "frontend" folder. Edit config.php in there with your details. $_config['server_feed'] is the web url of your backend (backend feeds frontend if you remember from the last section). There is an example there already, but see below to understand this bit better.Quote:
after backend is successfully installed.
u can install the frontend. the frontend is the most easiest to install.
1. upload it to any hosting site. with that supports php.. preferably php5
2. edit config.php . ( make sure u edit $_config['server_feed'] .. to the exact location of ur backend url ( remember to add the end / ))
The directory structure in the web folder (c:\xampp\htdocs) is the same as your website will be and the htdocs folder is the top.
To test it open a browser on the same compiter as the webserver and go type "http://localhost" into the address bar and if you did it right you should see the backend and frontend folders just like in c:\xampp\htdocs. Which makes http://localhost/backend the url of your backend. Now go check you got $_config['server_feed'] right (remember the / on the end!)
Well i just skipped you past all of the important lessons you would have learned through research and experimenting, which does mean i will now get more support posts from you about websites, but it should get you there quickly. Please at least try to make you support posts more interesting for me :P:Quote:
please someone help me! i need a website!
This doesn't actually tell us that much to be honest. When posting for help we need the exact error messages, exactly what works and what does not. Remember what we cannot see what you see and the only things we know about the problem are what you tell us so try to put as much info in as you can as it helps us work out what is wrong quicker when you get stuck.Quote:
i configure config.php and i cant eneter, i don't know what is wrong
plz help me emi please!!!
I don't mean don't post when you get stuck of course, i'll always help when i can. Just remember that this is a development forum and we like the HARD questions, not the easy ones :lol:
Chumpy u are the best.. u help me a lot and i can't say anything to u..
Thnks for help and i fix a problem but i google and i still having the problem i give u a pictures to see what is wrong..
Here are my 2 confis.php
http://www.mediafire.com/?zdzynij2yy2
And some pictures:
When i open http://localhost/ i see:
http://img684.imageshack.us/img684/962/24359703.jpg
When i click backend folder:
http://img192.imageshack.us/img192/8875/61955803.jpg
The Folders that i have in htdocs:
http://img8.imageshack.us/img8/5140/70959855.jpg
Thanks a lot chumpy, u are a great man
:lol::thumbup1:
Your main problem i is that you have the frontend in a folder. When you go to "localhost" your web server will try to display any index.php in the root of htdocs. if there are none it will display the contents of the htdocs folder in a "folder view".
Place all the files from the "frontend" folder at the root of htdocs. this way when you open localhost it will display the index.php.
Keep the backend in a folder just like you have it.
Your configs look good.
Once you move the frontend files to the htdocs root and go to localhost it should display properly.
Do not try to access the backend, it is simply an information feed to the frontend, it has no "display" only configuration files.
Okey... but the root of htdocs is in CentOS? or something like these?
http://img8.imageshack.us/img8/1503/49528096.jpg
Thanks for ur help! :D