Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: gulldarek
Forum: vB3 General Discussions 06-22-2006, 09:13 PM
Replies: 85
Views: 10,362
Posted By gulldarek
I've already decided that I'll release it, not...

I've already decided that I'll release it, not sure how...

1) as an article system only
2) or whole page management suit [articles, galleries, polls, custom pages, anchors and stuff]

Oh, I'll...
Forum: Modification Requests/Questions (Unpaid) 06-22-2006, 09:09 AM
Replies: 7
Views: 1,182
Posted By gulldarek
Hmm, ok, I will, but I'll look how to put that...

Hmm, ok, I will, but I'll look how to put that into plugins instead of removing code.
Forum: Modification Requests/Questions (Unpaid) 06-21-2006, 10:01 PM
Replies: 7
Views: 1,182
Posted By gulldarek
In: editpost, newreply, newthread, pm_newpm,...

In: editpost, newreply, newthread, pm_newpm, threadadmin_editthread templates find:

<td class="smallfont" colspan="3">$vbphrase[title]:</td>

and replace it with:

<td...
Forum: Modification Requests/Questions (Unpaid) 06-21-2006, 09:28 PM
Replies: 7
Views: 1,182
Posted By gulldarek
No problem :-). If you wan't to move preview next...

No problem :-). If you wan't to move preview next to the dropdown then say, I can give you some instructions.
Forum: Modification Requests/Questions (Unpaid) 06-21-2006, 09:26 PM
Replies: 1
Views: 965
Posted By gulldarek
Admin CP -> User Ranks -> Add New User Rank

Admin CP -> User Ranks -> Add New User Rank
Forum: Modification Requests/Questions (Unpaid) 06-21-2006, 09:08 PM
Replies: 7
Views: 1,182
Posted By gulldarek
[Note: It's modification for vB3.6 beta. It...

[Note: It's modification for vB3.6 beta. It should work in 3.5.x but I'm not sure.]

Here you go mate:

Replace posticons template with that:

<if condition="$show['posticons']">
<script...
Forum: vB3 General Discussions 06-21-2006, 08:30 PM
Replies: 26
Views: 10,867
Posted By gulldarek
Yep, pretty much integrated but as I said before...

Yep, pretty much integrated but as I said before I won't even open it till friday as I've more important things to do now.
Forum: General Hosting/Server Discussions 06-21-2006, 08:16 PM
Replies: 11
Views: 2,003
Posted By gulldarek
I don't think you can make user table backup via...

I don't think you can make user table backup via ACP... What exactly did you exported?

And no, I've no MSN.
Forum: vB3 Design and Graphics Discussions 06-21-2006, 08:14 PM
Replies: 3
Views: 3,080
Posted By gulldarek
./global.php in $globaltemplates array (around...

./global.php in $globaltemplates array (around line 298) remove this:

'spacer_open',
'spacer_close',

Around line 535 remove this:

eval('$spacer_open = "' . fetch_template('spacer_open')...
Forum: vB3 General Discussions 06-21-2006, 08:10 PM
Replies: 12
Views: 2,252
Posted By gulldarek
You'll have to query all users from db with...

You'll have to query all users from db with non-empty specified profile field and iterate through printing the code.
Forum: General Hosting/Server Discussions 06-21-2006, 08:03 PM
Replies: 11
Views: 2,003
Posted By gulldarek
If you've cpanel then ssh too. Assuming that...

If you've cpanel then ssh too. Assuming that you're MS Windows user, download PuTTY from here: http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe . Run it, enter your servers ip and port, click...
Forum: General Hosting/Server Discussions 06-21-2006, 07:49 PM
Replies: 11
Views: 2,003
Posted By gulldarek
Why don't you make mysqldump via SSH? That would...

Why don't you make mysqldump via SSH? That would be a lot faster and secure, also you wouldn't have to export anything from ACP.
Forum: vB3 General Discussions 06-21-2006, 07:24 PM
Replies: 85
Views: 10,362
Posted By gulldarek
Sorry I've not replied to your email but I'm...

Sorry I've not replied to your email but I'm quite busy on puting new page live and some live match projector things have to be fixed asap. Anyway, back to thing.

1: That is _temporary page_ and...
Forum: vB3 General Discussions 06-21-2006, 04:55 AM
Replies: 85
Views: 10,362
Posted By gulldarek
I've actually made my own article addon as I'm...

I've actually made my own article addon as I'm integrating page with vBulletin. It's not using the post table but it's own with full caching, categories, article pictures and stuff. If someone is...
Forum: vB3 General Discussions 06-20-2006, 03:15 PM
Replies: 8
Views: 1,014
Posted By gulldarek
Permissions are based on bitfields so without...

Permissions are based on bitfields so without some mathematical skills ;-) and knowing which value will do what you can't manually change those in db.

For example canviewforum may be 2, and...
Forum: vB3 General Discussions 06-20-2006, 09:59 AM
Replies: 26
Views: 10,867
Posted By gulldarek
Pretty easy to integrate yet original code is...

Pretty easy to integrate yet original code is pretty buggy. I can play with that on friday as I've to finish my bussiness work first.
Forum: vB3 General Discussions 06-19-2006, 10:02 PM
Replies: 4
Views: 1,298
Posted By gulldarek
Pretty easy. Not sure about 3.5 or 3.0 but in vB...

Pretty easy. Not sure about 3.5 or 3.0 but in vB 3.6:

// #################### PRE-CACHE TEMPLATES AND DATA ######################

$phrasegroups = array('posting');
$specialtemplates =...
Forum: vBulletin 3.6 Template Modifications 06-12-2006, 10:25 PM
Replies: 17
Views: 5,097
Posted By gulldarek
To enable that in Firefox (and in Opera 9)...

To enable that in Firefox (and in Opera 9) replace original code with following:

<if condition="$show['avatar']">
<div class="smallfont">
<br />
<a...
Forum: vBulletin 3.5 Add-ons 02-11-2006, 03:22 PM
Replies: 29
Views: 6,411
Posted By gulldarek
You can't fully protect open source code. You can...

You can't fully protect open source code. You can only put different functions that will "call home" in many places, but it's not secure enough.

Ps. Open source != GPL :p
Forum: vBulletin 3.5 Add-ons 02-10-2006, 10:46 PM
Replies: 482
Views: 150,066
Posted By gulldarek
MPDev: I've already installed it as a nice tool...

MPDev: I've already installed it as a nice tool to know who may have multiple accounts :). But i'm not going to ban everyone who is reported to have x accounts without checking if it's true.
Forum: vBulletin 3.5 Add-ons 02-10-2006, 10:43 PM
Replies: 29
Views: 6,411
Posted By gulldarek
There are many applications that are distributed...

There are many applications that are distributed "as it is". I'm just thinking about the ways to hide vB code. Nothing serious :p
Forum: vBulletin 3.5 Add-ons 02-10-2006, 09:30 PM
Replies: 482
Views: 150,066
Posted By gulldarek
There is one problem. There are many public...

There is one problem. There are many public computers where people can log in like libraries, schools, universities, internet cafes etc. So I guess that each case should be carefully put in the...
Forum: vBulletin 3.5 Add-ons 02-10-2006, 08:54 PM
Replies: 29
Views: 6,411
Posted By gulldarek
vBulletin should be pre-compiled (for example...

vBulletin should be pre-compiled (for example with Zend compiler) and the only way to add hacks should be extended plugin system.
Forum: vBulletin 3.5 Styles 02-01-2006, 04:48 PM
Replies: 179
Views: 82,662
Posted By gulldarek
Stelios: there is very powerfull variable passed...

Stelios: there is very powerfull variable passed through webpage address:

STYLEID=1

Where 1 == id of your default style...
Forum: vBulletin 3.5 Template Modifications 01-31-2006, 10:54 PM
Replies: 38
Views: 11,610
Posted By gulldarek
Just remove that from your template: ...

Just remove that from your template:

<tr bgcolor="#F5F5FF"><td> <div>
User ID: $post[userid]
</div></td></tr>
Showing results 1 to 25 of 29

 
Forum Jump

All times are GMT. The time now is 04:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03236 seconds
  • Memory Usage 2,038KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (46)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete