Forums / Cotonti / Support / Trying to update from Genoa, red fatal errors big time.

streetlegalmods.com

singh336
#38618 2013-11-25 20:30

Okay, I will link to the page next time, I apologize for that.

 

Yeah I tried to add those tpl debugs, but I"ll double check I've enabled debug and I will try again, it gives me a browser 404 error.

as far as news, I will check those settings, however this was an issue before I upgraded and I believe it was because somebody might of hacked the website since our news feed disappeared from the home page... the news articles are still there, and when you go to news section even on the siena website you can see all articles but they won't load on home page.

 

the tag is there of course, and i've double checked on old website and siena website too, it must somewhat parse because the tag doesn't show as text on the web page.

 

I'll have another go at it today, i might re do the whole thing.

 

and also , when I finish this whole site and I am ready to go live, I will need to reupload the database (genoa DB) to the siena site... will it be converted again by running install .php or is this a bad idea? what is the best way to go about that?

Added 21 minutes later:

Okay, I checked the news settings and I did see something wierd, I don't know if this setting is available in genoa cause I've never seen it, maybe its a siena thing.

 

When I click the "ADD" button, nothing happens, ive tried backing out and going back in, no luck.

http://i.imgur.com/BODHW41.jpg

BODHW41.jpg

 

Also, unrelated to this, I cannot log out of the site maybe my cookies or something so I'll try with another browser.

Added 22 minutes later:

Okay I fixed the news thing, heres what I did, or what happened and why I think the link didn't work on the nemesis navigation menu 

 

I went into my genoa (existing live site) and i went to the news config and I changed the cat code from "news" to "News"

 

I noticed this was also an issue on the siena site because I had to rename the link from /news to /News

 

that is great news and now I can continue to make progress, does anyone have an idea of where or how this got changed on my old existing site? I rather change it back to "news" since thats the way it used to be and I might find other issues later by just fixing it this way to "News"

Added 2 hours later:

Just to report and confirm that I cannot edit the category in siena for the news plugin. 

 

I guess the issue started when one of my admins must of been editing the structure for pages and somehow renamed the category code from "news" to "News" or maybe the hacker did that, but that seems unlikely now given the only changed was a letter to its capital form.

 

So my first attempts to get the skin going have gone very well, I am happy. Yes I know there is a mess of code most likely since I'm just mashing my skin into the nemesis skin, but once I get everything set how I want I will begin stripping away the crap that isn't needed.

I also will  have to design the admin theme it seems like, its a little annoying but thats okay it should be pretty straight forward. 

 

So here is the test site, with the new theme, I think its going well ! 

http://gom.streetlegalmods.com/index.php

 

 

Here is the existing live genoa site

http://www.streetlegalmods.com/index.php

 

You see there is a lot missing, i'll figure it out.

 

Thanks for the support so far !!

Added 9 minutes later:

Im still wondering what is the best way when this site is completely ready, how do I import the latest genoa database here? I want to bet that I empty the current database, import the genoa and then go with the install script again? but will that make problems with the config php this what im wondering?

 

any help on that is appreciated, i know my questions are endless, but im trying !

Added 2 hours later:

Okay I've sorted most things out.

 

Trying to find a way to have the new minichat plugin read the existing sed_com table in the database to show old shouts/messages but its not a life or death situation, if we lose them that's fine.

 

Now I'm trying to find out why this will not show in index.tpl 

 

I'm trying to move the "hello user - profile / pfs / logout" etc from the footer tpl (in nemesis) to the index tpl under the "control panel" box I have there on my skin

 

here is the code 

 

    <!-- BEGIN: GUEST -->
			<li><strong>{PHP.L.hea_youarenotlogged}</strong></li>
			<li><a href="{PHP|cot_url('login')}">{PHP.L.Login}</a></li>
			<li><a href="{PHP|cot_url('users','m=register')}">{PHP.L.Register}</a></li>
			<li><a href="{PHP|cot_url('users','m=passrecover')}">{PHP.L.users_lostpass}</a></li>
<!-- END: GUEST -->
<!-- BEGIN: USER -->
			<li><strong>Hello, {PHP.usr.name} <!-- IF {PHP.usr.maingrp} == 5 --> &nbsp; [ <a href="{PHP|cot_url('admin')}" class="lower">{PHP.L.Adminpanel}</a> ]<!-- ENDIF --></strong></li>
			<!-- IF {PHP.usr.profile.user_avatar} --><li class="floatleft marginright10"><img src="{PHP.usr.profile.user_avatar}" alt="{PHP.L.Avatar}" /></li><!-- ELSE --><li class="floatleft marginright10"><img src="datas/defaultav/blank.png" alt="{PHP.L.Avatar}" /></li><!-- ENDIF -->
			<!-- IF {PHP.out.notices} -->
			<li>{PHP.out.notices}</li>
			<!-- ENDIF -->
			<li><a href="{PHP|cot_url('users','m=profile')}" title="{PHP.L.Profile}">{PHP.L.Profile}</a></li>
			<!-- IF {PHP.cot_modules.pm} -->
			<li><a href="{PHP|cot_url('pm')}" title="{PHP.L.Private_messages}">{PHP.L.Private_Messages}</a></li>
			<!-- ENDIF -->
			<!-- IF {PHP.cot_modules.pfs} -->
			<li><a href="{PHP|cot_url('pfs')}" title="{PHP.L.PFS}">{PHP.L.PFS}</a></li>
			<!-- ENDIF -->
			<li>{PHP.out.loginout}</li>
<!-- END: USER -->

 

Added 39 seconds later:

From what I was able to learn from the docs here is that tags are global if they start with PHP, so im assuming it doesn't matter I moved the code from footer tpl to index, but apparently its not liking that idea...

Added 2 minutes later:

Also update: i found I am able to logout of the website if I am also logged out of the main website, its probably a conflict in the cookies, so no big deal.

Added 9 minutes later:

Also I have some issue updating the menu slots in admin panel, when I go to update, it only worked one or two times but mostly I get this

 

412 Error

Your request got filtered out due to possible security issues.

One or more things in your request were suspicious (defective request header, invalid cookies, bad parameters)

If you think you did nothing wrong:

  • try again with a different browser
  • avoid any evil characters inside the request url

If you are the owner of the website, you can consider revising the rules of the mod_security module or turning it off from your Web Hosting Control Panel.

 

I have url editor on and plan to use that permenantly 

Added 3 hours later:

I want to say sorry for being difficult about the TPL tags lol... I realized the "debug" that I enabled in the config was not the correct one, i enabled debug for "sed debug" and that did not enable me to pull up the tags.

 

I see these tags on the home page... 


are these ABSOLUTELY all of the tags I can call? I'm trying to use tags to call the links for user name / admin page / profile / PFS / etc in the index.tpl and I see they are there for header and footer but that's not where I want to use them. any ideas?

 

header.tpl / HEADER / USER

    {HEADER_BANNER} => ""
    {HEADER_BASEHREF} => "<base href="http://gom.streetlegalmods.com/" />"
    {HEADER_CANONICAL_URL} => "http://gom.streetlegalmods.com/?tpl_debug=1"
    {HEADER_COLOR_SCHEME} => "themes/nemesis/css/default.css"
    {HEADER_COMPOPUP} => "<script type="text/javascript" src="./images/smilies/lang/en..."
    {HEADER_GMTTIME} => "2013-11-26 02:44 GMT"
    {HEADER_HEAD} => "<link href="./plugins/tags/tpl/tags.css" type="text/css" rel..."
    {HEADER_LOGSTATUS} => "Logged in as Singh"
    {HEADER_META_CHARSET} => "UTF-8"
    {HEADER_META_CONTENTTYPE} => "text/html"
    {HEADER_META_DESCRIPTION} => "No.1 Source for Street Legal Mods"
    {HEADER_META_KEYWORDS} => "street legal mods, no.1 source, gom-team.com, cars decals, s..."
    {HEADER_META_LASTMODIFIED} => "Tue, 26 Nov 2013 02:44:04"
    {HEADER_NEXT_URL} => ""
    {HEADER_NOTICES} => "<a href="admin.php?m=page">1 unvalidated page</a>"
    {HEADER_NOTICES_ARRAY.0} => "Array"
    {HEADER_PREV_URL} => ""
    {HEADER_TITLE} => "GOM-TEAM.COM - No.1 Source for Street Legal Mods"
    {HEADER_TOPLINE} => ""
    {HEADER_USERLIST} => "<a href="users.php">Users</a>"
    {HEADER_USER_ADMINPANEL} => "<a href="admin.php">Administration</a>"
    {HEADER_USER_ADMINPANEL_URL} => "admin.php"
    {HEADER_USER_LOGINOUT} => "<a href="login.php?out=1&amp;x=bf714d14ff2e83bd">Logout</a>"
    {HEADER_USER_LOGINOUT_URL} => "login.php?out=1&amp;x=bf714d14ff2e83bd"
    {HEADER_USER_MESSAGES} => 5
    {HEADER_USER_NAME} => "Singh"
    {HEADER_USER_PMREMINDER} => "<a href="pm.php">5 new private messages</a>"
    {HEADER_USER_PMS} => "<a href="pm.php">Private messages</a>"
    {HEADER_USER_PM_URL} => "pm.php"
    {HEADER_USER_PROFILE} => "<a href="users.php?m=profile">Profile</a>"
    {HEADER_USER_PROFILE_URL} => "users.php?m=profile"
    {HEADER_WHOSONLINE} => "2 members, 1 guest"

header.tpl / HEADER

    {HEADER_BANNER} => ""
    {HEADER_BASEHREF} => "<base href="http://gom.streetlegalmods.com/" />"
    {HEADER_CANONICAL_URL} => "http://gom.streetlegalmods.com/?tpl_debug=1"
    {HEADER_COLOR_SCHEME} => "themes/nemesis/css/default.css"
    {HEADER_COMPOPUP} => "<script type="text/javascript" src="./images/smilies/lang/en..."
    {HEADER_GMTTIME} => "2013-11-26 02:44 GMT"
    {HEADER_HEAD} => "<link href="./plugins/tags/tpl/tags.css" type="text/css" rel..."
    {HEADER_LOGSTATUS} => "Logged in as Singh"
    {HEADER_META_CHARSET} => "UTF-8"
    {HEADER_META_CONTENTTYPE} => "text/html"
    {HEADER_META_DESCRIPTION} => "No.1 Source for Street Legal Mods"
    {HEADER_META_KEYWORDS} => "street legal mods, no.1 source, gom-team.com, cars decals, s..."
    {HEADER_META_LASTMODIFIED} => "Tue, 26 Nov 2013 02:44:04"
    {HEADER_NEXT_URL} => ""
    {HEADER_NOTICES} => "<a href="admin.php?m=page">1 unvalidated page</a>"
    {HEADER_NOTICES_ARRAY.0} => "Array"
    {HEADER_PREV_URL} => ""
    {HEADER_TITLE} => "GOM-TEAM.COM - No.1 Source for Street Legal Mods"
    {HEADER_TOPLINE} => ""
    {HEADER_USERLIST} => "<a href="users.php">Users</a>"
    {HEADER_USER_ADMINPANEL} => "<a href="admin.php">Administration</a>"
    {HEADER_USER_ADMINPANEL_URL} => "admin.php"
    {HEADER_USER_LOGINOUT} => "<a href="login.php?out=1&amp;x=bf714d14ff2e83bd">Logout</a>"
    {HEADER_USER_LOGINOUT_URL} => "login.php?out=1&amp;x=bf714d14ff2e83bd"
    {HEADER_USER_MESSAGES} => 5
    {HEADER_USER_NAME} => "Singh"
    {HEADER_USER_PFS} => "<a href="pfs.php">My files</a>"
    {HEADER_USER_PFS_URL} => "pfs.php"
    {HEADER_USER_PMREMINDER} => "<a href="pm.php">5 new private messages</a>"
    {HEADER_USER_PMS} => "<a href="pm.php">Private messages</a>"
    {HEADER_USER_PM_URL} => "pm.php"
    {HEADER_USER_PROFILE} => "<a href="users.php?m=profile">Profile</a>"
    {HEADER_USER_PROFILE_URL} => "users.php?m=profile"
    {HEADER_WHOSONLINE} => "2 members, 1 guest"

polls.index.tpl / INDEXPOLLS / ERROR

    {IPOLLS_ALL} => "polls.php?id=viewall"
    {IPOLLS_ERROR} => "None"

polls.index.tpl / INDEXPOLLS

    {IPOLLS_ALL} => "polls.php?id=viewall"
    {IPOLLS_ERROR} => "None"

minichat.index.tpl / MINICHAT / CHAT / MINICHAT_ROW

    {MINICHAT_ROW_ADMIN} => ""
    {MINICHAT_ROW_ADMIN_LITE} => ""
    {MINICHAT_ROW_ADMIN_URL} => "index.php?e=minichat&amp;delmcitem=121201"
    {MINICHAT_ROW_AUTHOR} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {MINICHAT_ROW_AUTHOR_AGE} => ""
    {MINICHAT_ROW_AUTHOR_AVATAR} => "<img src="datas/users/243-avatar.gif" alt="" class="userimg ..."
    {MINICHAT_ROW_AUTHOR_AVATAR_SRC} => "datas/users/243-avatar.gif"
    {MINICHAT_ROW_AUTHOR_BIRTHDATE} => ""
    {MINICHAT_ROW_AUTHOR_BIRTHDATE_STAMP} => ""
    {MINICHAT_ROW_AUTHOR_COUNTRY} => "<a href="users.php?f=country_us" title="United States">Unite..."
    {MINICHAT_ROW_AUTHOR_COUNTRYFLAG} => "<a href="users.php?f=country_us" title="United States"><img ..."
    {MINICHAT_ROW_AUTHOR_DETAILSLINK} => "users.php?m=details&amp;id=243&amp;u=Singh"
    {MINICHAT_ROW_AUTHOR_DETAILSLINKSHORT} => "users.php?m=details&amp;id=243"
    {MINICHAT_ROW_AUTHOR_EMAIL} => "Hidden"
    {MINICHAT_ROW_AUTHOR_GENDER} => "Male"
    {MINICHAT_ROW_AUTHOR_ID} => 243
    {MINICHAT_ROW_AUTHOR_LASTIP} => "72.226.43.105"
    {MINICHAT_ROW_AUTHOR_LASTLOG} => "2013-11-26 02:44"
    {MINICHAT_ROW_AUTHOR_LASTLOG_STAMP} => 1385433844
    {MINICHAT_ROW_AUTHOR_LOGCOUNT} => 939403
    {MINICHAT_ROW_AUTHOR_MAINGRP} => "<a href="users.php?gm=5">Owners</a>"
    {MINICHAT_ROW_AUTHOR_MAINGRPICON} => "<img src="/images/TheKingh.png" alt="Group" />"
    {MINICHAT_ROW_AUTHOR_MAINGRPID} => 5
    {MINICHAT_ROW_AUTHOR_MAINGRPNAME} => "Owners"
    {MINICHAT_ROW_AUTHOR_MAINGRPSTARS} => "<img class="icon" src="images/icons/default/stars10.png" alt..."
    {MINICHAT_ROW_AUTHOR_MAINGRPTITLE} => "<a href="users.php?gm=5">Administrators</a>"
    {MINICHAT_ROW_AUTHOR_NAME} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {MINICHAT_ROW_AUTHOR_NICKNAME} => "Singh"
    {MINICHAT_ROW_AUTHOR_ONLINE} => 1
    {MINICHAT_ROW_AUTHOR_ONLINETITLE} => "Online"
    {MINICHAT_ROW_AUTHOR_PHOTO} => ""
    {MINICHAT_ROW_AUTHOR_PHOTO_SRC} => ""
    {MINICHAT_ROW_AUTHOR_PM} => "<a href="pm.php?m=send&amp;to=243" title="Send a new private..."
    {MINICHAT_ROW_AUTHOR_PMNOTIFY} => ""
    {MINICHAT_ROW_AUTHOR_POSTCOUNT} => 2860
    {MINICHAT_ROW_AUTHOR_REGDATE} => "2007-12-11 07:11"
    {MINICHAT_ROW_AUTHOR_REGDATE_STAMP} => 1197357102
    {MINICHAT_ROW_AUTHOR_SCHEME} => "sed-light"
    {MINICHAT_ROW_AUTHOR_TEXT} => "visit my site gom-team.com THANKS"
    {MINICHAT_ROW_AUTHOR_THEME} => "sed-light"
    {MINICHAT_ROW_AUTHOR_TIMEZONE} => "GMT+00:00 GMT"
    {MINICHAT_ROW_AUTHOR_TITLE} => "Owners"
    {MINICHAT_ROW_DATE} => "2013-11-26 00:24"
    {MINICHAT_ROW_DATE_STAMP} => 1385425452
    {MINICHAT_ROW_ID} => 121201
    {MINICHAT_ROW_TEXT} => "etc etc"

minichat.index.tpl / MINICHAT / CHAT

    {MINICHAT_NEXT} => "<span class="pagenav pagenav_next"><a href="index.php?e=mini..."
    {MINICHAT_PAGENAV} => "<span class="pagenav pagenav_current"><a href="index.php?e=m..."
    {MINICHAT_PREV} => ""
    {MINICHAT_ROW_ADMIN} => ""
    {MINICHAT_ROW_ADMIN_LITE} => ""
    {MINICHAT_ROW_ADMIN_URL} => "index.php?e=minichat&amp;delmcitem=121198"
    {MINICHAT_ROW_AUTHOR} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {MINICHAT_ROW_AUTHOR_AGE} => ""
    {MINICHAT_ROW_AUTHOR_AVATAR} => "<img src="datas/users/243-avatar.gif" alt="" class="userimg ..."
    {MINICHAT_ROW_AUTHOR_AVATAR_SRC} => "datas/users/243-avatar.gif"
    {MINICHAT_ROW_AUTHOR_BIRTHDATE} => ""
    {MINICHAT_ROW_AUTHOR_BIRTHDATE_STAMP} => ""
    {MINICHAT_ROW_AUTHOR_COUNTRY} => "<a href="users.php?f=country_us" title="United States">Unite..."
    {MINICHAT_ROW_AUTHOR_COUNTRYFLAG} => "<a href="users.php?f=country_us" title="United States"><img ..."
    {MINICHAT_ROW_AUTHOR_DETAILSLINK} => "users.php?m=details&amp;id=243&amp;u=Singh"
    {MINICHAT_ROW_AUTHOR_DETAILSLINKSHORT} => "users.php?m=details&amp;id=243"
    {MINICHAT_ROW_AUTHOR_EMAIL} => "Hidden"
    {MINICHAT_ROW_AUTHOR_GENDER} => "Male"
    {MINICHAT_ROW_AUTHOR_ID} => 243
    {MINICHAT_ROW_AUTHOR_LASTIP} => "72.226.43.105"
    {MINICHAT_ROW_AUTHOR_LASTLOG} => "2013-11-26 02:44"
    {MINICHAT_ROW_AUTHOR_LASTLOG_STAMP} => 1385433844
    {MINICHAT_ROW_AUTHOR_LOGCOUNT} => 939403
    {MINICHAT_ROW_AUTHOR_MAINGRP} => "<a href="users.php?gm=5">Owners</a>"
    {MINICHAT_ROW_AUTHOR_MAINGRPICON} => "<img src="/images/TheKingh.png" alt="Group" />"
    {MINICHAT_ROW_AUTHOR_MAINGRPID} => 5
    {MINICHAT_ROW_AUTHOR_MAINGRPNAME} => "Owners"
    {MINICHAT_ROW_AUTHOR_MAINGRPSTARS} => "<img class="icon" src="images/icons/default/stars10.png" alt..."
    {MINICHAT_ROW_AUTHOR_MAINGRPTITLE} => "<a href="users.php?gm=5">Administrators</a>"
    {MINICHAT_ROW_AUTHOR_NAME} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {MINICHAT_ROW_AUTHOR_NICKNAME} => "Singh"
    {MINICHAT_ROW_AUTHOR_ONLINE} => 1
    {MINICHAT_ROW_AUTHOR_ONLINETITLE} => "Online"
    {MINICHAT_ROW_AUTHOR_PHOTO} => ""
    {MINICHAT_ROW_AUTHOR_PHOTO_SRC} => ""
    {MINICHAT_ROW_AUTHOR_PM} => "<a href="pm.php?m=send&amp;to=243" title="Send a new private..."
    {MINICHAT_ROW_AUTHOR_PMNOTIFY} => ""
    {MINICHAT_ROW_AUTHOR_POSTCOUNT} => 2860
    {MINICHAT_ROW_AUTHOR_REGDATE} => "2007-12-11 07:11"
    {MINICHAT_ROW_AUTHOR_REGDATE_STAMP} => 1197357102
    {MINICHAT_ROW_AUTHOR_SCHEME} => "sed-light"
    {MINICHAT_ROW_AUTHOR_TEXT} => "visit my site gom-team.com THANKS"
    {MINICHAT_ROW_AUTHOR_THEME} => "sed-light"
    {MINICHAT_ROW_AUTHOR_TIMEZONE} => "GMT+00:00 GMT"
    {MINICHAT_ROW_AUTHOR_TITLE} => "Owners"
    {MINICHAT_ROW_DATE} => "2013-11-26 00:04"
    {MINICHAT_ROW_DATE_STAMP} => 1385424287
    {MINICHAT_ROW_ID} => 121198
    {MINICHAT_ROW_TEXT} => "Hellllo"

minichat.index.tpl / MINICHAT / MINICHAT_FORM

    {MINICHAT_FORM_SEND} => "index.php?e=minichat"
    {MINICHAT_FORM_TEXT} => ""
    {MINICHAT_NEXT} => "<span class="pagenav pagenav_next"><a href="index.php?e=mini..."
    {MINICHAT_PAGENAV} => "<span class="pagenav pagenav_current"><a href="index.php?e=m..."
    {MINICHAT_PREV} => ""
    {MINICHAT_ROW_ADMIN} => ""
    {MINICHAT_ROW_ADMIN_LITE} => ""
    {MINICHAT_ROW_ADMIN_URL} => "index.php?e=minichat&amp;delmcitem=121198"
    {MINICHAT_ROW_AUTHOR} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {MINICHAT_ROW_AUTHOR_AGE} => ""
    {MINICHAT_ROW_AUTHOR_AVATAR} => "<img src="datas/users/243-avatar.gif" alt="" class="userimg ..."
    {MINICHAT_ROW_AUTHOR_AVATAR_SRC} => "datas/users/243-avatar.gif"
    {MINICHAT_ROW_AUTHOR_BIRTHDATE} => ""
    {MINICHAT_ROW_AUTHOR_BIRTHDATE_STAMP} => ""
    {MINICHAT_ROW_AUTHOR_COUNTRY} => "<a href="users.php?f=country_us" title="United States">Unite..."
    {MINICHAT_ROW_AUTHOR_COUNTRYFLAG} => "<a href="users.php?f=country_us" title="United States"><img ..."
    {MINICHAT_ROW_AUTHOR_DETAILSLINK} => "users.php?m=details&amp;id=243&amp;u=Singh"
    {MINICHAT_ROW_AUTHOR_DETAILSLINKSHORT} => "users.php?m=details&amp;id=243"
    {MINICHAT_ROW_AUTHOR_EMAIL} => "Hidden"
    {MINICHAT_ROW_AUTHOR_GENDER} => "Male"
    {MINICHAT_ROW_AUTHOR_ID} => 243
    {MINICHAT_ROW_AUTHOR_LASTIP} => "72.226.43.105"
    {MINICHAT_ROW_AUTHOR_LASTLOG} => "2013-11-26 02:44"
    {MINICHAT_ROW_AUTHOR_LASTLOG_STAMP} => 1385433844
    {MINICHAT_ROW_AUTHOR_LOGCOUNT} => 939403
    {MINICHAT_ROW_AUTHOR_MAINGRP} => "<a href="users.php?gm=5">Owners</a>"
    {MINICHAT_ROW_AUTHOR_MAINGRPICON} => "<img src="/images/TheKingh.png" alt="Group" />"
    {MINICHAT_ROW_AUTHOR_MAINGRPID} => 5
    {MINICHAT_ROW_AUTHOR_MAINGRPNAME} => "Owners"
    {MINICHAT_ROW_AUTHOR_MAINGRPSTARS} => "<img class="icon" src="images/icons/default/stars10.png" alt..."
    {MINICHAT_ROW_AUTHOR_MAINGRPTITLE} => "<a href="users.php?gm=5">Administrators</a>"
    {MINICHAT_ROW_AUTHOR_NAME} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {MINICHAT_ROW_AUTHOR_NICKNAME} => "Singh"
    {MINICHAT_ROW_AUTHOR_ONLINE} => 1
    {MINICHAT_ROW_AUTHOR_ONLINETITLE} => "Online"
    {MINICHAT_ROW_AUTHOR_PHOTO} => ""
    {MINICHAT_ROW_AUTHOR_PHOTO_SRC} => ""
    {MINICHAT_ROW_AUTHOR_PM} => "<a href="pm.php?m=send&amp;to=243" title="Send a new private..."
    {MINICHAT_ROW_AUTHOR_PMNOTIFY} => ""
    {MINICHAT_ROW_AUTHOR_POSTCOUNT} => 2860
    {MINICHAT_ROW_AUTHOR_REGDATE} => "2007-12-11 07:11"
    {MINICHAT_ROW_AUTHOR_REGDATE_STAMP} => 1197357102
    {MINICHAT_ROW_AUTHOR_SCHEME} => "sed-light"
    {MINICHAT_ROW_AUTHOR_TEXT} => "visit my site gom-team.com THANKS"
    {MINICHAT_ROW_AUTHOR_THEME} => "sed-light"
    {MINICHAT_ROW_AUTHOR_TIMEZONE} => "GMT+00:00 GMT"
    {MINICHAT_ROW_AUTHOR_TITLE} => "Owners"
    {MINICHAT_ROW_DATE} => "2013-11-26 00:04"
    {MINICHAT_ROW_DATE_STAMP} => 1385424287
    {MINICHAT_ROW_ID} => 121198
    {MINICHAT_ROW_TEXT} => "Hellllo"

minichat.index.tpl / MINICHAT

    {MINICHAT_FORM_SEND} => "index.php?e=minichat"
    {MINICHAT_FORM_TEXT} => ""
    {MINICHAT_NEXT} => "<span class="pagenav pagenav_next"><a href="index.php?e=mini..."
    {MINICHAT_PAGENAV} => "<span class="pagenav pagenav_current"><a href="index.php?e=m..."
    {MINICHAT_PANEL} => 1
    {MINICHAT_PREV} => ""
    {MINICHAT_ROW_ADMIN} => ""
    {MINICHAT_ROW_ADMIN_LITE} => ""
    {MINICHAT_ROW_ADMIN_URL} => "index.php?e=minichat&amp;delmcitem=121198"
    {MINICHAT_ROW_AUTHOR} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {MINICHAT_ROW_AUTHOR_AGE} => ""
    {MINICHAT_ROW_AUTHOR_AVATAR} => "<img src="datas/users/243-avatar.gif" alt="" class="userimg ..."
    {MINICHAT_ROW_AUTHOR_AVATAR_SRC} => "datas/users/243-avatar.gif"
    {MINICHAT_ROW_AUTHOR_BIRTHDATE} => ""
    {MINICHAT_ROW_AUTHOR_BIRTHDATE_STAMP} => ""
    {MINICHAT_ROW_AUTHOR_COUNTRY} => "<a href="users.php?f=country_us" title="United States">Unite..."
    {MINICHAT_ROW_AUTHOR_COUNTRYFLAG} => "<a href="users.php?f=country_us" title="United States"><img ..."
    {MINICHAT_ROW_AUTHOR_DETAILSLINK} => "users.php?m=details&amp;id=243&amp;u=Singh"
    {MINICHAT_ROW_AUTHOR_DETAILSLINKSHORT} => "users.php?m=details&amp;id=243"
    {MINICHAT_ROW_AUTHOR_EMAIL} => "Hidden"
    {MINICHAT_ROW_AUTHOR_GENDER} => "Male"
    {MINICHAT_ROW_AUTHOR_ID} => 243
    {MINICHAT_ROW_AUTHOR_LASTIP} => "72.226.43.105"
    {MINICHAT_ROW_AUTHOR_LASTLOG} => "2013-11-26 02:44"
    {MINICHAT_ROW_AUTHOR_LASTLOG_STAMP} => 1385433844
    {MINICHAT_ROW_AUTHOR_LOGCOUNT} => 939403
    {MINICHAT_ROW_AUTHOR_MAINGRP} => "<a href="users.php?gm=5">Owners</a>"
    {MINICHAT_ROW_AUTHOR_MAINGRPICON} => "<img src="/images/TheKingh.png" alt="Group" />"
    {MINICHAT_ROW_AUTHOR_MAINGRPID} => 5
    {MINICHAT_ROW_AUTHOR_MAINGRPNAME} => "Owners"
    {MINICHAT_ROW_AUTHOR_MAINGRPSTARS} => "<img class="icon" src="images/icons/default/stars10.png" alt..."
    {MINICHAT_ROW_AUTHOR_MAINGRPTITLE} => "<a href="users.php?gm=5">Administrators</a>"
    {MINICHAT_ROW_AUTHOR_NAME} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {MINICHAT_ROW_AUTHOR_NICKNAME} => "Singh"
    {MINICHAT_ROW_AUTHOR_ONLINE} => 1
    {MINICHAT_ROW_AUTHOR_ONLINETITLE} => "Online"
    {MINICHAT_ROW_AUTHOR_PHOTO} => ""
    {MINICHAT_ROW_AUTHOR_PHOTO_SRC} => ""
    {MINICHAT_ROW_AUTHOR_PM} => "<a href="pm.php?m=send&amp;to=243" title="Send a new private..."
    {MINICHAT_ROW_AUTHOR_PMNOTIFY} => ""
    {MINICHAT_ROW_AUTHOR_POSTCOUNT} => 2860
    {MINICHAT_ROW_AUTHOR_REGDATE} => "2007-12-11 07:11"
    {MINICHAT_ROW_AUTHOR_REGDATE_STAMP} => 1197357102
    {MINICHAT_ROW_AUTHOR_SCHEME} => "sed-light"
    {MINICHAT_ROW_AUTHOR_TEXT} => "visit my site gom-team.com THANKS"
    {MINICHAT_ROW_AUTHOR_THEME} => "sed-light"
    {MINICHAT_ROW_AUTHOR_TIMEZONE} => "GMT+00:00 GMT"
    {MINICHAT_ROW_AUTHOR_TITLE} => "Owners"
    {MINICHAT_ROW_DATE} => "2013-11-26 00:04"
    {MINICHAT_ROW_DATE_STAMP} => 1385424287
    {MINICHAT_ROW_ID} => 121198
    {MINICHAT_ROW_TEXT} => "Hellllo"
    {MINICHAT_TIMER} => 15

recentitems.pages.index.tpl / MAIN / PAGE_ROW

    {PAGE_ROW_ADMIN} => "<a href="admin.php?m=page&amp;a=unvalidate&amp;id=1088&amp;x..."
    {PAGE_ROW_ADMIN_CLONE} => "<a href="page.php?m=add&amp;c=articles&amp;clone=1088">Clone..."
    {PAGE_ROW_ADMIN_CLONE_URL} => "page.php?m=add&amp;c=articles&amp;clone=1088"
    {PAGE_ROW_ADMIN_DELETE} => "<a href="message.php?msg=920&amp;m=page&amp;lng=page_confirm..."
    {PAGE_ROW_ADMIN_DELETE_URL} => "message.php?msg=920&amp;m=page&amp;lng=page_confirm_delete&a..."
    {PAGE_ROW_ADMIN_EDIT} => "<a href="page.php?m=edit&amp;id=1088">Edit</a>"
    {PAGE_ROW_ADMIN_EDIT_URL} => "page.php?m=edit&amp;id=1088"
    {PAGE_ROW_ADMIN_UNVALIDATE} => "<a href="message.php?msg=920&amp;m=page&amp;lng=page_confirm..."
    {PAGE_ROW_ADMIN_UNVALIDATE_URL} => "message.php?msg=920&amp;m=page&amp;lng=page_confirm_unvalida..."
    {PAGE_ROW_ALIAS} => "Some-FAQ-Read-This-Before-Posting"
    {PAGE_ROW_AUTHOR} => "Admins/Mods"
    {PAGE_ROW_BEGIN} => "1999-11-30 00:00"
    {PAGE_ROW_BEGIN_STAMP} => 943920000
    {PAGE_ROW_CAT} => "articles"
    {PAGE_ROW_CATDESC} => ""
    {PAGE_ROW_CATICON} => ""
    {PAGE_ROW_CATPATH} => "<a href="page.php?c=articles" title="Articles">Articles</a>"
    {PAGE_ROW_CATPATH_SHORT} => "<a href="page.php?c=articles">Articles</a>"
    {PAGE_ROW_CATTITLE} => "Articles"
    {PAGE_ROW_CATURL} => "page.php?c=articles"
    {PAGE_ROW_COMMENTS} => "<a href="page.php?al=Some-FAQ-Read-This-Before-Posting#comme..."
    {PAGE_ROW_COMMENTS_COUNT} => 8
    {PAGE_ROW_COUNT} => 10424
    {PAGE_ROW_DATE} => "2025-01-01 10:01"
    {PAGE_ROW_DATE_STAMP} => 1735725660
    {PAGE_ROW_DESC} => "From Some Mad Admins / Mods"
    {PAGE_ROW_DESC_OR_TEXT} => "From Some Mad Admins / Mods"
    {PAGE_ROW_EXPIRE} => "1970-01-01 00:00"
    {PAGE_ROW_EXPIRE_STAMP} => 0
    {PAGE_ROW_FILE} => "No"
    {PAGE_ROW_FILE_COUNT} => 0
    {PAGE_ROW_FILE_COUNTTIMES} => "0 times"
    {PAGE_ROW_FILE_ICON} => ""
    {PAGE_ROW_FILE_NAME} => ""
    {PAGE_ROW_FILE_SIZE} => 0
    {PAGE_ROW_FILE_SIZE_BYTES} => 0
    {PAGE_ROW_FILE_SIZE_READABLE} => "0 B"
    {PAGE_ROW_FILE_URL} => ""
    {PAGE_ROW_ID} => 1088
    {PAGE_ROW_KEYWORDS} => ""
    {PAGE_ROW_LOCALSTATUS} => "Published"
    {PAGE_ROW_MORE} => ""
    {PAGE_ROW_NOTAVAILABLE} => ""
    {PAGE_ROW_NUM} => 1
    {PAGE_ROW_ODDEVEN} => "odd"
    {PAGE_ROW_OWNER} => ""
    {PAGE_ROW_OWNERID} => 0
    {PAGE_ROW_OWNERNAME} => ""
    {PAGE_ROW_OWNER_AGE} => ""
    {PAGE_ROW_OWNER_AVATAR} => "<img src="datas/defaultav/blank.png" alt="Avatar" class="ava..."
    {PAGE_ROW_OWNER_AVATAR_SRC} => ""
    {PAGE_ROW_OWNER_BIRTHDATE} => ""
    {PAGE_ROW_OWNER_BIRTHDATE_STAMP} => ""
    {PAGE_ROW_OWNER_COUNTRY} => "<a href="users.php?f=country_00" title=""></a>"
    {PAGE_ROW_OWNER_COUNTRYFLAG} => "<a href="users.php?f=country_00" title=""><img class="flag" ..."
    {PAGE_ROW_OWNER_EMAIL} => ""
    {PAGE_ROW_OWNER_GENDER} => ""
    {PAGE_ROW_OWNER_ID} => 0
    {PAGE_ROW_OWNER_LASTIP} => ""
    {PAGE_ROW_OWNER_MAINGRP} => "<a href="users.php?gm=1">Guests</a>"
    {PAGE_ROW_OWNER_MAINGRPICON} => ""
    {PAGE_ROW_OWNER_MAINGRPID} => 1
    {PAGE_ROW_OWNER_MAINGRPSTARS} => ""
    {PAGE_ROW_OWNER_NAME} => "Deleted"
    {PAGE_ROW_OWNER_NICKNAME} => "Deleted"
    {PAGE_ROW_OWNER_ONLINE} => 0
    {PAGE_ROW_OWNER_ONLINETITLE} => ""
    {PAGE_ROW_OWNER_PHOTO} => ""
    {PAGE_ROW_OWNER_PHOTO_SRC} => ""
    {PAGE_ROW_OWNER_PM} => ""
    {PAGE_ROW_OWNER_PMNOTIFY} => ""
    {PAGE_ROW_OWNER_POSTCOUNT} => ""
    {PAGE_ROW_OWNER_REGDATE} => ""
    {PAGE_ROW_OWNER_REGDATE_STAMP} => ""
    {PAGE_ROW_OWNER_TEXT} => ""
    {PAGE_ROW_SHORTTITLE} => "Some F.A.Q (Read This Before Posting)"
    {PAGE_ROW_STATE} => 0
    {PAGE_ROW_STATUS} => "published"
    {PAGE_ROW_TEXT} => "Hello, <br /> if you are an old GOM user then you may ignore..."
    {PAGE_ROW_TEXT_CUT} => "Hello, <br /> if you are an old GOM user then you may ignore..."
    {PAGE_ROW_TEXT_IS_CUT} => ""
    {PAGE_ROW_TITLE} => "<a href="page.php?c=articles" title="Articles">Articles</a> ..."
    {PAGE_ROW_UPDATED} => "1970-01-01 00:00"
    {PAGE_ROW_UPDATED_STAMP} => 0
    {PAGE_ROW_URL} => "page.php?al=Some-FAQ-Read-This-Before-Posting"

recentitems.pages.index.tpl / MAIN

    {PAGE_ROW_ADMIN} => "<a href="admin.php?m=page&amp;a=unvalidate&amp;id=3449&amp;x..."
    {PAGE_ROW_ADMIN_CLONE} => "<a href="page.php?m=add&amp;c=dlslsounds&amp;clone=3449">Clo..."
    {PAGE_ROW_ADMIN_CLONE_URL} => "page.php?m=add&amp;c=dlslsounds&amp;clone=3449"
    {PAGE_ROW_ADMIN_DELETE} => "<a href="message.php?msg=920&amp;m=page&amp;lng=page_confirm..."
    {PAGE_ROW_ADMIN_DELETE_URL} => "message.php?msg=920&amp;m=page&amp;lng=page_confirm_delete&a..."
    {PAGE_ROW_ADMIN_EDIT} => "<a href="page.php?m=edit&amp;id=3449">Edit</a>"
    {PAGE_ROW_ADMIN_EDIT_URL} => "page.php?m=edit&amp;id=3449"
    {PAGE_ROW_ADMIN_UNVALIDATE} => "<a href="message.php?msg=920&amp;m=page&amp;lng=page_confirm..."
    {PAGE_ROW_ADMIN_UNVALIDATE_URL} => "message.php?msg=920&amp;m=page&amp;lng=page_confirm_unvalida..."
    {PAGE_ROW_ALIAS} => "Alternative-sound-for-V12-Lama-Performance"
    {PAGE_ROW_AUTHOR} => "Quorthon"
    {PAGE_ROW_BEGIN} => "2013-11-10 23:44"
    {PAGE_ROW_BEGIN_STAMP} => 1384127040
    {PAGE_ROW_CAT} => "dlslsounds"
    {PAGE_ROW_CATDESC} => "Addon Sounds"
    {PAGE_ROW_CATICON} => ""
    {PAGE_ROW_CATPATH} => "<a href="page.php?c=downloads" title="Downloads">Downloads</..."
    {PAGE_ROW_CATPATH_SHORT} => "<a href="page.php?c=dlslsounds">Sounds</a>"
    {PAGE_ROW_CATTITLE} => "Sounds"
    {PAGE_ROW_CATURL} => "page.php?c=dlslsounds"
    {PAGE_ROW_COMMENTS} => "<a href="page.php?al=Alternative-sound-for-V12-Lama-Performa..."
    {PAGE_ROW_COMMENTS_COUNT} => 0
    {PAGE_ROW_COUNT} => 245
    {PAGE_ROW_DATE} => "2013-11-10 23:52"
    {PAGE_ROW_DATE_STAMP} => 1384127520
    {PAGE_ROW_DESC} => ""
    {PAGE_ROW_DESC_OR_TEXT} => "Hi guys, this is my little contribution to the comunity, jus..."
    {PAGE_ROW_EXPIRE} => "1970-01-01 00:00"
    {PAGE_ROW_EXPIRE_STAMP} => 0
    {PAGE_ROW_FILE} => "Yes"
    {PAGE_ROW_FILE_COUNT} => 27
    {PAGE_ROW_FILE_COUNTTIMES} => "27 times"
    {PAGE_ROW_FILE_ICON} => "<img class="icon" src="images/icons/default/page.png" alt="F..."
    {PAGE_ROW_FILE_NAME} => "#!M8JUzbpA!FV1n3SqFp3nWzlK-i2XXh0fPZGZR6ooxpsQgTtdZuRE"
    {PAGE_ROW_FILE_SIZE} => 4
    {PAGE_ROW_FILE_SIZE_BYTES} => 4096
    {PAGE_ROW_FILE_SIZE_READABLE} => "4.1 kB"
    {PAGE_ROW_FILE_URL} => "page.php?id=3449&amp;a=dl"
    {PAGE_ROW_ID} => 3449
    {PAGE_ROW_KEYWORDS} => ""
    {PAGE_ROW_LOCALSTATUS} => "Published"
    {PAGE_ROW_MORE} => ""
    {PAGE_ROW_NOTAVAILABLE} => ""
    {PAGE_ROW_NUM} => 5
    {PAGE_ROW_ODDEVEN} => "odd"
    {PAGE_ROW_OWNER} => "<a href="users.php?m=details&amp;id=71498&amp;u=Quorthon">Qu..."
    {PAGE_ROW_OWNERID} => 71498
    {PAGE_ROW_OWNERNAME} => "Quorthon"
    {PAGE_ROW_OWNER_AGE} => 32
    {PAGE_ROW_OWNER_AVATAR} => "<img src="./datas/avatars/71498-avatar.gif" alt="" class="us..."
    {PAGE_ROW_OWNER_AVATAR_SRC} => "./datas/avatars/71498-avatar.gif"
    {PAGE_ROW_OWNER_BIRTHDATE} => "1981-09-20"
    {PAGE_ROW_OWNER_BIRTHDATE_STAMP} => 369792000
    {PAGE_ROW_OWNER_COUNTRY} => "<a href="users.php?f=country_cr" title="Costa Rica">Costa Ri..."
    {PAGE_ROW_OWNER_COUNTRYFLAG} => "<a href="users.php?f=country_cr" title="Costa Rica"><img cla..."
    {PAGE_ROW_OWNER_DETAILSLINK} => "users.php?m=details&amp;id=71498&amp;u=Quorthon"
    {PAGE_ROW_OWNER_DETAILSLINKSHORT} => "users.php?m=details&amp;id=71498"
    {PAGE_ROW_OWNER_EMAIL} => "Hidden"
    {PAGE_ROW_OWNER_GENDER} => "Male"
    {PAGE_ROW_OWNER_ID} => 71498
    {PAGE_ROW_OWNER_LASTIP} => "201.199.181.190"
    {PAGE_ROW_OWNER_LASTLOG} => "2013-11-24 09:42"
    {PAGE_ROW_OWNER_LASTLOG_STAMP} => 1385286137
    {PAGE_ROW_OWNER_LOGCOUNT} => 4
    {PAGE_ROW_OWNER_MAINGRP} => "<a href="users.php?gm=4">Users</a>"
    {PAGE_ROW_OWNER_MAINGRPICON} => ""
    {PAGE_ROW_OWNER_MAINGRPID} => 4
    {PAGE_ROW_OWNER_MAINGRPNAME} => "Users"
    {PAGE_ROW_OWNER_MAINGRPSTARS} => "<img class="icon" src="images/icons/default/stars2.png" alt=..."
    {PAGE_ROW_OWNER_MAINGRPTITLE} => "<a href="users.php?gm=4">Members</a>"
    {PAGE_ROW_OWNER_NAME} => "<a href="users.php?m=details&amp;id=71498&amp;u=Quorthon">Qu..."
    {PAGE_ROW_OWNER_NICKNAME} => "Quorthon"
    {PAGE_ROW_OWNER_ONLINE} => 0
    {PAGE_ROW_OWNER_ONLINETITLE} => "Offline"
    {PAGE_ROW_OWNER_PHOTO} => ""
    {PAGE_ROW_OWNER_PHOTO_SRC} => ""
    {PAGE_ROW_OWNER_PM} => "<a href="pm.php?m=send&amp;to=71498" title="Send a new priva..."
    {PAGE_ROW_OWNER_PMNOTIFY} => ""
    {PAGE_ROW_OWNER_POSTCOUNT} => 2
    {PAGE_ROW_OWNER_REGDATE} => "2013-05-21 06:58"
    {PAGE_ROW_OWNER_REGDATE_STAMP} => 1369119529
    {PAGE_ROW_OWNER_SCHEME} => "sed-light"
    {PAGE_ROW_OWNER_TEXT} => "Burn it baby!<br /> <img src="http://www.examiner.com/images..."
    {PAGE_ROW_OWNER_THEME} => "sed-light"
    {PAGE_ROW_OWNER_TIMEZONE} => "GMT+00:00 GMT"
    {PAGE_ROW_OWNER_TITLE} => "Users"
    {PAGE_ROW_SHORTTITLE} => "Alternative sound for V12 Lama Performance"
    {PAGE_ROW_STATE} => 0
    {PAGE_ROW_STATUS} => "published"
    {PAGE_ROW_TEXT} => "Hi guys, this is my little contribution to the comunity, jus..."
    {PAGE_ROW_TEXT_CUT} => "Hi guys, this is my little contribution to the comunity, jus..."
    {PAGE_ROW_TEXT_IS_CUT} => ""
    {PAGE_ROW_TITLE} => "<a href="page.php?c=downloads" title="Downloads">Downloads</..."
    {PAGE_ROW_UPDATED} => "1970-01-01 00:00"
    {PAGE_ROW_UPDATED_STAMP} => 0
    {PAGE_ROW_URL} => "page.php?al=Alternative-sound-for-V12-Lama-Performance"

recentitems.forums.index.tpl / MAIN / TOPICS_ROW

    {FORUM_ROW.ft_id} => 10450
    {FORUM_ROW.ft_desc} => 0
    {FORUM_ROW.ft_mode} => 0
    {FORUM_ROW.ft_state} => 0
    {FORUM_ROW.ft_sticky} => 0
    {FORUM_ROW.ft_tag} => ""
    {FORUM_ROW.ft_cat} => 4
    {FORUM_ROW.ft_title} => "Street Legal Racing LICENSED"
    {FORUM_ROW.ft_creationdate} => 1385337944
    {FORUM_ROW.ft_updated} => 1385426065
    {FORUM_ROW.ft_postcount} => 6
    {FORUM_ROW.ft_viewcount} => 76
    {FORUM_ROW.ft_lastposterid} => 243
    {FORUM_ROW.ft_lastpostername} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {FORUM_ROW.ft_firstposterid} => 1062
    {FORUM_ROW.ft_firstpostername} => "<a href="users.php?m=details&amp;id=1062&amp;u=Mihon">Mihon<..."
    {FORUM_ROW.ft_poll} => 0
    {FORUM_ROW.ft_movedto} => ""
    {FORUM_ROW.ft_preview} => "[img]http://racingmihon.users.photofile.ru/photo/racingmihon..."
    {FORUM_ROW.ft_icon} => "<img class="icon" src="images/icons/default/posts.png" alt="..."
    {FORUM_ROW.ft_postisnew} => ""
    {FORUM_ROW.ft_pages} => ""
    {FORUM_ROW.ft_url} => "forums.php?m=posts&amp;q=10450"
    {FORUM_ROW.ft_lastposturl} => "forums.php?m=posts&amp;q=10450&amp;n=last#bottom"
    {FORUM_ROW.ft_lastpostlink} => "<a href="forums.php?m=posts&amp;q=10450&amp;n=last#bottom" r..."
    {FORUM_ROW.ft_timeago} => "2 hours"
    {FORUM_ROW.ft_replycount} => 5
    {FORUM_ROW.ft_icon_type} => "posts"
    {FORUM_ROW_CREATIONDATE} => "11-25 00:05"
    {FORUM_ROW_CREATIONDATE_STAMP} => 1385337944
    {FORUM_ROW_DESC} => 0
    {FORUM_ROW_FIRSTPOSTER} => "<a href="users.php?m=details&amp;id=1062&amp;u=Mihon">Mihon<..."
    {FORUM_ROW_ICON} => "<img class="icon" src="images/icons/default/posts.png" alt="..."
    {FORUM_ROW_ICON_TYPE} => "posts"
    {FORUM_ROW_ID} => 10450
    {FORUM_ROW_LASTPOSTER} => "<a href="users.php?m=details&amp;id=243&amp;u=Singh">Singh</..."
    {FORUM_ROW_LASTPOSTURL} => "forums.php?m=posts&amp;q=10450&amp;n=last#bottom"
    {FORUM_ROW_MAXPAGES} => ""
    {FORUM_ROW_NUM} => 1
    {FORUM_ROW_ODDEVEN} => "odd"
    {FORUM_ROW_PAGES} => ""
    {FORUM_ROW_PATH} => "<a href="forums.php?c=c1#c1" title="SL series">SL series</a>..."
    {FORUM_ROW_PATH_SHORT} => "<a href="forums.php?m=topics&amp;s=4">W.I.P. mods</a>"
    {FORUM_ROW_POSTCOUNT} => 6
    {FORUM_ROW_PREVIEW} => "[img]http://racingmihon.users.photofile.ru/photo/racingmihon..."
    {FORUM_ROW_REPLYCOUNT} => 5
    {FORUM_ROW_STATE} => 0
    {FORUM_ROW_TIMEAGO} => "2 hours"
    {FORUM_ROW_TITLE} => "Street Legal Racing LICENSED"
    {FORUM_ROW_UPDATED} => "<a href="forums.php?m=posts&amp;q=10450&amp;n=last#bottom" r..."
    {FORUM_ROW_UPDATED_STAMP} => 1385426065
    {FORUM_ROW_URL} => "forums.php?m=posts&amp;q=10450"
    {FORUM_ROW_VIEWCOUNT} => 76

recentitems.forums.index.tpl / MAIN

    {FORUM_ROW.ft_id} => 10447
    {FORUM_ROW.ft_desc} => 0
    {FORUM_ROW.ft_mode} => 0
    {FORUM_ROW.ft_state} => 0
    {FORUM_ROW.ft_sticky} => 0
    {FORUM_ROW.ft_tag} => ""
    {FORUM_ROW.ft_cat} => 6
    {FORUM_ROW.ft_title} => "Toyota JZ-GTE Engine Sound Mod"
    {FORUM_ROW.ft_creationdate} => 1385230778
    {FORUM_ROW.ft_updated} => 1385343337
    {FORUM_ROW.ft_postcount} => 8
    {FORUM_ROW.ft_viewcount} => 176
    {FORUM_ROW.ft_lastposterid} => 72383
    {FORUM_ROW.ft_lastpostername} => "<a href="users.php?m=details&amp;id=72383&amp;u=SLRR%20M0din..."
    {FORUM_ROW.ft_firstposterid} => 71711
    {FORUM_ROW.ft_firstpostername} => "<a href="users.php?m=details&amp;id=71711&amp;u=Gustav3119">..."
    {FORUM_ROW.ft_poll} => 0
    {FORUM_ROW.ft_movedto} => ""
    {FORUM_ROW.ft_preview} => "Hello everyone! Just made a new soundmod! I don\'t know if t..."
    {FORUM_ROW.ft_icon} => "<img class="icon" src="images/icons/default/posts.png" alt="..."
    {FORUM_ROW.ft_postisnew} => ""
    {FORUM_ROW.ft_pages} => ""
    {FORUM_ROW.ft_url} => "forums.php?m=posts&amp;q=10447"
    {FORUM_ROW.ft_lastposturl} => "forums.php?m=posts&amp;q=10447&amp;n=last#bottom"
    {FORUM_ROW.ft_lastpostlink} => "<a href="forums.php?m=posts&amp;q=10447&amp;n=last#bottom" r..."
    {FORUM_ROW.ft_timeago} => "1 days"
    {FORUM_ROW.ft_replycount} => 7
    {FORUM_ROW.ft_icon_type} => "posts"
    {FORUM_ROW_CREATIONDATE} => "11-23 18:19"
    {FORUM_ROW_CREATIONDATE_STAMP} => 1385230778
    {FORUM_ROW_DESC} => 0
    {FORUM_ROW_FIRSTPOSTER} => "<a href="users.php?m=details&amp;id=71711&amp;u=Gustav3119">..."
    {FORUM_ROW_ICON} => "<img class="icon" src="images/icons/default/posts.png" alt="..."
    {FORUM_ROW_ICON_TYPE} => "posts"
    {FORUM_ROW_ID} => 10447
    {FORUM_ROW_LASTPOSTER} => "<a href="users.php?m=details&amp;id=72383&amp;u=SLRR%20M0din..."
    {FORUM_ROW_LASTPOSTURL} => "forums.php?m=posts&amp;q=10447&amp;n=last#bottom"
    {FORUM_ROW_MAXPAGES} => ""
    {FORUM_ROW_NUM} => 5
    {FORUM_ROW_ODDEVEN} => "odd"
    {FORUM_ROW_PAGES} => ""
    {FORUM_ROW_PATH} => "<a href="forums.php?c=c1#c1" title="SL series">SL series</a>..."
    {FORUM_ROW_PATH_SHORT} => "<a href="forums.php?m=topics&amp;s=6">General discussion</a>"
    {FORUM_ROW_POSTCOUNT} => 8
    {FORUM_ROW_PREVIEW} => "Hello everyone! Just made a new soundmod! I don\'t know if t..."
    {FORUM_ROW_REPLYCOUNT} => 7
    {FORUM_ROW_STATE} => 0
    {FORUM_ROW_TIMEAGO} => "1 days"
    {FORUM_ROW_TITLE} => "Toyota JZ-GTE Engine Sound Mod"
    {FORUM_ROW_UPDATED} => "<a href="forums.php?m=posts&amp;q=10447&amp;n=last#bottom" r..."
    {FORUM_ROW_UPDATED_STAMP} => 1385343337
    {FORUM_ROW_URL} => "forums.php?m=posts&amp;q=10447"
    {FORUM_ROW_VIEWCOUNT} => 176

index.tpl / MAIN

    {INDEX_POLLS} => "<p class="small strong textcenter">None</p> <p class="small ..."
    {INDEX_TAG_CLOUD} => "No tags"
    {MINICHAT} => "<script type="text/javascript"> $(document).ready(function..."
    {RECENT_FORUMS} => "<table class="cells"> <tr> <td class="coltop width5">&nbs..."
    {RECENT_PAGES} => "<table class="cells"> <tr> <td class="coltop width5">&nbs..."

footer.tpl / FOOTER / USER

    {FOOTER_ADMINPANEL} => "<a href="admin.php">Administration</a>"
    {FOOTER_COPYRIGHT} => "<a href="http://www.cotonti.com">Powered by Cotonti</a>"
    {FOOTER_LOGSTATUS} => "Logged in as Singh"
    {FOOTER_PMREMINDER} => "<a href="pm.php">5 new private messages</a>"
    {FOOTER_RC} => ""

footer.tpl / FOOTER

    {FOOTER_ADMINPANEL} => "<a href="admin.php">Administration</a>"
    {FOOTER_BOTTOMLINE} => ""
    {FOOTER_COPYRIGHT} => "<a href="http://www.cotonti.com">Powered by Cotonti</a>"
    {FOOTER_CREATIONTIME} => "Page created in 0.992 seconds"
    {FOOTER_DEVMODE} => ""
    {FOOTER_HOOKS} => "<ol><li>input</li><li>rc</li><li>global</li><li>trashcan.api..."
    {FOOTER_LOGSTATUS} => "Logged in as Singh"
    {FOOTER_PMREMINDER} => "<a href="pm.php">5 new private messages</a>"
    {FOOTER_RC} => ""
    {FOOTER_SQLSTATISTICS} => "SQL total time: 0.791 seconds - SQL queries: 22 - Average SQ..."

 

Added 2 hours later:

Right now I am backing up all files and DB on test site and will be droping the DB to import my latest DB from my live genoa site... i'm hoping that I can have that DB converted by running the install.php when its imported.

Wish me luck, if this doesn't work I don't know another method to get the latest DB in there. If it works, then looks like I'll be bringing the Siena update live tonight !! very excited.

Added 6 hours later:

Site is live, test site and other sites are now deleted. 

 

Check here http://streetlegalmods.com/index.php

 

I still have a lot of work to do and im sure many more questions.

 

Right now need a simple easy gallery solution for pfs files

<a href="http://www.streetlegalmods.com/">http://www.streetlegalmods.com/</a>
This post was edited by singh336 (2013-11-26 12:07, 10 years ago)