Mobile_chat_2.0.1_wml1.1en
Collapse
X
-
yep its really me lol. ill be around now, not sure how much but i will be,Originally posted by laro696 View PostGhost is back?
sorry for the brupt dissapeance before but as you see from my earlier post today it couldnt be helped.
well its good to hear that 000webhost.com is still supporting this as im waiting on nameservers to update so i can mess around on their servers again. in my opinion they was best free hosts around for me back in the day.Originally posted by mobidev View PostAs far as I'm concerned still 1 of the best scripts around would be nice to see a xhtml version or newer version for new php. I still run it on some freehost accounts as paid host account doesn't support it half of the time. Also byethost or their resellers doesn't host it u just get white page if try to access the site. 000webhost.com supports it and the 6te.net also. I'm using the multichat version currently on a 6te.net account.
also good news to hear that i did actually find time to release that multi chat version although i couldnt find it anywhere on this site.
maybe it was lost in some db move or something. no biggie. ill dig it out take alook at it, then post it as new if its defo not here anymore. then se what happens from there.
Leave a comment:
-
As far as I'm concerned still 1 of the best scripts around would be nice to see a xhtml version or newer version for new php. I still run it on some freehost accounts as paid host account doesn't support it half of the time. Also byethost or their resellers doesn't host it u just get white page if try to access the site. 000webhost.com supports it and the 6te.net also. I'm using the multichat version currently on a 6te.net account.
Leave a comment:
-
New Links updated.
i know this is a super old topic now. but added some new working links.
plus this was one of my old time favourites.
no idea what spanners php will throw in the works now as ive not been around in 3 years.
my mother became disabled and had to give up my real life work and hobbie's to become her full time carer.
i do have a multi room copy of this that prob needs a little work on so will try and get round to that at some point.
also added to original post
i should of done that in first place. sorry. getting use to controls again.Last edited by Ghost; 19.04.12, 16:02.
Leave a comment:
-
lol it will tell them that login details was incorrect obviously and to make sure they did it right lmao.Ok cool, but what will it say to them if login is incorrect?[/b]
if you add a protected name in config file nobody will be able to remove that name unless you remove the name from config first or as you said go to server and remove manually.. also the multichat is almost ready but not released yet...i was made mod. wronge person by mistake and whn i try takemod/username it show me XXX "tried to demote a protected person! " then i have to remove his username from modnames.txt okay so tht option is not workin for me
and yes where new version of this chat script mister !![/b]
to change server 2 and a half hours behind in CONFIG.PHP fileand what i have to change if i want to set 2:30 hr behind serwer time !! i mean i want to set +5 30 GMT timezone Please info me
okay i have edited it atlist i can do tht !![/b]
you will notice after the time() i changed + to a - symbol..Code:$hours = "2"; $mins = "30"; $timezone = time() - ($hours)*60*60 + ($mins)*60; $time=date("H:i",$timezone);
Leave a comment:
-
i was made mod. wronge person by mistake and whn i try takemod/username it show me XXX "tried to demote a protected person! " then i have to remove his username from modnames.txt okay so tht option is not workin for me
and yes where new version of this chat script mister !!
Leave a comment:
-
make sure you have added the .htaccess file.. please try looking..i want to know where i have to add mysql information !!
i upload this script but it show me error when i try to login after register
ERROR is
**!!ATTENTION!!** We had a problem with the server and had to reset the database! Please REGISTER AGAIN! Register ONLY ONCE! Anyone we find using multiple nicknames WILL BE BANNED! Sorry for any inconvenience. Thanks :-)
---
Need a coffee?? you typed your details incorrectly. Or your account has been disabled for some reason.
«Back
------
where i have to make more changes ? help me please[/b]
Leave a comment:
-
i want to know where i have to add mysql information !!
i upload this script but it show me error when i try to login after register
ERROR is
**!!ATTENTION!!** We had a problem with the server and had to reset the database! Please REGISTER AGAIN! Register ONLY ONCE! Anyone we find using multiple nicknames WILL BE BANNED! Sorry for any inconvenience. Thanks :-)
---
Need a coffee?? you typed your details incorrectly. Or your account has been disabled for some reason.
«Back
------
where i have to make more changes ? help me please
Leave a comment:
-
lol actually it took bout 10-15 mins to change this from wml 1.1 to wml 1.2.. im using it already.. cant see any major difference between the 2 mind lol..
it is most probably a silly setting in the server it self.. if you did not ipload the .htaccess file to your server as you had one already or something i suggesst adding these lines into either your excisting .htaccess or create one..
this should solve the problem..Code:php_value register_globals 1 DirectoryIndex index.php <Files text/*.txt> order deny,allow deny from all </Files>
Last edited by metulj; 19.04.12, 16:06.
Leave a comment:
-
Mobile_chat_2.0.1_wml1.1en
Mobile Chat V2.0.1
/**
* @authors Ghost & DEViANCE (CODEMAFiA.ORG)
* @copyright 2008-2009 Mobile Chat
* @version 2.0.1 (wml 1.1 EN)
*/
Copyright:In this version we tried to clean up the coding, add new smileys pack (MINI) beta for phones as they are smaller, create a config file and sort the variables making it easier to look after your site, created a beta version of the timezone converter (now located in config file), fix a logout error with admin, and many more changes..Code:http://www.copyrightdeposit.com/rep10/0029675.htm
heres the complete overview:
heres what you can do from config file:================
CHANGES IN 2.0.1
================
1. updated/edited
install.txt file
read_me.txt file
script_license.txt file
support.txt file
2. cleaned up more code
3. recoded nearly all links to help
pages refresh properly.
(NEW)
4. added an upgrade.txt file
(instrustions on how to keep old users/members info)
(NEW)
5. added a vote.txt file.
(please read if you have not already!)
(NEW)
6. also added THIS changes.txt file which will
be used to show the changes the script goes through
(WE WILL TRY TO KEEP NEW VERSIONS/CHANGES TO TOP OF THE PAGE)
(NEW)
7. created configuration file
for easy editing of sites attributes.
(NEW)
8. recoded $variables to be used
from within the configuration file.
(NEW)
9. removed luonti.wml and recoded
and renamed to luonti2.php.
(NEW)
10. totally re-wrote the time code for easy
timezone editing using hours and minutes.
(NEW)
11. added a brand new (MINI) smileys pack
and totally re-wrote smileys in alphabetical order.
(NEW)
12. added rss news feeds to index page and fixed
the extra/blank feeds bug.
13. removed ALOT of useless small tags that
did absolutly nothing from every page.
14. removed nearly ALL bold tags from every file.
15. removed ALOT of break tags that was taking
up alot of un-needed space.
16. fixed smileys count in chat.php.
17. fixed error that happens when an admin logs out.
=====================[/b]
conditions have not changed:Code:<? /* chat script config file STARTS HERE */ /* site address (put your site address or site name here) */ $sitename = ""; /* align whole site (enter 1 of the 3) (left , center , right) */ $align = "center"; /* Chat messages (show how many messages) */ $chat_lines = "14"; /* site image (put your site logo here) */ $image = "<img src=\"images/logo.gif\" alt=\"wapchat\"/> \n"; /* timezone Add how many hours and minutes you need (change the FIRST + symbol after time() ONLY!) (do not touch the second symbol) ("+" = forward "-" = backwards) NOTE: ONLY CHANGE THE + SYMBOL IF YOU NEED TO GO BEHIND SERVER TIME */ $hours = ""; $mins = ""; $timezone = time() + ($hours)*60*60 + ($mins)*60; $time=date("H:i",$timezone); /* current date (DO NOT CHANGE UNLESS YOU KNOW HOW TO) */ $currentdate = "".date("D d M y - ").""; /* validate (CHANGE wapchat.us.to IN THE URL) */ $validate = "<a href=\"http://validator.w3.org/check?uri=http%3A%2F%2Fwapchat.us.to%2F\">WML 1.1</a>"; /* protection (protect upto 2 usernames here) */ $protect1 = "ghost"; $protect2 = "deviance"; ///////////////////////////////// //OUR copyright (DO NOT TOUCH)/// ///////////////////////////////// $copyright = "<a href=\"http://www.copyrightdeposit.com/rep10/0029675.htm\">© Mobile Chat</a> ".$sitename." - ".date(Y); /* chat script config file ENDS HERE */ ?>
Use: its ok to use this script but our copyright lines/links/headers must NOT be removed.
You can distribute this script but only as it is,
not your modified version.
-------------------------------
with that said happy coding friends and we hope you enjoy this fine release.
---
Ghost (aka headhunter)
Deviance (aka ukchatad, wappy, chatabox, etc,)
---
Added oldest to newest old single chatroom's didnt fancy reopen old stuff, just didnt have any working linksTags: None
Leave a comment: