View Full Version : ecRelease
ecRelease is a BETA - stuff will go wrong
What is ecRelease?
It is a download database that integrates into vBulletin. It is very similar to the vBulletin.org download database (in concept) and can be found in action on www.elitecoders.org. It allows you to turn any thread in any forum into a release that will show up in the download section. Adding a release is similar to adding a poll.
Demo
overview - http://www.elitecoders.org/forum/showthread.php?p=69253
download database - http://www.elitecoders.org/forum/downloads.php
release thread - http://www.elitecoders.org/forum/showthread.php?p=67325
Known Bugs:
- Possible bug: When you submit, it wants to include a poll even though the poll is not checked
- Possible bug: MySQL error on attachment download
FAQ:
Q: Fatal error: Field releaseid is not defined in $validfields in class vb_datamanager_thread in /includes/class_dm.php on line 485
A: Perform the file edit via install.php or manually
Q: The drop down box for Release Categories is not a drop down
A: They should be separated by semicolons, not commas.
Here are my plans for future versions:
- Set "per forum" releases (depends on support)
Phrase Changes
(many are added automatically)
Template Changes
SHOWTHREAD
newpost
(many are added automatically)
File Changes
includes/class_dm_threadpost.php (can be done automatically or manually)
Install
Upload the contents of 'upload' to your forum directory
Import ecrelease.xml into your PRODUCTS by going to Plugin System -> Manage Products -> Add/Import Product
Perform the edits in edits.txt (templates)
Upload install.php to perform the 1 file edit, make sure you chmod +writeable
Time: 3-4 minutes
Upgrade
You can make all changes automatically by importing the XML or you can do things piece by piece by looking at the info files provided with the hack.
Giving Back
Have you installed this mod? Click install.
Do you like this mod? Rate me 5/5.
Do you want to donate? Go to www.unicef.org and be generous!
Nice and very usefull :) Thank you. I will try it on my test board.
TheProphet
01 Jan 2006, 10:51
Great work, will check it on my test board as well....
what wrong with install.php, i can't run install.php files :surprised:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I don't really need this, but it seems to be a great hack, good work!
Looks nice. However I installed everything made the changes in the templates. In vBulletion Options I enable Releases but nothing show up if I make a new thread. How can I activate it in a new post
Well, found out that I must change the user permission. But now getting this error:
Fatal error: Field releaseid is not defined in $validfields in class vb_datamanager_thread in /includes/class_dm.php on line 485
Any idea what I made wrong?
I have installed...
2 problems
1. The drop down box for Release Categories is not a drop down
all the catergory items show as "Movie,Music,Software,Game,Other" in the box
2. When you submit, it wants to include a poll even though the poll is not checked..Cant proceed as i dont want to install a poll!!
Please advise on these 2 issus found atm, dont know if theres any more as i cant go any further!!
Also is there a way to set this per forum as i am sure peeps dont want releases all over the place :)
Regards
Bashy
I have gone the full hog and submitted a release (trial) even had to do the poll lol any way, once it was submitted i downloaded the attachment and the system threw a fit and chucked this error at me at the top of the forum....
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Please advise on these few issues, this is a really good idea but only if it works!!
Bashy
Fatal error: Field releaseid is not defined in $validfields in class vb_datamanager_thread in /includes/class_dm.php on line 485
Any idea what I made wrong?You didn't make the file edit/run the install.php to do the file edits for you.
1. The drop down box for Release Categories is not a drop down
all the catergory items show as "Movie,Music,Software,Game,Other" in the boxThey should be separated by semicolons, sorry.
2. When you submit, it wants to include a poll even though the poll is not checked..Cant proceed as i dont want to install a poll!!Weird, I dont have this problem. Does anyone else? I think it could be a problem with the edits you made in "newthread."
Also is there a way to set this per forum as i am sure peeps dont want releases all over the place :)Nope, its designed to work in any forum - thats sorta the point in designing the hack the way I did. I could have done it like the article mod and just converted every post within a forum into a release, but I decided not to since I like this method more. If there is overwheliming popular support for limiting which forums can or can not be "released" in, then I may add it to the usergroup permissions per forum or something like that.
UPDATE release SET
downloads = downloads + 1
WHERE postid = 1997;What version of mysql are you using? I dont get this error for some reason.
Hi
Server Info
· Os: Linux w
· PHP: 4.3.11
· MySQL: 4.1.12
· Sql Size: 58MB
· Time: 15:40:57
· Date: 01 Jan 2006
· GMT: +0000
I get the DB error because i have the Who Downloaded hack installed, the error comes up after we click the Who Download button???
As for the file edits..., This 1
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Is actually in the template 4 times which could cause the Poll problem, therefore which one do i place your edit below?
Bashy
As for the file edits..., This 1
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Is actually in the template 4 times which could cause the Poll problem, therefore which one do i place your edit below?
BashyPlace it ABOVE
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Btw, this edit isnt in newpost, its in SHOWTHREAD, so it isnt effecting you...
I get the DB error because i have the Who Downloaded hack installed, the error comes up after we click the Who Download button???The DB error is for invalid syntax... at least thats what it seems like. Does anyone else have this problem?
This is where it already is :)
I have just edited my last post with regards to the database error...
Is there out that you could sort out as i certainly want to keep both hacks :)
Bashy
Do you only get this error when clicking on who downloaded, or do you also get it when downloading attachments. The two hacks may have some conflicts, but this doesnt look like one.
hi
I only get it when anyone clicks the Who Downloaded button.
it happens on all the attachments not just the ones uploaded using you system, It was ok before we installed it...
I have had to disable your for now untill its reolved due to this error..
btw i dont get the error now its diabled...
Before i disabled it i still had to setup the poll as well, i have checked and rechecked the edits and there all ok!!
Regards
Bashy
Find in release_attachment_complete:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add above:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Hi
cheers for this but where exactly is release_attachment_complete: :o
sorry
Bashy
so it is :o thanks...
This issue now resolved :)
Just the poll problem now any other thoughts to it?
I could copy an paste my showthread for you to check?
Bashy
You could try... i am going out, ill be back later.
Here ya go...im sure its right though :ermm:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I didn't see that you said "showthread" i thought for sure you were talking about newpost.
Btw, this edit isnt in newpost, its in SHOWTHREAD, so it isnt effecting you...The problem you are having is a result of newpost, showthread is for after the thread has been created.
Whopsy...just enabled the system again and tired it out again, upoaded an attchment and got this error again when i clicked the Who Downloaded buttom
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It only does it once per attachment...
Bashy
Hi, are you reffering to newthread not newpost
Heres my newthread as this is what the instructions say!
I didn't see that you said "showthread" i thought for sure you were talking about newpost.
The problem you are having is a result of newpost, showthread is for after the thread has been created.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Regards
Bashy
Dear RoN1N...
Its Looks Nice.....but while visiting the demo page...i saw there s ecShop
What is this? anything like ucash/ushop ??
Thanks
Since doing this, it is no longer registering how many downloads
The Who Downloaded button shows how many times with no problems
But yours does not register any more!
Bashy
Find in release_attachment_complete:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add above:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Sorry about this...
I just want to recap on the problems...
1. When i download a file i get a database error, this happens with files that
where uploaded before this Release system was installed as well as upload with the system.....
2. Does not register the amount of times the files been downloaded
3. It wants to create a POLL and theres no way to stop this.
Upto now thats the only issues found...
Other than that i do like it cand cant wait to use it on my open forum!
These errors do not happen when the system is disabled!
Bashy
Wow this is great. Thanks man.
I don't think you're going to be able to use this mod... not sure why its not compatable with your forum, but i'm not going to be able to solve problems that I cant reproduce.
3. It wants to create a POLL and theres no way to stop this.
Well, theres one problem... but this wont effect your POLL issue.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Should be ABOVE
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
2. Does not register the amount of times the files been downloaded
It doesn't register... in my mod, in the vb attachment system, in whodownloaded, in all of them?
1. When i download a file (sometimes) i get a database error
Its easier to help you if I know what the error is...
What is this? anything like ucash/ushop ??I dont know what uCash and uShop are... mine is an online shop where you can buy products via paypal.
Its the same error as post #23
Bashy
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
2. Does not register the amount of times the files been downloaded
It doesn't register... in my mod, in the vb attachment system, in whodownloaded, in all of them?
Its meant to in yours ( Downloads: 0) the 0 does not change no matter how many times we download the file....
and does in Who downloaded
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I run the install.php and it said: file_edits_complete. I checked class_dm_threadpost.php and it shows: 'pollid' => array(TYPE_UINT, REQ_NO),\n 'releaseid' => array(TYPE_UINT, REQ_NO),\n
Anyway if I clikc on subm it release I am getting this error message:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /var/www/vhosts/xxx.net/httpdocs/forum/includes/class_dm_threadpost.php on line 918
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/vhosts/xxx.net/httpdocs/forum/includes/class_dm_threadpost.php on line 918
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It does not give a number dont know why?
Bashy
I can't help you then. It looks like you must either uninstall the who downloaded mod or uninstall this mod. Sorry.
What about the poll issue?
Bashy
kool, ill click install and wait for some fixes hopefully.
What about the poll issue?
Bashy
Again, I think you are the only one with this problem. I'm not sure what to say... since I cannot replicate it.
kool, ill click install and wait for some fixes hopefully.What problems are you having?
What problems are you having?
no problems, i havent tried yet, but since there are some bugs and stuff i have patience to wait for some updates if there will be any.
also, can you make it have like a "Download" button people will have to click to view the attachment?
There shouldnt be any bugs... i think bashy's problems are unique.
Ok found my bug for a strange reason this string: 'releaseid' => array(TYPE_UINT, REQ_NO), stood twice time in the same line.
Works like a charm, now.
INSTALLED!!! ;)
evenmonkeys
02 Jan 2006, 00:14
Could someone mess with the template to make it look like vB.org's a little more?
i'm not very skilled with templates... i welcome someone's work making the layout look a little better - or even an alternate layout style that the user can choose.
COBRAws
02 Jan 2006, 02:52
hi, sorry but I need to know this before installing:
How do you select when a new thread becomes an overview or a release? Can I use the forum admin and tell it to all threads created in X forum will be releases?
How does the downloads hack categorize downloads?
Thank you in advance Ron1n. I only saw good and helpful hacks coming from you.
How do you select when a new thread becomes an overview or a release? Can I use the forum admin and tell it to all threads created in X forum will be releases?You specify that a thread will be a release by checking a box (similar to creating a poll). You cannot make all threads in one section a release.
People have poll sections / debate forums on their sites, but they dont force people to only post threads with polls... thats because you might want some instruction posts or announcement posts. The same is true of a download forum. You may have 99.99% releases, but even at VB there are posts with instructions in them at the top of the forum (though they run their system differently).
How does the downloads hack categorize downloads?You create categories in the admincp.
DJ XtAzY
02 Jan 2006, 03:57
awsome this is a great hack..... now my board looks much betta =]
Ron1n, hello.
Some questions my friend.
Is this is one saves files in DB? If not, can such an option to choose where to store files can be integrated? And finally, i saw the demo at EliteCoders.org, and I wonder whether the main page can be adjusted to look like more like a forum.
For example:
- Category 1
- Category 2
- Category 3
When you enter Category 1, (let's say /forum/downloads.php?cid=1), you may then see all files related to Category 1. And so on.
General question:
Is the download system used in vBulletin.org available for members?
:P
Is this is one saves files in DB? If not, can such an option to choose where to store files can be integrated?This makes use of the attachment system. It stores files in the db depending on whether your attachments are stored in the DB.
When you enter Category 1, (let's say /forum/downloads.php?cid=1), you may then see all files related to Category 1. And so on.atm, no. maybe in the future i'll provide two ways to browse files. however, you may be more interested in my other mod, ecDownloads.
Is the download system used in vBulletin.org available for members?no.
DJ XtAzY
02 Jan 2006, 05:42
Could someone mess with the template to make it look like vB.org's a little more?
heres my showthread_release
it looks similiar vb.orgs =]
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
enjoy guys XD
This makes use of the attachment system. It stores files in the db depending on whether your attachments are stored in the DB.
atm, no. maybe in the future i'll provide two ways to browse files. however, you may be more interested in my other mod, ecDownloads.
no.
Thank you.
Recently, an IT Company offered my members access to a conference material.
As i talked with them, we agreed to provide a download page where only registered members could access files. I tried paFileDB, can't integrated with vB. Then I found your system, and yes, I was pretty interested in ecDownloads. I asked in here (http://www.vbulletin.org/forum/showpost.php?p=847595&postcount=98) the same question (if files get stored in db or not, and if not, if there's any possibility for such a modification in the extension) but westpointer answered that files get stored in file system and "From a technical stand point, yes, one could do that. However, I don't believe Ron1n or I have any plans to rewrite the code to store the files in the db."
I have a server of 150 ΜB and in theory unlimited dbs.
So, my file system cannot manage 20-30 pdf files of 5 mb each one, and those are only from one conference! I was also thinking to provide a section with antivirus downloads, and that's now impossible.
My only way now, seems to be to find a way out for paFileDB.
I have seen it working with other vB forum, but this was version 3.0.x
And i use 3.5.2.
or.... to find more money for bigger file system.
:D
Thank you my friend.
:)
DJ XtAzY
02 Jan 2006, 08:07
i just wondering, is there a way to make the release show up on top on all the pages, like vbs?
i just wondering, is there a way to make the release show up on top on all the pages, like vbs?
I don't if there's an option show first post in all pages of a thread.
If yes, this may work for you, too.
:)
evenmonkeys
02 Jan 2006, 10:06
Does this work without the download section?
Thank you my friend.So, does this mean you're all set? If you need something scripted there are tons of coders on these boards who could modify ecDownloads for you to meet your needs (for a fee).
i just wondering, is there a way to make the release show up on top on all the pages, like vbs?it does... doesnt it?
Does this work without the download section?yes, just dont upload downloads.php if you dont want it. i coded the entire thing and then went back and added the download directory. :D
DJ XtAzY
02 Jan 2006, 15:36
heres my sample thread
http://forum.animeost.net/showthread.php?t=5124
if u go to page 2, the release wont show at the top
also when i want to edit release from the Thread Tools it just brings this message next
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
P.Jackson
02 Jan 2006, 18:47
very very nice ronin look forward to final release you are 1 amazing coder :) also enjoyed your work for the community
I'll add those two bugs to my "to-do" list, they shouldnt be hard to sove.
When I click "edit release" it works fine... can you tell me what page you are linked to (please make sure it is the link for the thread you provided).
DJ XtAzY
02 Jan 2006, 22:52
http://forum.animeost.net/showthread.php?t=5124
If thats the link.. then it works. I cant click "edit release" because I didnt post that thread.
FIND IN SHOWTHREAD:
<if condition="$show['inlinemod']">
$spacer_close
<form action="inlinemod.php" method="post" id="inlinemodform">
$spacer_open
</if>
ADD ABOVE:
$release
Cant find the condition inlinemod....
You're clearly using a modified skin, try sticking it under
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
MissKalunji
03 Jan 2006, 13:46
is there a way to convert from ecdownload to this? without loosing the downloads
sjabnix
03 Jan 2006, 15:22
I've just installed, but when i change usergroup permissions i get this error:
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635
I am able to change every other permissions except this one (i still get same error with others but they update, This doesnt)
I've just installed, but when i change usergroup permissions i get this error:
Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635
I am able to change every other permissions except this one (i still get same error with others but they update, This doesnt)I'm not sure what would cause this... i'll try to find out.
is there a way to convert from ecdownload to this? without loosing the downloadsUnfortunately there is not... sorry. Creating a conversion program would be a huge undertaking, almost as large as making the mod itself.
So, does this mean you're all set? If you need something scripted there are tons of coders on these boards who could modify ecDownloads for you to meet your needs (for a fee).
it does... doesnt it?
yes, just dont upload downloads.php if you dont want it. i coded the entire thing and then went back and added the download directory. :D
Honestly, I don't know my friend.
I hope soon i'll open a thread in here asking Coders to give me a price for:
1. How much will cost me to modify ecDownloads?
2. How much to modify paFileDB, to take skin from vB, and to recognize vB Member System.
Then i'll consider what's better for me, and i'f i can afford it, and we see.
Thanks for your replies and time.
:)
sjabnix
03 Jan 2006, 16:03
I'm not sure what would cause this... i'll try to find out.
Unfortunately there is not... sorry. Creating a conversion program would be a huge undertaking, almost as large as making the mod itself.
Hmm, Actually i dont think its your mod anyway. Think i had this before. You know anything else could couse a problem like this?
Try asking in general support on vbulletin.org and vbulletin.com
You're clearly using a modified skin, try sticking it under
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Nope still not showing up.
DJ XtAzY
03 Jan 2006, 19:11
If thats the link.. then it works. I cant click "edit release" because I didnt post that thread.
i can create a test account for u to make a thread and try to edit the release using the Thread tools....
it culd be just my board...... can anyone who also using this hack, edit the release using the thread tools?
Hi
No, i cant edit the release from the Thread Tools, i get this
Invalid Post specified. If you followed a valid link, please notify the administrator
Bashy
Spot the deliberate mistake :rolleyes:
Released: 1 Day Ago Updated: Never
Game: Movie Name: Green River Killer (2005)
Author: Ulli Lommel Ulli Lommel Ulli Lommel Ulli Lommel Downloads: 0
i can create a test account for u to make a thread and try to edit the release using the Thread tools....
it culd be just my board...... can anyone who also using this hack, edit the release using the thread tools?just tell me what link you are directed to...
just tell me what link you are directed to...
postings.php
Bashy
DJ XtAzY
03 Jan 2006, 21:43
yes it redirects me to postings.php.......... i got confused on the earlier post
please, tell me the exact URL (including ?p=#)
please, tell me the exact URL (including ?p=#)
http://www.bashys-place.com/forums/postings.php
That is the full url...
Regards
Bashy
DJ XtAzY
04 Jan 2006, 02:06
http://forum.animeost.net/postings.php
thats the full url.......nothing fancy =p
sjabnix
04 Jan 2006, 14:32
Okay, I got the updating usergroups to work but i got another problem now, When i run the installer i get some error in my class_dm_threadpost.php file, and i am probrably stupid/blind but i cant find the manually edits for the file
Ronin the Cheat release option in the new thread area is not there! I did all the edits too what do i do?
Okay, I got the updating usergroups to work but i got another problem now, When i run the installer i get some error in my class_dm_threadpost.php file, and i am probrably stupid/blind but i cant find the manually edits for the fileSearch for pollid... (ctrl+f) its near one of those.
Ronin the Cheat release option in the new thread area is not there! I did all the edits too what do i do?Undo the edit you did in newthread and do this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
sjabnix
04 Jan 2006, 21:01
Search for pollid... (ctrl+f) its near one of those.
Sorry, Pretty much noob to this? what you mean, I dont know what to add/remove/edit in the code and/or where to do it
i cant find the manually edits for the file
Sorry, Pretty much noob to this? what you mean, I dont know what to add/remove/edit in the code and/or where to do itOpen edits.txt and read the instructions. It will tell you what file to look in and what code to search for. Then it will tell you what to do (add below, add above) and you should be all set. If you can't perform this simple task please uninstal your modification until ecRelease is out of Beta. Betas are meant for experienced users, not newcommers.
Undo the edit you did in newthread and do this:
all the newthread edits? I added this code in many places and it just not showing up.....
all the newthread edits? I added this code in many places and it just not showing up.....does your usergroup have the right permissions?
hmm you know what i fixed it i had a bad template file
now
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home2/strato/public_html/home/includes/class_dm_threadpost.php on line 918
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home2/strato/public_html/home/includes/class_dm_threadpost.php on line 918
EDIT : "for note anyways"
The install didnt inject the code correctly it put a (/n) before the 'releaseid' => array(TYPE_UINT, REQ_NO), causing the error
And im getting the poll error that one other person was getting..
also where do you add upload?
The install didnt inject the code correctly it put a (/n) before the 'releaseid' => array(TYPE_UINT, REQ_NO), causing the errorI'm aware. I should be \n or possibly just a return... i forget which one works.
And im getting the poll error that one other person was getting..
also where do you add upload?Add attachment
Wahoo, least it aint just me getting the poll error ;)
Just a quicky Ron1n, Where do i make the edits to change the ones in red to Game > Title
Author > Platform
Released: 1 Minute Ago Updated: 1 Minute Ago
Game: Movie Name: The Chronicles of Narnia
Author: DVD Screener Downloads: 0
Cheers
Bashy
DJ XtAzY
05 Jan 2006, 20:38
u shud be able to change it in the phrases. Just search it the "game" and "author" in the phrase manager
Now what do you think could cause the poll error maybe the code is in the wrong place or......
Cheers for that, managed to change to my requirements :)
As for the poll business, I have moved the edits around in the template and still get the poll issue :(
me too maybe its just a bug in the edits ..
Ronin would it be possible to delete polls alltgether in the release system maybe add a code to stop it..
I said I'd get to it...
you don't actually need to post the poll, just click on a link or something to avoid it in the meantime
Ok no worries Ron1n...
What about the recording fo the downloads, i.e. how many have downloaded
this stays at zero still although i know for a fact 1 item has been downloaded 3 times, Blunts Who Downloaded tells me this, but yours does not seem to record the amount of times downloaded...
Any ideas?
Regards
Bashy
Ok no worries Ron1n...
What about the recording fo the downloads, i.e. how many have downloaded
this stays at zero still although i know for a fact 1 item has been downloaded 3 times, Blunts Who Downloaded tells me this, but yours does not seem to record the amount of times downloaded...
Any ideas?
Regards
BashyWe've already established that the mods do not work togeather.
I was wondering if you had found a way around it, I dont know anything at all about coding, but surely it must be something simple as it just the download count, no?
Regards
Bashy
The Geek
07 Jan 2006, 20:19
Hwy Roin, can you please update your forumdisplay_query hook. it currently is:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and it should be
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So it doesnt conflict with other hacks (like mine :) )
Thanks man!
Hi...
I have found a little more on this issue...
These 3 lines show up, i never noticed them before as ya need to refresh the page and click back to see it, dont ask, i dont know why lol..
Warning: mysql_query(): 6 is not a valid MySQL-Link resource in /includes/class_core.php on line 395
Warning: mysql_error(): 6 is not a valid MySQL-Link resource in /includes/class_core.php on line 837
Warning: mysql_errno(): 6 is not a valid MySQL-Link resource in /includes/class_core.php on line 855
So what are your thoughts on this now please
Bashy
I have gone the full hog and submitted a release (trial) even had to do the poll lol any way, once it was submitted i downloaded the attachment and the system threw a fit and chucked this error at me at the top of the forum....
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Please advise on these few issues, this is a really good idea but only if it works!!
Bashy
Hwy Roin, can you please update your forumdisplay_query hook. it currently is:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and it should be
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So it doesnt conflict with other hacks (like mine :) )
Thanks man!Yea, no problem. I'm going to be making another release this weekend.
Yea, no problem. I'm going to be making another release this weekend.
Yeah, everybody very very like your mod hack :up: and a waitting a new upgrade version of ecRelease. :banana:
DJ XtAzY
12 Jan 2006, 02:30
Yeah, everybody very very like your mod hack :up: and a waitting a new upgrade version of ecRelease. :banana:
you know it XD
i check this hack everyday XD
Lord Katsuhito
14 Jan 2006, 23:03
How do you declare it a Release? the check box didn't show up in my new thread template?
How do I fix the poll issue
chikkoo
16 Jan 2006, 06:03
Nice Mod, congrats for the Coder.
But I will get till I get "per forum" feature.
Lord Katsuhito
20 Jan 2006, 16:47
OK I got the release thing to show up now its just the poll issue I need to fix any suggestions?
DJ XtAzY
25 Jan 2006, 02:25
any more updates?
Lord Katsuhito
25 Jan 2006, 02:51
any more updates?
I would have to ask the ssame thing this poll issue needs to be addressed ASAP.
JoomlArt
04 Mar 2006, 13:12
Hi, it's a month since last post in this hack? Is there any update?
DJ XtAzY
06 Mar 2006, 05:41
i doubt so since hes busy workin on RPG and ushop ucash
MissKalunji
08 Mar 2006, 17:29
how is this going?
DJ XtAzY
09 Mar 2006, 02:05
i believe its going nowhere.... but this hack is cool
MissKalunji
09 Mar 2006, 02:21
any major bug?
Sorry guys. I've had some medical issues that have kept me away from my computer for an extended period of time. I have a lot of work to catch up on, and then I'll work on this. I'm sorry its been so long since I've been able to update this - let alone post replies to your questions. I wont be back online for about a week, but after that I'll get right to updating my hacks.
JoomlArt
13 Mar 2006, 06:12
Sorry guys. I've had some medical issues that have kept me away from my computer for an extended period of time. I have a lot of work to catch up on, and then I'll work on this. I'm sorry its been so long since I've been able to update this - let alone post replies to your questions. I wont be back online for about a week, but after that I'll get right to updating my hacks.
Thank you Ron1n, I hope you are doing well and will be eager to put a hand on your new version
RedGTiVR6
02 May 2007, 18:51
Just wondering how things are going on this project?
I've tried to access the demos but am told I need some credentials first.
Centrix
29 Sep 2007, 15:02
When I try to view the demo's it says
Authorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Additionally, a 401 Authorization Required error was encountered while trying to use an ErrorDocument to handle the request.
Any screenshots?
Vackrick
11 May 2008, 10:27
Database error in vBulletin 3.7.0:
Invalid SQL:
INSERT INTO release
(postid, category, userid, name, author, authorid, official, dateline)
VALUES
(765, 'Site Tools,Project Tools', 138, 'HelpCenter Candidate 2', 'Kelvin Cheng', '138', 0, 1210497092);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'release
(postid, category, userid, name, author, authorid, official, dateline)' at line 1
Error Number : 1064
Request Date : Sunday, May 11th 2008 @ 05:25:28 AM
Error Date : Sunday, May 11th 2008 @ 05:25:28 AM
Script :
referre :
IP Address : 220.255.7.225
Username :
Classname : vB_Database
MySQL Version : 5.0.45-community
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.